Well that shows nothing. printenv DYLD_LIBRARY_PATH is not there.? Where is this environment value set?
On Dec 26, 2011, at 2:12 PM, Alexander Hansen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 12/26/11 4:36 PM, Richard Miles wrote: >> I tried to compile lesstif and it failed: > <snip> >> ../../../scripts/man2html -f <./mwm.1 >mwm.html >> ../../../scripts/man2html -f <./mwmrc.5 >mwmrc.html dyld: Library >> not loaded: /usr/X11/lib/libfontconfig.1.dylib Referenced from: >> /usr/X11/lib/libXft.2.dylib Reason: Incompatible library version: >> libXft.2.dylib requires version 6.0.0 or later, but >> libfontconfig.1.dylib provides version 5.0.0 dyld: Library not >> loaded: /usr/X11/lib/libfontconfig.1.dylib Referenced from: >> /usr/X11/lib/libXft.2.dylib Reason: Incompatible library version: >> libXft.2.dylib requires version 6.0.0 or later, but >> libfontconfig.1.dylib provides version 5.0.0 /bin/sh: line 1: 56048 >> Trace/BPT trap ../../../scripts/man2html -f < ./mwm.1 > >> mwm.html /bin/sh: line 1: 56049 Trace/BPT trap >> ../../../scripts/man2html -f < ./mwmrc.5 > mwmrc.html make[3]: *** >> [mwmrc.html] Error 133 > > <snip> > >> >> Also include the following system information: Package manager >> version: 0.31.5 Distribution version: selfupdate-rsync Mon Dec 26 >> 11:00:13 2011, 10.6, x86_64 Trees: local/main stable/main >> unstable/main unstable/crypto Xcode: 3.2.6 any ideas? >> >> Richard Miles [email protected] >> <mailto:[email protected]> >> >> >> >> >> > > None of the libraries mentioned are from Fink. > > It looks like something has messed up your X11 setup. My 10.6 setup has: > > $ otool -L /usr/X11/lib/libXft.2.dylib > /usr/X11/lib/libXft.2.dylib: > /usr/X11/lib/libXft.2.dylib (compatibility version 4.0.0, current > version 4.13.0) > /usr/X11/lib/libfontconfig.1.dylib (compatibility version 6.0.0, > current version 6.3.0) > ... > > $ otool -L /usr/X11/lib/libfontconfig.1.dylib > /usr/X11/lib/libfontconfig.1.dylib: > /usr/X11/lib/libfontconfig.1.dylib (compatibility version 6.0.0, > current version 6.3.0) > > If, in fact, your /usr/X11/libfontconfig.1.dylib looks right, the next > thing to check would be the output of "printenv DYLD_LIBRARY_PATH". > - -- > Alexander Hansen, Ph.D. > Fink User Liaison > http://finkakh.wordpress.com/ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk748V8ACgkQB8UpO3rKjQ+cpQCgmXNkClMTmUET6YVhx8Pd/bxT > uwYAnj9NJz0RxzWREbAMo/kqsfVWvA0r > =jExj > -----END PGP SIGNATURE----- Richard Miles [email protected] ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
