I'll try here first...
I've got a Gtk library for MacOS which has version 3.24.8 compiled using the jhbuild script.
Using a recent version of OpenDylan (>=2019.1) I get a linker failure which starts:
Link failed: _Kg_desktop_app_info_get_categoriesVgioI in gio.o
(maybe you meant: _g_desktop_app_info_get_categoriesVgio)
"_g_desktop_app_info_get_filename", referenced from:
_Kg_desktop_app_info_get_filenameVgioI in gio.o
(maybe you meant: _g_desktop_app_info_get_filenameVgio)
"_g_desktop_app_info_get_generic_name", referenced from:
_Kg_desktop_app_info_get_generic_nameVgioI in gio.o
(maybe you meant: _g_desktop_app_info_get_generic_nameVgio)
and ends:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
most of the intervening errors are g_desktop_app related.
Can any of the Dylan experts :-) tell if this is a problem with the Dylan Gtk implementation or the Gtk library I've got?
Many thanks
Gareth