Hi Markus<br><br>I installed liblAs from source (here) so I already have the header :<br><br>/usr/local/include/liblas/liblas.hpp<br>/usr/local/include/liblas/capi/liblas.h<br><br>Is not an issue and it works...i just want to share this because when i faced this problem googling was not very helpful to me. <br>
<br>And if someone have the same problem it can be fix using this method (symlink) for the time being.<br><br>Ahmadou<br><br><br><br><br><div class="gmail_quote">2011/10/24 Markus Metz <span dir="ltr">&lt;<a href="mailto:markus.metz.giswork@googlemail.com">markus.metz.giswork@googlemail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">ahmadou dicko wrote:<br>
&gt; Hi everyone<br>
&gt;<br>
&gt; Trying to compile GRASS 7 I had an issue similar to the one on this thread :<br>
&gt; <a href="http://lists.osgeo.org/pipermail/grass-dev/2011-May/054559.html" target="_blank">http://lists.osgeo.org/pipermail/grass-dev/2011-May/054559.html</a><br>
&gt;<br>
&gt; I built the latest version of libLAs from repository (version 1.7) and it&#39;s<br>
&gt; appear that on ubuntu the shared library have  different name than those of<br>
&gt; previous version of libLAs .<br>
&gt;<br>
&gt; So my guess is that GRASS wait for liblas.so and liblas_c.so but in<br>
&gt; /usr/local/lib there are only liblas.so.2.0 and liblas_c.so.2.0 (for newer<br>
&gt; version of libLAs --someone can confirm ?)<br>
&gt;<br>
&gt; So to fix this problem, I create some symlink like this<br>
&gt;<br>
&gt; sudo ln -s liblas.so.2.0 liblas.so<br>
&gt; sudo ln -s liblas_c.so.2.0 liblas_c.so<br>
&gt;<br>
&gt; Hope this will help<br>
&gt;<br>
&gt; There is another work around for this problem ?<br>
<br>
</div></div>You also need to install the devel package of libLAS. This will<br>
provide liblas.so and liblas_c.so and the headers necessary to compile<br>
GRASS 7 with libLAS support.<br>
<br>
Markus M<br>
</blockquote></div><br>