https://bugs.kde.org/show_bug.cgi?id=227920
Summary: Cannot compile: opencv/highgui.h missing for removeredeyes plugin Product: digikam Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] 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. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #1 from Johannes Wienke <languitar semipol de> 2010-02-21 12:17:42 --- This is a header from the OpenCV library. Is this library installed on your system? Does locate highgui.h find the file? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #2 from Simon <simon eu gmail com> 2010-02-21 12:30:22 --- 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. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #3 from Johannes Wienke <languitar semipol de> 2010-02-21 12:36:14 --- You are missing libhighgui-dev, I suspect. Nevertheless, normally this should be discovered by the cmake script. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #4 from Simon <simon eu gmail com> 2010-02-21 13:47:28 --- Alright, working now. cmake indeed did not mention anything. Thank you. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #5 from Johannes Wienke <languitar semipol de> 2010-02-21 14:47:24 --- 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? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #6 from Simon <simon eu gmail com> 2010-02-21 15:06:44 --- 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. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
--- Comment #7 from Johannes Wienke <languitar semipol de> 2010-02-21 19:16:38 --- Running cmake again only helps if you delete the CMakeCache.txt in your build folder before. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|general |RemoveRedEyes Version|unspecified |1.2.0 Product|digikam |kipiplugins -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[hidden email] |[hidden email] -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Product|kipiplugins |digikam Component|RemoveRedEyes |Faces-RedEyes Assignee|[hidden email] |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by Simon-2
https://bugs.kde.org/show_bug.cgi?id=227920
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot compile: |Cannot compile: |opencv/highgui.h missing |opencv/highgui.h missing |for removeredeyes plugin |for remove red eyes tool -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |