strawlab / python-pcl

Python bindings to the pointcloud library (pcl)
http://strawlab.github.com/python-pcl/
Other
2.01k stars 700 forks source link

Problem installing pcl-python #75

Open pnambiar opened 9 years ago

pnambiar commented 9 years ago

I have the latest version of pcl installed

http://www.pointclouds.org/downloads/linux.html

I'm now trying to compile python-pcl and I get the following error

In file included from pcl/_pcl.cpp:238:0: pcl/shared_ptr_assign.h:1:29: fatal error: pcl/point_cloud.h: No such file or directory

include <pcl/point_cloud.h>

larrylisky commented 9 years ago

I saw similar issue it was related to this bug. Find your pcl_io-1.7.pc and edit it accordingly will fix the problem.