Werner LEMBERG wrote:
configure:17517: gcc -c -I/Users/travis/ttfautohint-build/local/include -g -O2  
conftest.c >&5
conftest.c:145:13: error: use of undeclared identifier 'max_align_t'

Evidently the stddef.h found by the above command does not define max_align_t, whereas the stddef.h found by the command 'CXX main.o' in <https://travis-ci.org/source-foundry/ttfautohint-build/jobs/269031319#L3401> does define max_align_t. Can you investigate why this is so? Perhaps CXX uses different -I options, or perhaps stddef.h does not define max_align_t if C++. Ideally 'configure' should be using the same compiler and options as 'make'; when that isn't true, there can be trouble.

Reply via email to