Changes between Initial Version and Version 1 of Ticket #69843, comment 3
- Timestamp:
- May 30, 2024, 1:30:27 AM (6 months ago)
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 -) 1 I added 2 {{{#!c 3 #include <LaunchServices/UTCoreTypes.h> 4 }}} 5 to gio/gosxcontenttype.m 6 and ran (under `sudo su -`) 3 7 8 {{{ 4 9 cd "/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 }}} 5 11 6 that built for a while and then failed on glib/gfileutils.c implicit declaration of strnlen7 I replaced it with memchr and tried again... this time if failed on glib/gmem.c implicit declaration of posix_memalign12 that built for a while and then failed on glib/gfileutils.c implicit declaration of `strnlen` 13 I replaced it with `memchr` and tried again... this time if failed on glib/gmem.c implicit declaration of `posix_memalign` 8 14 9 15 {{{