Author Topic: Clicking on an error message in the builed messages won't open the file line  (Read 3612 times)

Offline DanRR

  • Multiple posting newcomer
  • *
  • Posts: 18
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
 


Offline gReaen

  • Multiple posting newcomer
  • *
  • Posts: 18
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...