Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: activelf on March 03, 2010, 03:24:53 AM

Title: C::B & gcc with non-english locale
Post by: activelf on March 03, 2010, 03:24:53 AM
hi there, my linux language is not english, when i install c::b and run my programs, something happened unfortunatly. the c::b parse the output information of gcc and give me compile tips of codes. so if the language is not english, the c::b parser cannot find the "warning","error",etc, and crash immediately if compile results have any warning or error tips.

so ANY IDEAs? if i don't change the language of my system. thanks!!
Title: Re: C::B & gcc with non-english locale
Post by: MortenMacFly on March 03, 2010, 07:35:22 AM
Quote from: activelf on March 03, 2010, 03:24:53 AM
so ANY IDEAs? if i don't change the language of my system. thanks!!
You'll need to adjust the RegExes for the compiler yourself using the advanced compiler options.
Title: Re: C::B & gcc with non-english locale
Post by: Jenna on March 05, 2010, 10:54:58 PM
Quote from: MortenMacFly on March 03, 2010, 07:35:22 AM
Quote from: activelf on March 03, 2010, 03:24:53 AM
so ANY IDEAs? if i don't change the language of my system. thanks!!
You'll need to adjust the RegExes for the compiler yourself using the advanced compiler options.

Or make C::B use english environment for compilation: http://forums.next.codeblocks.org/index.php/topic,9514.msg67231.html#msg67231 (http://forums.next.codeblocks.org/index.php/topic,9514.msg67231.html#msg67231)