Changes between Initial Version and Version 1 of Ticket #69843, comment 3


Ignore:
Timestamp:
May 30, 2024, 1:30:27 AM (4 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69843, comment 3

    initial v1  
    1 I added #include <LaunchServices/UTCoreTypes.h> to gio/gosxcontenttype.m
    2 and ran (under sudo su -)
     1I added
     2{{{#!c
     3#include <LaunchServices/UTCoreTypes.h>
     4}}}
     5to gio/gosxcontenttype.m
     6and ran (under `sudo su -`)
    37
     8{{{
    49cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_glib2/glib2/work/build" && /opt/local/bin/ninja -j1 --verbose -v
     10}}}
    511
    6 that built for a while and then failed on glib/gfileutils.c implicit declaration of strnlen
    7 I replaced it with memchr and tried again... this time if failed on glib/gmem.c implicit declaration of posix_memalign
     12that built for a while and then failed on glib/gfileutils.c implicit declaration of `strnlen`
     13I replaced it with `memchr` and tried again... this time if failed on glib/gmem.c implicit declaration of `posix_memalign`
    814
    915{{{