js/macos-gettext-build, was Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)
- Date: Mon, 29 Apr 2019 18:20:13 -0400 (DST)
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Subject: js/macos-gettext-build, was Re: What's cooking in git.git (Apr 2019, #05; Thu, 25)
Hi Junio,
On Thu, 25 Apr 2019, Junio C Hamano wrote:
> * js/macos-gettext-build (2019-04-15) 1 commit
> (merged to 'next' on 2019-04-22 at de4cbb1431)
> + macOS: make sure that gettext is found
>
> Build with gettext breaks on recent macOS w/ Homebrew when
> /usr/local/bin is not on PATH, which has been corrected.
This description is almost correct: the problem fixed in this patch is
that `/usr/local/include` seems not to be in the header search path of
Homebrew's `gcc` on Mojave.
The `PATH` does contain `/usr/local/bin` alright.
Ciao,
Dscho