Code::Blocks Forums

User forums => Help => Topic started by: DanRR on May 17, 2008, 01:43:23 pm

Title: Clicking on an error message in the builed messages won't open the file line
Post by: DanRR on May 17, 2008, 01:43:23 pm
Hello,
I'm using CB version 8.02 on an XP machine.
I've setup MinGW as project compiler. The MinGW compiler is the one of the CB installation package.
Clicking on an error message in the builed messages window won't open the file line (nothing happens).
On the my first project on this CB installation, I had to set the correct <Toolchain executables directory->Compiler's installation directory'>
because of a prior MinGW installation that I removed before CB installation, so maybe it may indicate some path problem.
How can I see the file line when clicking on the error?

Thanks,
Dan
 

Title: Re: Clicking on an error message in the builed messages won't open the file line
Post by: gReaen on May 18, 2008, 10:01:25 am
The error line will not be shown in the file if it is an obj error AFAIK. There might be a definition missing for any declared function...