Hi,

I've just checked out a recent version:

hg clone http://hg.liblas.org/main

Then
./autogen.sh and ./configure

result in a minimalistic configuration:

libLAS configuration summary:

  Version..................: 1.3.0
  Installation directory...: /usr/local
C compiler...............: gcc -Wall -Wno-long-long -pedantic -O3 -DNDEBUG C++ compiler.............: g++ -Wall -Wno-long-long -pedantic -std=c++98 -O3 -DNDEBUG
  Debugging support........:
  GDAL support.............: no
  GeoTIFF SRS support......: no
  Spatial Index support....: no
  Oracle support...........: no
  zlib support.............: yes
   - lz....................: yes
   - INCLUDE directories...: -I/usr/include
  Boost support............: no

  LIBS.....................: -lz

  libLAS - http://liblas.org


But "make" results in the following error:

In file included from lasclassification.cpp:44:
../include/liblas/detail/utility.hpp:58:35: error: boost/concept_check.hpp: No such file or directory
In file included from lasclassification.cpp:44:
../include/liblas/detail/utility.hpp:76: error: ‘boost’ has not been declared ../include/liblas/detail/utility.hpp: In function ‘void liblas::detail::check_stream_state(std::basic_ios<_CharT, _Traits>&) [with C = char, T = std::char_traits<char>]’:
../include/liblas/detail/utility.hpp:394:   instantiated from here
../include/liblas/detail/utility.hpp:362: error: ‘ignore_unused_variable_warning’ was not declared in this scope
make[2]: *** [lasclassification.lo] Error 1
make[2]: Leaving directory `/usr/local/src/liblas-hg/main/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/liblas-hg/main/src'
make: *** [all-recursive] Error 1


Any hints appreciated,
thanks,
Volker

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

Reply via email to