Author Topic: Build log scrambled  (Read 5139 times)

Phex

  • Guest
Build log scrambled
« 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Build log scrambled
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]


mrivet

  • Guest
Re: Build log scrambled
« Reply #3 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.