hi i have a c++ opengl/opencv codeblocks project http://www.openframeworks.cc/setup/linux-codeblocks with all makefiles. even if codeblocks seems to be grat tool i'm addicted to eclipse (using it with python and java). is there a way to import it in eclipse without melting brain?
is there some automatic or blackmagic tool for creating eclipse project from codeblocks project or from sources and makefiles?
[EDIT] ok, i've managed to compile with Makefile project in Eclipse's CDT.
now i have binary files in projectpath/bin/ (and i don't want to modify the makefile because it's a little mess).
if i use them from shell they works ok. but i i click run button in eclipse "Launch failed. Binary not found."
how can i tell to eclipse to localize correclty the compiled project?