Dopo aver installato gettext
nel mio mac:
Uso il comando brew install gettext
installato.
...
CPPFLAGS: -I/usr/local/opt/gettext/include
==> Summary
Questa formula non si collega: puoi farlo a mano se lo richiedi:
This formula is keg-only, which means it was not symlinked into /usr/local, because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
I manutentori consigliano:
If you need to have this software first in your PATH run: echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
Puoi persino ottenere un avviso più esplicito cercando di collegarlo manualmente:
$brew link gettext.
Warning: gettext is keg-only and must be linked with --force.
Note that doing so can interfere with building software.
Se sei sicuro di averne bisogno, collegati ovunque:
brew link gettext --force
Guarda questo thread SU per i dettagli link
Leggi altre domande sui tag command-line macos terminal homebrew