[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Announcing ttfautohint version 1.5
From: |
Nikolaus Waxweiler |
Subject: |
Re: [ft-devel] Announcing ttfautohint version 1.5 |
Date: |
Mon, 25 Jan 2016 12:53:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
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 },
^