Code::Blocks Forums
User forums => Help => Topic started by: 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
-
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.