User forums > Help

Trouble with a localized(GER) gcc

(1/1)

Skiri-ki:
At least that's what I think it is, but first the problem:
When building a project in Code::Blocks, a "warning" given by gcc is called "Warnung" which is the German translation. So far all 's well, but these warnings are then counted to the errors by Code::Blocks. Nothing that poses any obstacle in compiling but it's rather inconvenient, especially since the "Warnungen" are highlighted in red and not blue, which makes finding the true errors in a long Compiling log rather a harder task than it should be.
I don't know though whether that's a bug in GCC or C::B or just a wrong set up environment.

I'm using C::B 8.02 on Ubuntu 8.10 compiling with gcc 4.3.2 (Ubuntu 4.3.2-1ubuntu11)
gcc appears to be localized to German
C::B is English
If someone knows a way around this (I wouldn't mind gcc being English) or can confirm that it's a bug of either application I'd be glad to hear it ^^

Here's a log as example:

--- Code: ----------------- Build: Release in Demo_Shadows ---------------
Compiling: ../src/Shadows.cpp
/home/martin/Entwicklung/Ogre/Samples/Shadows/src/Shadows.cpp: In member function »virtual void GaussianListener::notifyMaterialSetup(Ogre::uint32, Ogre::MaterialPtr&)«:
/home/martin/Entwicklung/Ogre/Samples/Shadows/src/Shadows.cpp:206: Warnung: Variable »progName« wird nicht verwendet
/home/martin/Entwicklung/Ogre/Samples/Shadows/src/Shadows.cpp:219: Warnung: Variable »progName« wird nicht verwendet
/home/martin/Entwicklung/Ogre/Samples/Shadows/src/Shadows.cpp: In member function »void ShadowsApplication::generalSceneSetup()«:
/home/martin/Entwicklung/Ogre/Samples/Shadows/src/Shadows.cpp:737: Warnung: Variable »controller« wird nicht verwendet
Linking executable: ../../Common/bin/Release/Demo_Shadows
Output size is 123,89 KB
Process terminated with status 0 (0 minutes, 12 seconds)
3 errors, 0 warnings
--- End code ---

Jenna:
Look here:
http://forums.codeblocks.org/index.php/topic,9489.0.html

Skiri-ki:
right-o It appears I need to train my search skills some more, I searched for "Warnung" and the like which only gave me posts where such logs as mine where in -.- thanks for pointing me the right way though. :D

Navigation

[0] Message Index

Go to full version