[pdal] PDAL with PCL Installation

Matthew Hanson mhanson at appliedgeosolutions.com
Fri Jan 9 10:27:58 PST 2015


Thanks, that did it.  It was the c++11 switch to PCL that finally got it
working.

I'm trying to view a file (192MB) and it's awfully slow to do anything.
Any tips to speed up visualization?

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


On Thu, Jan 8, 2015 at 8:12 PM, Bradley Chambers <brad.chambers at gmail.com>
wrote:

> I'm not sure about Brad's experience with this, but I think my note to the
>> last person who had a problem with this was incorrect.  I don't think boost
>> needs to be rebuilt.  Instead, I think you need to make sure that PCL is
>> built with C++11.  The problem comes when PCL is built with C++03 and PDAL
>> is built with C++11.  The lanczos initializer is in a header, and if it's
>> built consistently with your libraries, all should be well, I think.
>>
>
> In our Vagrant script for PCL, we do add the c++11 flag.
>
> https://github.com/PDAL/PDAL/blob/master/scripts/vagrant/pcl.sh
>
> For that matter, the whole Vagrantfile (and associated scripts) should be
> a pretty good template for getting up and running on Ubuntu 14.04.
>
> https://raw.githubusercontent.com/PDAL/PDAL/master/Vagrantfile
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20150109/777a7b4d/attachment.html>


More information about the pdal mailing list