<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Aug 4, 2015 at 8:07 PM, Marcos Nino-Ruiz <span dir="ltr"><<a href="mailto:mninoruiz@gmail.com" target="_blank">mninoruiz@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"><br clear="all"><div><div><div dir="ltr"><div>Hi all,<br><br>I'm developer trying to get a grasp of lidar 
data, and you library is of great help, thanks! Hopefully soon I will be
 able to contribute some...<br>But so far I have had the following issue after installation:<br><br>Using the binary from osgeo4w, I have no problem reading (<span style="font-family:garamond,serif">pdal info</span>) a .laz file, however, after following the lengthy compilation with dependencies (successfully)<br><br><span style="font-family:garamond,serif">marcos@kubuntu14-10:~/ pdal --version<br>------------------------------</span><span style="font-family:garamond,serif">------------------------------</span><span style="font-family:garamond,serif">------------------------------<br>pdal (PDAL 1.0.0.b1 (f52b08) with GeoTIFF 1.4.0 GDAL 1.10.1)<br><br>marcos@kubuntu14-10:$ pdal info splits/L01_classed_1.laz <br>PDAL: LASzip is not enabled.  Can't read LAZ data.</span><br><br>But I know the file is correct and lazlib is in the path because lasinfo works:<br><br><span style="font-family:garamond,serif">marcos@kubuntu14-10:~/ lasinfo splits/L01_classed_1.laz<br>lasinfo for splits/L01_classed_1.laz<br>reporting all LAS header entries:<br></span></div></div></div></div></div></blockquote><div><br></div><div>Please check your CMakeCache.txt to make sure you have:</div><div>WITH_LASZIP:BOOL=ON<br></div><div><br></div><div>If so, confirm also that you have lines in the same file similar to:</div><div><div>//Path to a file.</div><div>LASZIP_INCLUDE_DIR:PATH=/usr/local/include</div><div><br></div><div>//Path to a library.</div><div>LASZIP_LIBRARY:FILEPATH=/usr/local/lib/liblaszip.dylib</div></div><div><br></div><div>If you re-run cmake, it should also report whether LASZIP was enabled and found:</div><div><br></div><div><div>-- The following RECOMMENDED packages have been found:</div><div><br></div><div> * LASzip</div><div>   Provides LASzip compression</div></div><div><br></div><div>Hope this helps,</div><div><br></div></div>-- <br><div class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>