Page 1 of 1

0 errors and 0 warnings detected when build produces errors

Posted: Sun Aug 21, 2011 1:08 am
by ElTacoLad
The error pane insists that the build ended successfully when the build pane outputs compiling errors. Despite having errors, the build pane at the end of it says 0 errors and 0 warnings too. I'll post some screenshots I find relevant below. Any help alleviating this anomaly would be appreciated!

Image
Image
Image
Image

Re: 0 errors and 0 warnings detected when build produces errors

Posted: Sun Aug 21, 2011 10:44 am
by eranif
This is because the unusual path you are using for your sources

Code: Select all

Taco's Workspace
Remove the apostrophe from the path or add it to the regex and it will work

Also: as a general rule, don't use spaces in paths - (this can cause problem for some of the MinGW toolchains)
Eran

Re: 0 errors and 0 warnings detected when build produces errors

Posted: Sun Aug 21, 2011 4:45 pm
by ElTacoLad
That worked, thank you. I can't believe it was something that simple to fix, and yet I had so much trouble with it. Anyways, thank you again for your reply.