uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

Unable to make from master branch on linux #16

Open lochlainn-wilson opened 10 years ago

lochlainn-wilson commented 10 years ago

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?

uricamic commented 10 years ago

Hi,

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?

sthalik commented 10 years ago

Don't uncheck opencv BUILD_ options.

It might also be the case that cmake cache is stale. opencv build system is very labyrinthine.