Re: Building 12.3 from source on Mac - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Building 12.3 from source on Mac
Date
Msg-id 8F3CABD1-0780-44D8-A8FC-034D6B65EF6D@yesql.se
Whole thread Raw
In response to Building 12.3 from source on Mac  (Paul Förster <paul.foerster@gmail.com>)
Responses Re: Building 12.3 from source on Mac  (Paul Förster <paul.foerster@gmail.com>)
List 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 by date:

Previous
From: Paul Förster
Date:
Subject: Building 12.3 from source on Mac
Next
From: Amul Sul
Date:
Subject: Re: [Patch] ALTER SYSTEM READ ONLY