[pdal] PDAL with PCL Installation

Matthew Hanson mhanson at appliedgeosolutions.com
Thu Jan 8 09:08:45 PST 2015


I thought it was strange I was still getting a seg fault, since I had
previously compiled and run without PCL....so turns out it was still using
the pipeline branch includes in /usr/local/include. The package installs to
/usr/include.

So I cleaned it up and recompiled it again, but now it seems I've got a
versioning issue.  Undefined symbol, unmangled becomes:
pcl::PCLBase<pcl::PointXYZ>::setInputCloud(boost::shared_ptr<pcl::PointCloud<pcl::PointXYZ>
const> const&)

although I've verified I've got PCL 1.7.2, and all the libs are in /usr/lib

Is there perhaps a switch I'm missing to cmake?



Matthew Hanson
Applied GeoSolutions
(603) 659-3363 x91
http://appliedgeosolutions.com
mhanson at appliedgeosolutions.com


On Wed, Jan 7, 2015 at 7:02 PM, Andrew Bell <andrew.bell.ia at gmail.com>
wrote:

> On Wed, Jan 7, 2015 at 2:18 PM, Matthew Hanson <
> mhanson at appliedgeosolutions.com> wrote:
>
>> Thanks Bradley.  Good to know the pipeline branch is no longer needed.
>>  I went back to the packaged version of pcl (libpcl-all and libpcl-all-dev)
>> and recompiled PDAL but unfortunately I get the same segfault on any
>> command.
>>
>
> Are you getting a core file?  It would be helpful if you could provide a
> stack trace.  You can run the program in gdb and use the "where" command to
> show the stack when the segfault occurs.
>
> --
> Andrew Bell
> andrew.bell.ia at gmail.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20150108/b79a92df/attachment.html>


More information about the pdal mailing list