<br><font size=2 face="sans-serif">Howard,</font>
<br>
<br><font size=2 face="sans-serif">I'll try to look at it tonight.</font>
<br>
<br><font size=2 face="sans-serif">Doug</font>
<br>
<br><font size=2 face="sans-serif">Doug Newcomb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; <br>
USFWS<br>
Raleigh, NC<br>
919-856-4520 ext. 14 doug_newcomb@fws.gov<br>
---------------------------------------------------------------------------------------------------------<br>
The opinions I express are my own and are not representative of the official
policy of the U.S.Fish and Wildlife Service or Dept. of the Interior. &nbsp;
Life is too short for undocumented, proprietary data formats.</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Howard Butler &lt;hobu.inc@gmail.com&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: liblas-devel-bounces@lists.osgeo.org</font>
<p><font size=1 face="sans-serif">06/22/2011 12:57 PM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">Doug_Newcomb@fws.gov</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">Markus Metz &lt;markus.metz.giswork@googlemail.com&gt;,
grass-dev@lists.osgeo.org, liblas-devel@lists.osgeo.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [Liblas-devel] Re: [GRASS-dev] grass7:
problem --with-liblas</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>Doug,<br>
<br>
I think I have this one smashed. &lt;</font></tt><a href=http://trac.liblas.org/ticket/231><tt><font size=2>http://trac.liblas.org/ticket/231&gt;
It will be released in libLAS 1.7.0. &nbsp;If you have the ability to pull
down a copy of the hg version &lt;</font></tt><a href=http://hg.liblas.org/main/archive/tip.tar.gz><tt><font size=2>http://hg.liblas.org/main/archive/tip.tar.gz&gt;
and test, I'd appreciate it. &nbsp;Also, it should be much, much faster
for medium-to-large sized files.<br>
<br>
</font></tt><a href=http://hg.liblas.org/main/archive/tip.tar.gz><tt><font size=2>http://hg.liblas.org/main/archive/tip.tar.gz<br>
<br>
Howard<br>
<br>
On Jun 13, 2011, at 11:45 AM, Doug_Newcomb@fws.gov wrote:<br>
<br>
&gt; <br>
&gt; Hi Folks, <br>
&gt; Glynn's suggested hack to liblas-config &nbsp;below &nbsp;to work
around the issue in cmake allowed me to compile grass7 with liblas support
over the weekend on Ubuntu 11.04 x64. &nbsp;I have not read any las files
yet to see if it actaully worked :-) , hopefully tonight I'll get a chance.
<br>
&gt; <br>
&gt; Doug <br>
&gt; <br>
&gt; Doug Newcomb &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
&gt; USFWS<br>
&gt; Raleigh, NC<br>
&gt; 919-856-4520 ext. 14 doug_newcomb@fws.gov<br>
&gt; ---------------------------------------------------------------------------------------------------------<br>
&gt; The opinions I express are my own and are not representative of the
official policy of the U.S.Fish and Wildlife Service or Dept. of the Interior.
&nbsp; Life is too short for undocumented, proprietary data formats. <br>
&gt; <br>
&gt; <br>
&gt; Markus Metz &lt;markus.metz.giswork@googlemail.com&gt; <br>
&gt; Sent by: grass-dev-bounces@lists.osgeo.org<br>
&gt; 06/01/2011 03:21 AM<br>
&gt; <br>
&gt; To<br>
&gt; Glynn Clements &lt;glynn@gclements.plus.com&gt;<br>
&gt; cc<br>
&gt; Martin Landa &lt;landa.martin@gmail.com&gt;, GRASS developers list
&lt;liblas-devel@lists.osgeo.org&gt;<br>
&gt; Subject<br>
&gt; Re: [GRASS-dev] grass7: problem --with-liblas<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; On Tue, May 31, 2011 at 11:34 PM, Glynn Clements<br>
&gt; &lt;glynn@gclements.plus.com&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; Markus Metz wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; Is this &quot;optimized;&quot; and &quot;;debug;&quot; now
a problem of GRASS or of libLAS?<br>
&gt; &gt;<br>
&gt; &gt; libLAS. Although it / be an issue with CMake's FindBoost module<br>
&gt; &gt; (search for &quot;optimized&quot; in FindBoost.cmake).<br>
&gt; &gt;<br>
&gt; <br>
&gt; This seems to be a bug in cmake 2.8.4, not present in cmake 2.8.2.
I<br>
&gt; just updated cmake from 2.8.2 to 2.8.4 and now get the same problem.<br>
&gt; Or the syntax in liblas-config.in is wrong.<br>
&gt; <br>
&gt; I suggest to hack liblas-config and replace the offending line<br>
&gt; <br>
&gt; LIBS=&quot;-L$libdir -llas -llas_c -L/usr/lib<br>
&gt; optimized;/usr/lib/libboost_program_options-mt-1_42.so;debug;/usr/lib/libboost_program_options-mt.so&quot;<br>
&gt; <br>
&gt; with<br>
&gt; <br>
&gt; LIBS=&quot;-L$libdir -llas -llas_c -L/usr/lib<br>
&gt; /usr/lib/libboost_program_options-mt.so&quot;<br>
&gt; <br>
&gt; or<br>
&gt; <br>
&gt; LIBS=&quot;-L$libdir -llas -llas_c -L/usr/lib64<br>
&gt; /usr/lib64/libboost_program_options-mt.so&quot;<br>
&gt; <br>
&gt; <br>
&gt; &gt;&gt; BTW, what version of libLAS are you using?<br>
&gt; &gt;<br>
&gt; &gt; I'm using the libLAS-1.6.1 source package:<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;$ ls -l libLAS-*<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;-rw-r--r-- 1 glynn root 7817956 May
30 18:49 libLAS-1.6.1.tar.gz<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;$ md5sum libLAS-*<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;2ce4f36f267c2f25bfc99c3f00e9cbd3 &nbsp;libLAS-1.6.1.tar.gz<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Glynn Clements &lt;glynn@gclements.plus.com&gt;<br>
&gt; &gt;<br>
&gt; _______________________________________________<br>
&gt; grass-dev mailing list<br>
&gt; grass-dev@lists.osgeo.org<br>
&gt; </font></tt><a href="http://lists.osgeo.org/mailman/listinfo/grass-dev"><tt><font size=2>http://lists.osgeo.org/mailman/listinfo/grass-dev<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; Liblas-devel mailing list<br>
&gt; Liblas-devel@lists.osgeo.org<br>
&gt; </font></tt><a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel"><tt><font size=2>http://lists.osgeo.org/mailman/listinfo/liblas-devel<br>
<br>
_______________________________________________<br>
Liblas-devel mailing list<br>
Liblas-devel@lists.osgeo.org<br>
</font></tt><a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel"><tt><font size=2>http://lists.osgeo.org/mailman/listinfo/liblas-devel<br>
</font></tt></a></a></a></a></a></a>
<br>