PDA

View Full Version : Cmake + eclipse



fhslacrosse13
August 12th, 2010, 04:13 PM
I am trying to import an existing project into eclipse. I have followed the instructions laid out here: http://www.cmake.org/Wiki/Eclipse_CDT4_Generator
When I build I get errors(as expected) but I when I check under the "Problems" tab all I get is:

make: *** [all] Error 2 NIJSys-Debug@NIJ line 0 C/C++ Problem

My hopes with moving my project into an IDE was to get error messages that were a little more informative than the ones I was receiving from running make in the terminal.

Is this something that just can't be done? I'm hoping to get info like line number, or even just what the problem is, but I receive nothing right now.