Re: Building 12.3 from source on Mac

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Building 12.3 from source on Mac
Date: 2020-07-23 13:24:31
Message-ID: 6C817997-FB31-4640-956D-1810731AC0CA@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Daniel,

> On 23. Jul, 2020, at 12:37, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> 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.

thanks for the answer and the pointer.

But I am still wondering: mdfind spits out libintl.h without me installing the gettext library:

paul(at)meerkat:~$ mdfind -name libintl.h
/usr/local/include/libintl.h

Why is that? Did I miss something?

Cheers,
Paul

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-07-23 13:42:22 Re: Building 12.3 from source on Mac
Previous Message Ahsan Hadi 2020-07-23 13:16:02 Re: Add session statistics to pg_stat_database