<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 10:30 PM, César Augusto Ramírez Franco <span dir="ltr"><<a href="mailto:caesarivs@gmail.com" target="_blank">caesarivs@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"><div class="gmail_default" style="color:rgb(39,78,19)">On the ticket I found it says: "Adding the LIBLAS_INC to CFLAGS solved this"</div><div class="gmail_default" style="color:rgb(39,78,19)"><br></div><div class="gmail_default" style="color:rgb(39,78,19)">How do I do that?</div><div class="gmail_default" style="color:rgb(39,78,19)"><br></div><div class="gmail_default" style="color:rgb(39,78,19)">I also tried the 7.0.1RC1 and got the same error, so I'm kind of sure somethin on my ./configure stack is wrong, here's the one I'm using:</div><span class=""><div class="gmail_default" style="color:rgb(39,78,19)"><br></div><div class="gmail_default" style="color:rgb(39,78,19)"><div class="gmail_default">CFLAGS="-g -Wall -Werror-implicit-function-declaration -fno-common -Wextra -Wunused" \</div></div></span></blockquote></div><br>CFLAGS="-g -Wall ... $(liblas-config --includes)"<br><br>But this is not the right solution. I would say that the configure script should take care of that and I thought we already went through this and fixed it at one point. Look to the configure file and see:<br><br>grep -i liblas configure<br><br></div><div class="gmail_extra">I'm looking at trunk but it should be same for all 7 versions.<br></div></div>