Version: 1.2.0 (rev.: 1085904) (using 4.3.4 (KDE 4.3.4), Debian packages) Compiler: cc OS: Linux (i686) release 2.6.32-8.slh.2-sidux-686 For about one or two weeks: In file included from /data/cworkspace/graphics/kipi-plugins/removeredeyes/detection/locators/locatorfactory.cpp:33: /data/cworkspace/graphics/kipi-plugins/removeredeyes/detection/locators/haarclassifier/haarclassifierlocator.h:37:28: error: opencv/highgui.h: Datei oder Verzeichnis nicht gefunden And yes, I _did_ do a svn up.
This is a header from the OpenCV library. Is this library installed on your system? Does locate highgui.h find the file?
No, highgui.h cannot be found. # apt-get install libopencv-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Status-Informationen einlesen... Fertig Paket libopencv-dev ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es veraltet ist oder nur aus einer anderen Quelle verfügbar ist. Doch die folgenden Pakete ersetzen es: libcv-dev E: Paket libopencv-dev hat keinen Installationskandidaten # apt-get install libcv-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Status-Informationen einlesen... Fertig libcv-dev ist schon die neueste Version. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 19 nicht aktualisiert.
You are missing libhighgui-dev, I suspect. Nevertheless, normally this should be discovered by the cmake script.
Alright, working now. cmake indeed did not mention anything. Thank you.
Can it be true that you updated a lot of your system in the background without rebuilding the cmake script? Did you try a fresh build for digikam?
What I usually do if digikam does not compile is running cmake again and then make clean && make -j3. Didn't do a dist-upgrade today, only installed libhighgui-dev after you told me to do so.
Running cmake again only helps if you delete the CMakeCache.txt in your build folder before.
Okay -- didn't know that. Thanks.
I close this as invalid now because I suspect a cmake caching problem.