> 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