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:
-------------- 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