kdev-kernel icon indicating copy to clipboard operation
kdev-kernel copied to clipboard

kdevelop-devel is required but not in CMake configuration

Open aspotashev opened this issue 11 years ago • 1 comments

I tried to build kdev-kernel on Fedora without installing kdevelop-devel (the package in Fedora containing /usr/include/kde4/kdevelop/make/imakebuilder.h). CMake did not complain about missing make/imakebuilder.h, but then compilation failed for that reason. I think some checks should be added to CMakeLists.txt in order to locate this type of issue before starting compilation.

=== Compiler error message below === In file included from /home/aspotashev/soft-git/kdev-kernel/kdevkernelplugin.cpp:18:0: /home/aspotashev/soft-git/kdev-kernel/kdevkernelplugin.h:24:31: fatal error: make/imakebuilder.h: No such file or directory #include <make/imakebuilder.h> ^ compilation aborted.

aspotashev avatar Jan 17 '14 11:01 aspotashev

I'm using debian and have this problem. Solved by install kdevelop-dev

qmor avatar Jan 31 '16 10:01 qmor