On 26.04.08 20:38:24, Sebastian Adolf wrote:
> Hello!
> 
> I generated a new CMAKE-Project with the help of the kdev wizard and
> managed to compile it and include an external library. my problem now is
> that i can't run the debugger within kdev, it always states
> "No executable file specified. use the "file" or "exec-file" command"
> followed by several "no registers"-errors

Two suggestions:

a) upgrade to KDevelop3.5.1, packages for a couple of distro's are
available on the website

b) make sure the right executable is set under Project Options -> Run
Options. The cmake generator for KDevelop3 is pretty basic, it doesn't
do more than generating a pretty empty .kdevelop file and a list of
files that belong to project (which doesn't include the header files
actually). IMHO you're better off with the project importer in
KDevelop, and importing your source directory as custom makefile
project.

Andreas

-- 
You will be the victim of a bizarre joke.
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to