<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">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.</div></blockquote><div><br><div>In our Vagrant script for PCL, we do add the c++11 flag.<br><br><a href="https://github.com/PDAL/PDAL/blob/master/scripts/vagrant/pcl.sh">https://github.com/PDAL/PDAL/blob/master/scripts/vagrant/pcl.sh</a><br><br></div>For that matter, the whole Vagrantfile (and associated scripts) should be a pretty good template for getting up and running on Ubuntu 14.04.<br><br><a href="https://raw.githubusercontent.com/PDAL/PDAL/master/Vagrantfile">https://raw.githubusercontent.com/PDAL/PDAL/master/Vagrantfile</a><br></div></div></div></div>