On Tuesday 08 July 2003 06:00, Sam Halliday wrote: > hi there, > > i get this with latest stable and CVS when i try to build with > "--enable-nls": > > Making all in da_DK > make[3]: Entering directory > `/home/LFS/TODO/blackbox-cvs/blackbox/nls/da_DK' > Translation.m:8: invalid character: message ignored > Translation.m:9: invalid character: message ignored > Translation.m:24: invalid character: message ignored > Translation.m:28: invalid character: message ignored > Translation.m:29: invalid character: message ignored
I have seen this when lang is set to C and sometime en_US.UTF8. If you do 'echo $LANG' or echo $LC_ALL if you see 'C' set it to en_US. If you see en_US.UTF8 set it to en_US. Then run do a make clean and run make again. That said, the messages are just warnings. If all you are going to use is English they have no affect on you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
