You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the master and configured ccmake as per instructions.
When I run make I get a lot of ISO C++ warnings which can probably be ignored.
After this I get the following:
make[2]: *** No rule to make target /home/loki/opencv/lib/libopencv_videostab.so.3.0.0', needed bylibflandmark/libflandmark_shared.so'. Stop.
make[1]: *** [libflandmark/CMakeFiles/flandmark_shared.dir/all] Error 2
make: *** [all] Error 2
Any suggestions?
The text was updated successfully, but these errors were encountered:
it seems that there is some problem with OpenCV. But it is somehow confusing to me, since the library should use just libopencv_core and libopencv_imgproc from OpenCV...
Maybe could you try it with earlier version of OpenCV, like 2.3 or 2.4?
I cloned the master and configured ccmake as per instructions.
When I run make I get a lot of ISO C++ warnings which can probably be ignored.
After this I get the following:
make[2]: *** No rule to make target
/home/loki/opencv/lib/libopencv_videostab.so.3.0.0', needed by
libflandmark/libflandmark_shared.so'. Stop.make[1]: *** [libflandmark/CMakeFiles/flandmark_shared.dir/all] Error 2
make: *** [all] Error 2
Any suggestions?
The text was updated successfully, but these errors were encountered: