On Friday, May 17, 2002, at 05:11 , Martin Costabel wrote:
> OK, so the plot thickens: > > This error seems to be closely related to the failure I get from trying > to compile qt2. > The line where mozilla breaks down is > > /sw/include/freetype2/freetype/ftglyph.h:104 > FT_Library library; > > and the line where my compilation of qt2 or qt-2.3.1 breaks down is > > /usr/X11R6/include/X11/Xft/Xft.h:47 > extern FT_Library _XftFTlibrary; > > This is too much of a coincidence to be unrelated. Maybe some conflict > between the freetype stuff in /usr/X11R6 and fink's freetype2? > I was also struck by the similarity this morning; observe however that in your c++ statement, -I/usr/X11R6/include comes first. At least on my Xfree86 (fink's), this contains a full freetype2 subdir, and NO freetype. So it seems you're in a situation were the flags seem to be in the correct order... But I would definitely think it is worth to trace a bit what exactly gets included in your case too... Jean-Francois _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
