<div dir="ltr">Thanks, that did it. It was the c++11 switch to PCL that finally got it working.<div><br></div><div>I'm trying to view a file (192MB) and it's awfully slow to do anything. Any tips to speed up visualization?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Matthew Hanson<div>Applied GeoSolutions</div><div>(603) 659-3363 x91</div><div><a href="http://appliedgeosolutions.com" target="_blank">http://appliedgeosolutions.com</a></div><div><a href="mailto:mhanson@appliedgeosolutions.com" target="_blank">mhanson@appliedgeosolutions.com</a></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Thu, Jan 8, 2015 at 8:12 PM, Bradley Chambers <span dir="ltr"><<a href="mailto:brad.chambers@gmail.com" target="_blank">brad.chambers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><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></span><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" target="_blank">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" target="_blank">https://raw.githubusercontent.com/PDAL/PDAL/master/Vagrantfile</a><br></div></div></div></div>
</blockquote></div><br></div>