Make error on CentOS with opencv_viz module for version 3.0.0

asked 2015-07-07 23:31:26 -0600

When I compile opencv 3.0 on CentOS with make V=1, I got these errors:

make[2]: * No rule to make target '/usr/lib64/libjsoncpp.so', needed by 'lib/libopencv_viz.so.3.0.0'. Stop.

How do I modify the CMakeLists.txt in modules/viz to enable make with my custom jsoncpp (e.g. $HOME/jsoncpp)? Or any other suggestion?

edit retag flag offensive close merge delete