Sto facendo un po 'di sviluppo web e il motore di traduzione richiede gettext. Devo forzare il collegamento?
$ django-admin.py makemessages -l es
CommandError: Can't find xgettext. Make sure you have GNU gettext tools 0.15 or newer installed.
$ brew install gettext
Warning: gettext-0.18.3.2 already installed
$ brew link gettext
Warning: gettext is keg-only and must be linked with --force
Note that doing so can interfere with building software.
brew link <formula>
causerà il rilevamento di altre formule durante il./configure
passaggio. Ciò può causare problemi durante la compilazione di quelle altre formule. I file binari forniti da formule solo keg possono sovrascrivere i file binari di sistema con altri risultati strani. Potresti desiderarebrew unlink
queste birre: gettext