$ uname -a
FreeBSD bobby.forestinformatics.com 6.0-RELEASE FreeBSD 6.0-RELEASE #2: Sun Nov 27 14:07:55 PST 2005 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64

$ make check

make  check-TESTS
libLAS Test Suite:
==================
liblas::LASClassification: ..............................
liblas::LASError: ...Failed to remove '../data//lasfile_tmp.las' file

liblas::LASFile: .Failed to remove '../data//lasfile_tmp.las' file
.Failed to remove '../data//lasfile_tmp.las' file
..Failed to remove '../data//lasfile_tmp.las' file
.Failed to remove '../data//lasfile_tmp.las' file
.Failed to remove '../data//lasfile_tmp.las' file
.Failed to remove '../data//lasfile_tmp.las' file
...Failed to remove '../data//lasfile_tmp.las' file

liblas::LASHeader: ............
liblas::LASPoint: ................
liblas::LASReader: .......
liblas::LASSpatialReference: .
liblas::LASVariableRecord: ......
liblas::LASWriter: ....
liblas::guid: .......
liblas::lasreader_iterator: ......................

tests summary: ok:118
PASS: liblas_test
==================
All 1 tests passed
==================
$

(make install works fine)

and tada! Works like a charm. Excellent!

Thank you so much for a great library. Now that this seems to work with FreeBSD 6.0, I don't need to use the 1.0.1 library.

Are there plans to move the las2ogr into the ogr library?

Jeff.



On May 27, 2009, at 4:57 PM, Mateusz Loskot wrote:

Jeff Hamann wrote:
Mateusz,

Thank you for such a fast response. I'm stuck with FreeBSD 6.4 right
now, and cannot move to 7.x yet. too many dependencies...

I've just checked out the trunk for 1.2:

$ svn checkout http://liblas.org/svn/trunk/ liblas-1.2
Checked out revision 1289
$ cd liblas-1.2
$ ./configure
./configure not found
$ make check
make: don't know how to make check. Stop

Jeff,

When building libLAS from SVN, you need to bootstrap it first by executing:

$ ./autogen.sh

You need to install the autotools gang, see what tools are being called:

http://liblas.org/browser/trunk/autogen.sh

It looks like the doc update request has been forgotten :-)

http://liblas.org/ticket/90

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org

_______________________________________________
Liblas-devel mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/liblas-devel

Reply via email to