Version: (using Devel) OS: Linux Installed from: Compiled sources The file kdebase-runtime-4.1.80/nepomuk/services/strigi/strigiservice.cpp on lines 31 and 32: #include <strigi/indexpluginloader.h> #include <strigi/indexmanager.h> But this files don't exists on the original tarball (I've download it from a oficial mirror - ftp://ftp.oregonstate.edu/pub/kde/), causing the breaks of the compilation in a error. I resolved it by downloading the files (indexpluginloader.h and indexmanager.h) to a directory called strigi, and then copying it to the place that it supposed to be.
You need strigi installed. http://strigi.sourceforge.net/?q=getstrigi#download
But I have strigi installed - version 0.5.11.
Does cmake find strigi?
Yeah! The compilation stops (around the 91%) with a message that the file doesn't exist. I browser into the directory kdebase-runtime-4.1.80/nepomuk/services/strigi/ and in fact the files doesn't exist really. I resolved it finding the files in the internet and moving them to the directory. After that the compilation worked.