I have a C++
project that I build using rake
rather than make
. To set this up in Eclipse I disabled the CDT and Scanner builders and created a rake builder pointing to the rake executable. This causes the project to be built correctly with Ctrl-B. However, the C++ error parser doesn't seem to be kicking in on the output.
What do I need to do to get g++ output processed by the error parser?