Gnurou / kdev-kernel

KDevelop plugin for hacking the Linux kernel
33 stars 18 forks source link

kdevelop-devel is required but not in CMake configuration #16

Open aspotashev opened 10 years ago

aspotashev commented 10 years ago

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.

qmor commented 8 years ago

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