I can't compile git master, it gives me loads of:

taerror.c:37:30: error: expected identifier or '(' before '{' token
 #define TA_ERRORDEF(e, v, s) { e, s },
                              ^
./ttfautohint-errors.h:37:11: note: in expansion of macro 'TA_ERRORDEF'
           TA_ERRORDEF(TA_ERR_CAT(TA_ERR_PREFIX, e), v, s)
           ^
./ttfautohint-errors.h:50:1: note: in expansion of macro 'TA_ERRORDEF_'
 TA_ERRORDEF_(Invalid_FreeType_Version, 0x0E,
 ^
taerror.c:37:38: error: expected identifier or '(' before ',' token
 #define TA_ERRORDEF(e, v, s) { e, s },
                                      ^
./ttfautohint-errors.h:37:11: note: in expansion of macro 'TA_ERRORDEF'
           TA_ERRORDEF(TA_ERR_CAT(TA_ERR_PREFIX, e), v, s)
           ^
./ttfautohint-errors.h:50:1: note: in expansion of macro 'TA_ERRORDEF_'
 TA_ERRORDEF_(Invalid_FreeType_Version, 0x0E,
 ^
taerror.c:37:38: error: expected identifier or '(' before ',' token
 #define TA_ERRORDEF(e, v, s) { e, s },
                                      ^

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to