Ah, finally able to compile libclutter. I had a DYLD_LIBRARY_PATH variable in my environment overriding to macports rather than letting this "recursive" linker feature find libJPEG.dylib shipped by apple some directories under ImageIO.
So in the end, it's only a matter of not letting macports/fink version of gtk/x getting in and polluting the build process with inapropriate libs. Oh, and the aclocal path too is the contrary, you need to pass macport path in this case. But not for pkg-config. my exact configuration invocation: PKG_CONFIG_PATH="/opt/gtk-osx/lib/pkgconfig:/opt/gtk-osx/share/pkgconfig:/usr/lib/pkgconfig" PATH="/opt/gtk-osx/bin:$PAT H" ./configure --prefix=/opt/clutter --with-flavour=osx --without-x --with-imagebackend=quartz Thanks Tommi for the help. -- Philippe Strauss http://philou.ch -- To unsubscribe send a mail to [EMAIL PROTECTED]
