OpenCV Fedora [closed]
Hey, Using Fedora 22 with ros jade and OpenCV 2.4.12. I'm running in this problem while compile a project :
make[2]: *** No rule to make target '/usr/lib64/libopencv_videostab.so.2.4.11', needed by '/home/malcolm/ros_catkin_ws/jade_ws/devel/lib/open_tld_3d/OpenTLD3D'. Stop.
CMakeFiles/Makefile2:2592: recipe for target 'ros_open_tld_3d/CMakeFiles/OpenTLD3D.dir/all' failed
make[1]: *** [ros_open_tld_3d/CMakeFiles/OpenTLD3D.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
The same file outside of ros work fine.
I looked up and I don't have /usr/lib64/libopencv_videostab.so.2.4.11
but '/usr/lib64/libopencv_videostab.so.2.4.12
installed.
Could ROS be trying to find explicitly the version 2.4.12 ? :S
EDIT : It does work when downgrading openCV to the version 2.4.11, so it indeed search for that version.