On Wed, Mar 10, 2004 at 04:05:12PM -0800, Keith Packard wrote: > I Also fixed up Xft to work with fontconfig 2.2.* and with new versions of > FreeType. Version 2.1.4 is available at > > http://freedesktop.org/~xlibs/release Xft 2.1.4 will break when using some vendor compilers, like those from Sun and SGI. #warning is a GCCism. Either remove or: #ifdef __GNUC__ #warning #endif -- albert chin (china@xxxxxxxxxxxxxxxxxx)