> If you know for a fact that XFT is supported on your cross-target, then > your best option is simply to edit your "makeinclude" file by hand to > add it in, along with the necessary paths and so forth to support it. > >
Thank you! I have edited "config.h" and "makeinclude",then get the errors: fl_font_xft.cxx: In function `void fl_font(int, int)': fl_font_xft.cxx:125: type `XUtf8FontStruct' is not a base type for type `XFontStruct' fl_font_xft.cxx: In function `struct _XftFont * fontopen(const char *, bool)': fl_font_xft.cxx:211: `FcTrue' undeclared (first use this function) fl_font_xft.cxx:211: (Each undeclared identifier is reported only once fl_font_xft.cxx:211: for each function it appears in.) fl_font_xft.cxx:212: `FcFalse' undeclared (first use this function) fl_font_xft.cxx: At top level: fl_font_xft.cxx:330: `FcChar32' was not declared in this scope make[1]: *** [fl_font.o] Error 1 make: *** [all] Error 1 I think it's because lacking of libfontconfig. I have libXft,libfreetype.I will download libfontconfig and cross-compile it,then try again. do I need another libraries? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

