bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: max_align_t fails with clang 6.1 on OS X 10.10


From: Paul Eggert
Subject: Re: max_align_t fails with clang 6.1 on OS X 10.10
Date: Tue, 29 Aug 2017 19:30:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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

[Prev in Thread] Current Thread [Next in Thread]