The general-purpose help list for application developers is gtk-app-devel. There’s also python-hackers for pygobject. Unsurprisingly there aren’t a lot of people in the Gnome community who understand the gory details of MacOS, which is why I tried to answer your question even though it’s in the wrong place. BTW, I missed the mention of libtool on my first pass. That “.la” file is instructions to libtool on how to find the uninstalled dependencies (it’s plain text and human understandable, so take a look at one). libtool takes over the “finding” part of the job and hands whole paths to dyld, bypassing the built in path resolution. CMake handles the same problem by setting different install names in `make build` and `make install`. Regards, John Ralls
|