<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, May 29, 2014 at 1:09 PM, Javier Martínez-López <span dir="ltr"><<a href="mailto:javi.martinez.lopez@gmail.com" target="_blank">javi.martinez.lopez@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I had the same problem with the latest grass 71 svn version (from<br>
today) under ubuntu 14.04 and I certainly solved it installing<br>
libboost-all-dev and the config option: --with-liblas=yes<br>
--with-liblas-config=/usr/bin/liblas-config<br>
<br></blockquote><div><br></div><div>Thank you. This was very helpful. The problem was that I included only<br><br>--with-liblas-config=/usr/bin/liblas-config<br><br>in my ./configure call. I thought that this is enough. When I added<br>

<br>--with-liblas=yes<br><br>it started to work. After ./configure ... && make, I have r.in.lidar and v.in.lidar.<br><br></div><div>I still have just libboost-thread-dev and libboost-program-options-dev, the libboost-all-dev package is not necessary, although it is the simplest option.<br>

</div><div><br></div><div>I don't understand the think with --with-liblas=yes, I really though I read here that it is not necessary (once you have --with-liblas-config) and Yann was saying that different combinations of --with-liblas* does not work for him.</div>

</div><br></div><div class="gmail_extra">There is still the problem with different content of CFLAGS and CPPFLAGS variables (r57541 and the patch from #2065) in ./configure and also I'm not able to run the test program from ./configure myself. I don't know how this is important.<br>

<br></div><div class="gmail_extra">Thanks all for help. I'll try this also on other computers with Ubuntu 14.04 and I'll let you know if it will not work.<br><br></div><div class="gmail_extra">Vaclav<br></div><div class="gmail_extra">

<br><br>On Thu, May 22, 2014 at 3:25 PM, Vaclav Petras <<a href="mailto:wenzeslaus@gmail.com">wenzeslaus@gmail.com</a>> wrote:<br>> I was trying to compile GRASS with libLAS but ./configure says no.<br>><br>> I used:<br>

><br>> --with-liblas-config=/usr/bin/liblas-config<br>><br>>
 and I have all liblas packages from standard Ubuntu 14.04 repository 
(libLAS version is 1.7.0 which is the current stable release).<br><br>On Thu, May 22, 2014 at 8:47 PM, Yann Chemin <<a href="mailto:ychemin@gmail.com">ychemin@gmail.com</a>> wrote:<br>><br>> I can confirm the issue,<br>

><br>> also by trying these configure options it is not helping:<br>> --with-liblas --with-liblas-config<br>> --with-liblas --with-liblas-config=/usr/bin/liblas-config<br>> --with-liblas=yes --with-liblas-config<br>

> --with-liblas=yes --with-liblas-config=/usr/bin/liblas-config<br>><br>> Also two targets are found, both valid (v1.7.0) and identical:<br>> whereis liblas-config<br>> liblas-config: /usr/bin/liblas-config /usr/bin/X11/liblas-config<br>

> /usr/share/man/man1/liblas-config.1.gz<br>><br>> $ ls -aslh /usr/bin/X11/liblas-config<br>> 4.0K -rwxr-xr-x 1 root root 2.5K Feb 26 14:43 /usr/bin/X11/liblas-config<br>> $ ls -aslh /usr/bin/liblas-config<br>

> 4.0K -rwxr-xr-x 1 root root 2.5K Feb 26 14:43 /usr/bin/liblas-config<br>><br></div></div>