Author Topic: Different language warning messages. (debugger/compiler)  (Read 4590 times)

Offline OmnificienT

  • Single posting newcomer
  • *
  • Posts: 5
Different language warning messages. (debugger/compiler)
« on: November 19, 2008, 09:55:00 pm »
Hello,

Code::Blocks is set up in English, but it gives me build messages in Dutch. How can I change these to English?

Thank You,

OmnificienT

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Different language warning messages. (debugger/compiler)
« Reply #1 on: November 19, 2008, 10:05:06 pm »
Which OS do you use ?

If you are on linux and your standard locales is in dutch, C::B will show the dutch compiler-messages.

Use the envvar-plugin to set "LC_ALL" to "en_US[.UTF-8]" ("Settings.. -> Environment -> Environment variables").
Don't type the brackets, the should only show, that ".UTF-8" is optional (depending on your systems preferences.

If you are on windows, I don't know how to change it.


Offline OmnificienT

  • Single posting newcomer
  • *
  • Posts: 5
Re: Different language warning messages. (debugger/compiler)
« Reply #2 on: November 20, 2008, 05:30:37 pm »
I'm on linux actually. I don't understand what the envvar-plugin is though. Is it a plugin for C::B?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Different language warning messages. (debugger/compiler)
« Reply #3 on: November 20, 2008, 06:12:52 pm »
I'm on linux actually. I don't understand what the envvar-plugin is though. Is it a plugin for C::B?

It's part of the contrib-plugins.

If you have installed pre-build binaries, there should be a package called something like "codeblocks-contrib", install it.

If you compiled C::B yourself, I recommend to configure it with "--with-contrib-plugins=all".