errcodes.h and others not generated when compiling 13.6 on M1 Mac

Поиск
Список
Период
Сортировка
От Sam Kidman
Тема errcodes.h and others not generated when compiling 13.6 on M1 Mac
Дата
Msg-id CA+FDo=s=Bg6KCeddW345N=azq2O+KvGxpnSELR5YoNrVXzpfUg@mail.gmail.com
обсуждение исходный текст
Ответы Re: errcodes.h and others not generated when compiling 13.6 on M1 Mac  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
Hello

I recently upgraded one of our applications to use postgres 13.6. When I try to compile from a source checkout or by running asdf install (our version manager which also compiles 13.6) I get the same error message:

../../src/include/utils/elog.h:71:10: fatal error: 'utils/errcodes.h' file not found

After digging around in the source it looks like it's supposed to be generated. I can't figure out why this isn't working on my machine though. It seems to happen on any M1 mac (my colleagues can reproduce it)

Any help on how to fix or debug this further would be appreciated.

Regards, Sam

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Backing up a DB excluding certain tables
Следующее
От: Bryn Llewellyn
Дата:
Сообщение: "create function... depends on extension..." not supported. Why?