1 | initial version |
I had the same problem. The thing is ros sets CPATH variable to something like:
/home/jep/catkin_ws/devel/include:/opt/ros/groovy/include
Then when compiling gcc always finds ROS opencv headers instead of the standalone ones... So I ended up just deleting CPATH whenever I need to compile somthing with the OpenCV standalone version.