[Liblas-devel] CMake working for current source?
Dan Bellinski
Dan.Bellinski at Woolpert.com
Fri Apr 16 14:09:00 EDT 2010
I am running CMake on 64 bit Windows and CMake is not able to find the
ST_CREATE function for libGeoTiff. CMake is returning the error (this error
is present in a self-compiled version of libGT 1.3 as well as the 1.2.5
libgeotiff installed from OSGeo4w):
Searching for GeoTIFF 1.2.5+ library
Trying OSGeo4W using default location OSGEO4W_ROOT=c:/OSGeo4W
Found GeoTIFF version: 1.3.0
CMake Error at CMakeLists.txt:155 (message):
GeoTIFF support requires libgeotiff 1.2.5 or newer.
which is being thrown in CMakeLists.txt at:
if(NOT HAVE_ST_CREATE)
set(GEOTIFF_FOUND) # Reset to NOT found for GeoTIFF
message(FATAL_ERROR "GeoTIFF support requires libgeotiff 1.2.5
or newer.")
...I tried to just comment that out but my compiled .exes just throw
run-time errors so I am guessing that won't work. Could it be this isn't
compatible with 64bit?
Thanks!
--
View this message in context: http://n3.nabble.com/Liblas-devel-CMake-working-for-current-source-tp702989p724724.html
Sent from the libLAS Developers mailing list archive at Nabble.com.
More information about the Liblas-devel
mailing list