Hi,<br><br>I&#39;m having problems finding the required dependencies to compile a small project using Nepomuk.<br><br>I&#39;ve attached the CMakeLists I&#39;m using and the generated Makefile. My main.cpp has an include line for Nepomuk:<br>

#include &lt;Nepomuk/Resource&gt;<br><br>which fails giving an error that the file or directory doesn&#39;t exist. The CMakeLists has include and target_link for ${NEPOMUK_LIBRARIES}. I&#39;m using an Ubuntu box with -dev packages installed. <br>

<br>Where are the Nepomuk header files supposed to be installed? How do I get the compiler to recognize them?<br><br>Thanks for the help.<br><br><br>$ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULE_PATH:PATH=/usr/share/kde4/apps/cmake/modules<br>

-- Found Qt-Version 4.7.0 (using /usr/bin/qmake)<br>-- Found X11: /usr/lib/libX11.so<br>-- Found KDE 4.5 include dir: /usr/include<br>-- Found KDE 4.5 library dir: /usr/lib<br>-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler<br>

-- Found automoc4: /usr/bin/automoc4<br>-- Configuring done<br>-- Generating done<br>-- Build files have been written to: /home/ubuntu/Programacion/pruebas/example-nepomuk/example-nepomuk<br><br><br>$ make example-nepomuk<br>

[100%] Building CXX object CMakeFiles/example-nepomuk.dir/main.cpp.o<br>/home/kde/ubuntu/Programacion/pruebas/example-nepomuk/example-nepomuk/main.cpp:2:28: error: Nepomuk/Resource: No existe el archivo o directorio<br>make[3]: *** [CMakeFiles/example-nepomuk.dir/main.cpp.o] Error 1<br>

make[2]: *** [CMakeFiles/example-nepomuk.dir/all] Error 2<br>make[1]: *** [CMakeFiles/example-nepomuk.dir/rule] Error 2<br>make: *** [example-nepomuk] Error 2<br><br>