Wolfgang Rumpf wrote:

ld: Undefined symbols:
_XftGlyphExists

This one should not even exist as undefined in the compiled code. There must be something wrong with your libs in /usr/X11R6/lib or your include files in /usr/X11R6/include. Are you sure you installed Apple's X11 completely, including the X11 SDK from the Xcode CD?


In your qt3 compilation output, after the configure step, do you see the line

Xft support ......... yes

?

Some of the other symbols you are listing below do not exist in xfree86-4.3.0, nor do they exist in the qt3 sources. They must have been pulled in from some xfree86-4.2 (or Apple-X11-beta) library or some library compiled against these, like an old fink libfreetype.

_FT_Access_Frame

What I would suggest:


1. Remove all qt3* packages and all freetype* packages.
2. Make sure X11 and X11 SDK for Panther are installed (or xfree86-4.3.*)
3. Recompile qt3

--
Martin




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to