Ask Your Question

Jon_Baker's profile - activity

2015-07-08 00:10:46 -0600 asked a question Make error on CentOS with opencv_viz module for version 3.0.0

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?