[pdal] PDAL with PCL Installation
Bradley Chambers
brad.chambers at gmail.com
Thu Jan 8 17:12:23 PST 2015
>
> 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/20150108/7a199ecb/attachment.html>
More information about the pdal
mailing list