News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Can't Jump to Selected Build Error Message when using custom Makefile?

Started by welemon, November 14, 2007, 05:13:18 PM

Previous topic - Next topic

welemon

Although the build error are shown in "Build messages", including filenames and line number, but still can't jump when double click the message. This happens when using custom Makefile only.
I think if already have the right filename and right line. it wouldn't be difficult to locate that error in source file, ;) 
Maybe a little change can make C::B interface much more "friendly"  :D

kisoft

Quote from: welemon on November 14, 2007, 05:13:18 PM
Although the build error are shown in "Build messages", including filenames and line number, but still can't jump when double click the message. This happens when using custom Makefile only.
I think if already have the right filename and right line. it wouldn't be difficult to locate that error in source file, ;) 
Maybe a little change can make C::B interface much more "friendly"  :D
I using custom Makefile on my projects. I have no problems to locate error line in source file.
This feature depend from compiler settings. I using IBM Visual Age C++ compiler. I setup this compiler and edit settings on "Output parsing" page. You can test your regexp for errors, warning on "extended compiler settings" page.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]