Jacob Champion <jacob.champ...@enterprisedb.com> writes:
> 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.

Yeah, they are both under /opt/local/include in a MacPorts setup.
But disabling NLS doesn't break it for me.  I tried

meson setup build --auto-features=disabled -Dlibcurl=enabled

to make sure that /opt/local/include wasn't getting pulled in
some other way, and it still builds.

Apropos of that: our fine manual claims that option is spelled
--auto_features, but that fails for me.  Is that a typo in our
manual, or do some meson versions accept the underscore?

                        regards, tom lane


Reply via email to