Alexander Hansen wrote: [] > On my own system, with Xcode 3.1.1 and X11 2.3.1 (from > macosforge.org), I have the following: > > $ ls -l /usr/X11/lib/libpixman* > lrwxr-xr-x 1 root wheel 19 Aug 9 01:35 /usr/X11/lib/ > libpixman-1.0.11.4.dylib -> libpixman-1.0.dylib > lrwxr-xr-x 1 root wheel 19 Aug 9 01:35 /usr/X11/lib/ > libpixman-1.0.11.6.dylib -> libpixman-1.0.dylib > lrwxr-xr-x 1 root wheel 19 Oct 13 19:51 /usr/X11/lib/ > libpixman-1.0.11.8.dylib -> libpixman-1.0.dylib > -rwxr-xr-x 1 root wheel 920340 Aug 8 06:55 /usr/X11/lib/ > libpixman-1.0.dylib > lrwxr-xr-x 1 root wheel 19 Oct 13 19:51 /usr/X11/lib/ > libpixman-1.dylib -> libpixman-1.0.dylib > -rwxr-xr-x 1 root wheel 852 Aug 8 06:55 /usr/X11/lib/ > libpixman-1.la > > And my libpixman-1.la file (from the macosforge X11 package) contains: [] > library_names='libpixman-1.0.dylib libpixman-1.dylib > libpixman-1.0.11.8.dylib'
This is one of the incompatibilities between Apple's X11User.pkg and X11SDK.pkg on 10.5. From 10.5.5 you only get the libpixman-1.0.11.8.dylib -> libpixman-1.0.dylib symlink, but xcode-3.1 has libpixman-1.la with library_names='libpixman-1.0.dylib libpixman-1.dylib libpixman-1.0.10.0.dylib' -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
