easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.43k stars 169 forks source link

0.9.0 build fails on openSUSE #206

Open lgbaldoni opened 4 years ago

lgbaldoni commented 4 years ago

Header path does not include the top dir, perhaps it can be provided by pkgconfig on other distros?

Index: qimgv-0.9/qimgv/3rdparty/QtOpenCV/cvmatandqimage.cpp
-#include <opencv4/opencv2/imgproc.hpp>
+#include <opencv2/imgproc.hpp>

Index: qimgv-0.9/qimgv/3rdparty/QtOpenCV/cvmatandqimage.h
-#include <opencv4/opencv2/core.hpp>
+#include <opencv2/core.hpp>
EdwinKM commented 4 years ago

Hi Luigi, sorry to capture your report. I see you are the maintainer of the Suse package (and created patches). Does it actually work on your machine? (https://github.com/easymodo/qimgv/issues/231).