Author Topic: Error messages not shown completely. Solution?  (Read 2877 times)

Andi78

  • Guest
Error messages not shown completely. Solution?
« on: May 06, 2007, 10:20:58 pm »
Hi!

I have long path names, so that compiler error messages range over several lines in the Build log. Codeblocks seems to parse only the first line of an error message to show the "Build messages", which does not give too much information in my case, often only the first word of the complete message.

Is there a solution or a workaround?

Thanks in advance!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Error messages not shown completely. Solution?
« Reply #1 on: May 06, 2007, 11:12:23 pm »
Add this to your compiler options:

Code
-fmessage-length=0
Be patient!
This bug will be fixed soon...