Alexander Hansen wrote: > $ hwprefs machine_type os_type > MacBook4,1 (black) > Mac OS X 10.5.4 (9E17) > Using Xcode 3.1 and the stock X11. > > I got the following failure > [] > .obj/release-shared/moc_qundoview.o .obj/release-shared/qrc_qstyle.o > -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib > -L/usr/X11R6/lib > -L/sw/src/fink.build/qt4-x11-4.3.3-1/qt-copy-755604/lib -lpng -lSM > -lICE -lQtCore -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib > -L/sw/lib -L/usr/X11R6/lib > -L/sw/src/fink.build/qt4-x11-4.3.3-1/qt-copy-755604/lib -lresolv -lz > -lgthread-2.0 -lglib-2.0 -lintl -liconv -framework ApplicationServices > -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype > -lfontconfig -lXext -lX11 -lm > Undefined symbols: > "_FcFreeTypeQueryFace", referenced from: > registerFont(QFontDatabasePrivate::ApplicationFont*) in > qfontdatabase.o > ld: symbol(s) not found
This is another incompatibility between the X11SDK from xcode-3.1 and stock Leopard X11. The SDK has a fontconfig.h header file claiming that fontconfig is at version 2.5.0. The library in stock X11 is at version 2.4.1. qt4-x11 checks (by looking at the header) whether the version is >= 2.4.2 before using these symbols. They are not there in 2.4.1. -- 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
