Non posso usare il "gettext" che è installato da brew

1

Dopo aver installato gettext nel mio mac:

Uso il comando brew install gettext installato.

...    
CPPFLAGS: -I/usr/local/opt/gettext/include

==> Summary
                    
posta aircraft 20.09.2017 - 10:46
fonte

1 risposta

1

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

    
risposta data 20.09.2017 - 10:55
fonte

Leggi altre domande sui tag