Re: Error running configure on Mac

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Error running configure on Mac
Дата
Msg-id 20220124194703.icmvzo5xrybcf4ki@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Error running configure on Mac  (samay sharma <smilingsamay@gmail.com>)
Список pgsql-hackers
Hi,

On 2022-01-24 08:41:39 -0800, samay sharma wrote:
> I've also attached the test.i file.

The problem is that you got a stdint.h in /usr/local/include/. And that
stdint.h doesn't match the system one. Which explains why there's a
compilation failure and also explains why others don't see this problem.

from test.i
> # 1 "/usr/local/include/stdint.h" 1 3 4
> 
> #define _ISL_INCLUDE_ISL_STDINT_H 1
> 
> #define _GENERATED_STDINT_H "isl 0.14.1"
> 
> #define _STDINT_HAVE_STDINT_H 1
> 
> # 1 "/usr/local/include/stdint.h" 1 3 4
> # 8 "/usr/local/include/stdint.h" 2 3 4
> # 73 "/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h" 2 3 4


Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: preserving db/ts/relfilenode OIDs across pg_upgrade (was Re: storing an explicit nonce)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Why is src/test/modules/committs/t/002_standby.pl flaky?