Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: 0x0000053A on May 12, 2018, 06:40:52 pm

Title: How to turn off compiler messages localization without contrib envvars plugin?
Post by: 0x0000053A on May 12, 2018, 06:40:52 pm
AND without ugly stuff like manually changing codeblocks executable into shell script launching the real codeblocks executable with LANG=C envvar.
Is it possible? Because it should be possible if C::B is meant to be usable without contrib plugins.
Title: Re: How to turn off compiler messages localization without contrib envvars plugin?
Post by: oBFusCATed on May 12, 2018, 07:31:38 pm
Can you be a little bit more clear what you're trying to do?
Which os? Which version?
Title: Re: How to turn off compiler messages localization without contrib envvars plugin?
Post by: 0x0000053A on May 12, 2018, 07:40:39 pm
Can you be a little bit more clear what you're trying to do?
Which os? Which version?
You know the problem with localized compiler messages being recognized by C::B as errors even if they are actually notes or warnings?
The most common solution for this problem is to set LANG environment variable to en_US or C somewhere. I need to find a "somewhere" that would satisfy me.
I'm on linux with C::B 17.12 but i don't think it's actually useful information.
Title: Re: How to turn off compiler messages localization without contrib envvars plugin?
Post by: oBFusCATed on May 12, 2018, 11:14:15 pm
Try env LC_MESSAGES=en_US.UTF8 codeblocks in a terminal...