I
have a relatively simple cmake file that has generated a great big
Makefile (and associated CMake files) that compiles my project just
fine when I invoke it from the bash shell, simply by typing 'make'.

When I configure eclipse to do the same thing (simply calling make in the same 
directory) it also works fine the first time.
however, if I edit some code in eclipse and fire up the debuger
again, it halts with some error. the error is non-descriptive,
something like 'error 2', even in VERBOSE mode. 


What could possibly be different in eclipse that could cause it to
work the first time, but halt with an error the next time, when only a
single file needs to be rebuilt? yet the exact same command 'make' from
the shell works every time...

I tried copying my entire shell path into the eclipse debug config path - it 
didnt help.

(I notice that some of the commands generated by the Makefil are very long, 
like 400 characters - would that cause something about the eclipse environment 
to barf?  Im clutching at straws here...)


thanks!


      
__________________________________________________________________________________
Find local businesses and services in your area with Yahoo!7 Local.
Get started: http://local.yahoo.com.au
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to