Author Topic: Trouble with a localized(GER) gcc  (Read 3701 times)

Skiri-ki

  • Guest
Trouble with a localized(GER) gcc
« on: December 23, 2008, 10:19:56 pm »
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
« Last Edit: December 23, 2008, 10:32:01 pm by Skiri-ki »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7256
Re: Trouble wit a localized(GER) gcc
« Reply #1 on: December 23, 2008, 10:28:41 pm »

Skiri-ki

  • Guest
Re: Trouble with a localized(GER) gcc
« Reply #2 on: December 23, 2008, 10:36:30 pm »
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