Paolo Bonzini wrote: >> $ export >> PKG_CONFIG_PATH=/Library/Frameworks/Gtk.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Cairo.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/GLib.framework/Resources/dev/lib/pkgconfig >> >> $ ./configure --enable-gtk=yes > > You do not need the option. > > The problem is probably that the runtime library path > (DYLD_LIBRARY_PATH) needs to point in > /Library/Frameworks/Gtk.framework/Resources, or somewhere under that > directory where .dylib files are found.
Please compare the output of otool -l packages/gtk/.libs/gst-gtk.so |grep name and the contents of packages/gtk/order. They should be small, you can cut&paste them and send them here if you cannot figure them out; it may be that you are using a set of headers and linking against another. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
