Edouard Franqueville wrote:
[]
[Ordinateur-de-Edouard-Franqueville:/sw/lib] edouardfranqueville% xchat

(process:1323): Gtk-WARNING **: Locale not supported by C library.
       Using the fallback 'C' locale.
dyld: xchat Undefined symbols:
/sw/lib/libpangoxft-1.0.0.dylib undefined reference to _FT_Get_Short expected to be defined in /usr/X11R6/lib/libfreetype.6.dylib /sw/lib/libpangoxft-1.0.0.dylib undefined reference to _FT_Get_Long expected to be defined in /usr/X11R6/lib/libfreetype.6.dylib
Trace/BPT trap

I think your problem is that your fink installation is too old, even for MacOSX 10.2.8. You have libpangoxft-1.0.0.dylib from the pango1-shlibs-1.0.5-2 package which comes from the 10.2 tree, or from the 0.6.3 binary distribution. You should have the one from the pango1-xft2-shlibs-1.2.1-4 package which comes from the 10.2-gcc3.3 tree, or from the 0.6.4 binary distribution. The older one works only with Apple's X11 beta, not with xfree86-4.3.0.

You need to run some sort of "fink selfupdate", but I am not sure which one will work without developer tools. Maybe some change to the apt/sources.list file, editing lines like

deb http://us.dl.sourceforge.net/fink/direct_download 10.2/current main crypto

to read "10.2-gcc3.3" instead of "10.2", and then running

  sudo apt-get update
  sudo apt-get dist-upgrade

would work, but perhaps Alex remembers (and explains) this better.

--
Martin




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to