Benjamin Reed wrote: > > make[5]: *** [../../../../plugins/designer/libcppeditor.dylib] Error 1 > > make[4]: *** [sub-cppeditor] Error 2 > > make[3]: *** [sub-plugins] Error 2 > > make[2]: *** [sub-designer] Error 2 > > make[1]: *** [sub-tools] Error 2 > > make: *** [init] Error 2 > > ### failed, exit code 2 > > Failed: compiling qt-3.0.3-2 failed > > I have now gotten a couple of reports of this, but I am totally unable to > reproduce it. This is really starting to drive me nuts; I swear that QT > manages to somehow change it's code depending on the time of day. =) > I'll take another look at it and see if anything jumps out...
I had problems compiling qt after updating XFree86 recently from cvs at xfree86.org. It would be interesting to know what other people with qt compile problems have installed as XFree86 (and which freetype2 packages). What I found out for my situation is that the problem comes from the new freetype2 code in XFree86-4.2.99. During their reshuffling of freetype stuff, they moved the definition of XftFontStruct from <X11/Xft/Xft.h> to XftFreetype.h. The latter one, however, is not installed into /usr/X11R6/include/X11/ during make install (dunno why, bug probably), so that an older version remains there and XftFrontStruct is undefined. To succeed compiling qt, I had to move /usr/X11R6/include/X11/Xft out of the way, which led to a remark XftFreeType support . no in the qt install log, but let it succeed. My �0.02 -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
