Robotics StackExchange | Archived questions

libpcl_recognition.so

Hi Ros-Users! I am experiencing problems trying to compile package including PCL: after the catkin_make command, I get the following error messages

/usr/lib/gcc/x8664-linux-gnu/4.8/../../../../lib/libpclrecognition.so: undefined reference to `pcl::search::KdTree > >::KdTree(bool)'

/usr/lib/gcc/x8664-linux-gnu/4.8/../../../../lib/libpclrecognition.so: undefined reference to `pcl::search::KdTree > >::KdTree(bool)'

/usr/lib/gcc/x8664-linux-gnu/4.8/../../../../lib/libpclrecognition.so: undefined reference to `pcl::search::KdTree > >::KdTree(bool)'

/usr/lib/gcc/x8664-linux-gnu/4.8/../../../../lib/libpclrecognition.so: undefined reference to `pcl::search::KdTree > >::KdTree(bool)'

Compiling other codes, which include PCL, out of catkin workspace, I don't get any error Do you have any suggestion?

Thank you very much for all your support!

Asked by Rahndall on 2015-05-25 05:49:48 UTC

Comments

Answers