kdev-kernel
kdev-kernel copied to clipboard
kdevelop-devel is required but not in CMake configuration
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.
I'm using debian and have this problem. Solved by install kdevelop-dev