Installation from source fails because of cv_bridge include dir
I'm trying to install ROS from source on Fedora 20 as per http://wiki.ros.org/indigo/Installati... . It fails with:
CMake Error at /home/jfstepha/ros_catkin_ws/install_isolated/share/cv_bridge/cmake/cv_bridgeConfig.cmake:106 (message):
Project 'cv_bridge' specifies '//include/opencv' as an include dir, which
is not found. It does neither exist as an absolute directory nor in
'/home/jfstepha/ros_catkin_ws/install_isolated///include/opencv'
The correct path should be "/usr/include/opencv", somehow it seems to be missing the "usr". Also, it successfully builds 153 packages before this, so it doesn't seem to be a general setup issue.
I'm having a hard time figuring out where this path comes from - can anyone help?
Perhaps this is related: http://answers.ros.org/question/19805... ?
@ahendrix: It could possibly be somehow related in that it could be an opencv configuration bug, but the root cause of that one had to do with the Nvidia TK1 Jetson board, which I am not using. It could be the same environmental variable is missing or something.