Hi Daniel, > On 23. Jul, 2020, at 12:37, Daniel Gustafsson <dan...@yesql.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@meerkat:~$ mdfind -name libintl.h /usr/local/include/libintl.h Why is that? Did I miss something? Cheers, Paul