Code::Blocks Forums

User forums => Help => Topic started by: Phex on August 21, 2013, 09:29:25 pm

Title: Build log scrambled
Post by: Phex on August 21, 2013, 09:29:25 pm
Somehow my build log has a wrong encoding. All error messages look like

"main.c:69:5: error: expected ‘)’ before ‘{’ token".

Is this a known issue and can I fix this somewhere? Unfortunately I did not find anything searching the web.

I use Code::Blocks 12.11 and Windows 7.

Thanks in advance!
Title: Re: Build log scrambled
Post by: oBFusCATed on August 25, 2013, 08:53:04 pm
The problem is that you're using localized gcc ... I don't remember how to fix it, but it has been discussed in the forum.
Title: Re: Build log scrambled
Post by: BlueHazzard on September 01, 2013, 11:18:41 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_can_I_change_the_language_of_the_compiler_.28gcc.29_output_to_english.3F

greetings
Title: Re: Build log scrambled
Post by: mrivet on December 06, 2013, 09:32:36 pm
Thanks, I had the same problem and I followed the instructions in the link you provided; it worked perfectly.