gscam icon indicating copy to clipboard operation
gscam copied to clipboard

Failed to compile under ROS Kinetic, Ubuntu 16.04

Open viktorvorobev opened this issue 9 years ago • 2 comments

Well, the problem is in the title. Problem was with the boost::scoped_ptr, it was undefined for some reason. I fixed it by adding

include <boost/scoped_ptr.hpp>

in file gscam_nodelet.h

Well, looks like it works correctly with Gstreamer 1.8.2 and ROS Kinetic under Ubuntu 16.04

P.s.: i'm not sure if i did something wrong by adding this comment as an issue, i'm newbie with github

viktorvorobev avatar Oct 25 '16 10:10 viktorvorobev

add an #include <boost/scoped_ptr.hpp> in include/gscam/gscam.h

radisc avatar Sep 01 '18 13:09 radisc

this is strange, because we can compile succedssfully on kinetic/16.04 within travis https://travis-ci.org/ros-drivers/gscam/jobs/424261350

k-okada avatar Sep 04 '18 10:09 k-okada