Author Topic: Jumping to source line from tools output  (Read 2521 times)

andyb

  • Guest
Jumping to source line from tools output
« on: September 30, 2008, 01:42:17 am »
I'm working on a project which uses the Jam build system. Normally when building this uses the visual studio 6 compiler and so when I run the Jam script the output contains lines formatted like:

n:\dir\foo.cpp(633) : error C2065: 'd' : undeclared identifier

I don't want to completely change our project to use the code::blocks build system at the moment, but I would like to be able to run jam as custom tool and then be able to double click on a line in the output and have the editor open up that file at that line.

I actually have other tools aswell which mimic the output of cl.exe so that in visual studio when running custom tools I can double click on the output and get to the right line.

Is this possible with Code::Blocks?