#include #include FT_FREETYPE_H #include #ifndef FC_RGBA_UNKNOWN # error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" #endif #if ((FREETYPE_MAJOR*10000 + FREETYPE_MINOR*100 + FREETYPE_PATCH) < 20103) # error "This version of freetype is too old." #endif int main(int, char **) { FT_Face face; face = 0; FcPattern *pattern; pattern = 0; return 0; }