This remoces the Xft2 include in GR_UnixGraphics.h. It is not needed and breaks the (my) build.
Marc
? remove.diff Index: gr_UnixGraphics.cpp =================================================================== RCS file: /cvsroot/abi/src/af/gr/unix/gr_UnixGraphics.cpp,v retrieving revision 1.150 diff -u -r1.150 gr_UnixGraphics.cpp --- gr_UnixGraphics.cpp 27 Aug 2002 13:26:51 -0000 1.150 +++ gr_UnixGraphics.cpp 30 Aug 2002 15:41:14 -0000 @@ -41,7 +41,6 @@ #include "ut_OverstrikingChars.h" #ifdef USE_XFT #include <X11/Xlib.h> -#include <Xft2/X11/Xft/Xft.h> #endif const char* GR_Graphics::findNearestFont(const char* pszFontFamily,
