Re: Building 12.3 from source on Mac

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Building 12.3 from source on Mac
Date: 2020-07-23 10:37:33
Message-ID: 8F3CABD1-0780-44D8-A8FC-034D6B65EF6D@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 23 Jul 2020, at 12:01, Paul Förster <paul(dot)foerster(at)gmail(dot)com> wrote:

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

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2020-07-23 10:41:45 Re: [Patch] ALTER SYSTEM READ ONLY
Previous Message Paul Förster 2020-07-23 10:01:36 Building 12.3 from source on Mac