On Fri, May 02, 2025 at 10:42:25AM -0700, Jacob Champion wrote: > On Fri, May 2, 2025 at 10:35 AM Tom Lane <t...@sss.pgh.pa.us> wrote: >> FWIW, on my Mac a meson build from HEAD goes through fine, with or >> without this patch. I'm getting openssl and libcurl from MacPorts >> not Homebrew, but I don't know why that would make any difference. > > Do your <libintl.h> and <openssl/*.h> live in the same place? Mine do, > so I had to disable NLS to get this to break.
I enabled NLS and the problem disappeared for me, but that seems to be a side effect of setting -Dextra_{include,lib}_dirs to point to my Homebrew directories, which I needed to do to get NLS to work. -- nathan