Re: Building 12.3 from source on Mac

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Building 12.3 from source on Mac
Дата
Msg-id 8F3CABD1-0780-44D8-A8FC-034D6B65EF6D@yesql.se
обсуждение исходный текст
Ответ на Building 12.3 from source on Mac  (Paul Förster <paul.foerster@gmail.com>)
Ответы Re: Building 12.3 from source on Mac  (Paul Förster <paul.foerster@gmail.com>)
Список pgsql-hackers
> On 23 Jul 2020, at 12:01, Paul Förster <paul.foerster@gmail.com> wrote:

> If I leave out --enable-nls then building works fine and I get everything without error. But why is there a problem
withgettext? 

gettext is not shipped by default with macOS, you will have to install it
separately via your favourite package manager or by building from source.  To
verify you can always search your system for the required header file:

    mdfind -name libintl.h

See https://www.postgresql.org/docs/current/install-requirements.html for more
information on build-time requirements.

cheers ./daniel


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

Предыдущее
От: Paul Förster
Дата:
Сообщение: Building 12.3 from source on Mac
Следующее
От: Amul Sul
Дата:
Сообщение: Re: [Patch] ALTER SYSTEM READ ONLY