https://bugs.kde.org/show_bug.cgi?id=385653
--- Comment #2 from Jaime Torres <jtam...@gmail.com> --- I can't test the development version because I can't compile it. I get the following error: g++: error: opencv_core-NOTFOUND: No existe el fichero o el directorio g++: error: opencv_objdetect-NOTFOUND: No existe el fichero o el directorio g++: error: opencv_imgproc-NOTFOUND: No existe el fichero o el directorio g++: error: opencv_imgcodecs-NOTFOUND: No existe el fichero o el directorio even when the cmake output contains: -- Found OpenCV: /usr (found version "3.3.1") found components: core objdetect imgproc imgcodecs -- OpenCV Root directory is: /usr/share/OpenCV -- OpenCV: Found version 3.3.1 (required: 3.1.0) -- OpenCV headers: /usr/include;/usr/include/opencv -- OpenCV libs : opencv_core;opencv_objdetect;opencv_imgproc;opencv_imgcodecs But in the code, all the SQL exceptions are handled, so it should be fixed. -- You are receiving this mail because: You are watching all bug changes.