LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing blackbox (https://www.linuxquestions.org/questions/linux-software-2/installing-blackbox-203496/)

colonelbob 07-10-2004 04:17 PM

installing blackbox
 
When I go to install blackbox I get these errors. Errors are as they appear in the terminal.

Making check in de_DE
make[2]: Entering directory `/home/variable/blackbox-0.65.0/nls/de_DE'
Translation.m:22: invalid character: message ignored
Translation.m:46: invalid character: message ignored
Translation.m:48: invalid character: message ignored
Translation.m:52: invalid character: message ignored
Translation.m:101: invalid character: message ignored
Translation.m:109: invalid character: message ignored
Translation.m:119: invalid character: message ignored
Translation.m:132: invalid character: message ignored
Translation.m:134: invalid character: message ignored
Translation.m:166: invalid character: message ignored
Translation.m:167: invalid character: message ignored

I'm using FC2, how can I fix this?

archdev 07-10-2004 04:47 PM

Not sure if this is relevant, but I use fluxbox, and installed it via yum ( i am on fc1 btw)

speck 07-10-2004 08:08 PM

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

colonelbob 07-10-2004 10:15 PM

language was already set to enu_us, attempted to change it anyway and i still got the same errors. any other ideas?


All times are GMT -5. The time now is 04:32 PM.