Simon is including OpenCV Headers like #include <cv.h> / <highgui.h> / <cxcore.h> and this changes to <opencv/cv.h> / <opencv/highui.h> / <opencv/cxcore.h> in OpenCV 3 This problem was reported and patch was created at: https://bugzilla.redhat.com/show_bug.cgi?id=1236596 Reproducible: Always
Created attachment 94029 [details] Simon 0.4.1 OpenCV 3 patch
Good morning Viktor As the new maintainer of Simon I'd like to thank you for reporting this problem. I just tried to reproduce it locally but can't. What I did: - Remove all OpenCV packages of my Debian installation. - Download OpenCV 3.0 zip file, extract, compile and install it. - Recompile Simon from a fresh clone. - Everything went smooth without a problem. Nonetheless I applied your patch and did again a fresh run and compilation and everything went well too. So if you've still the problem please tell me and I can apply your patch. Best regards Mario
I was able to reproduce the build failure on Gentoo. Patch fixes it.
FIY, git master builds fine because of the following commit: https://quickgit.kde.org/?p=simon.git&a=commit&h=b4e663e5cc36511b15ef20865c723182cd3d88c9