It probably doesn't like your locale settings. You can find out your locale by either typing "locale" or "env | grep LANG" (it should be something like "C", "POSIX", "en_US", etc.)
Change it to "en_US" by typing "export LANG=en_US" in the same terminal where you're trying to compile Blackbox. Note that the locale changes occur only in the terminal where you exported the LANG environment variable, so be sure to run the configure and make commands from that terminal (after you've run the export command.)
Speck
|