Code::Blocks Forums
User forums => Help => Topic started 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!
-
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.
-
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
-
Thanks, I had the same problem and I followed the instructions in the link you provided; it worked perfectly.