Great thanks a lot! I was able to compile successfully (the only problem now I am having is a manifest linking issue with MSVCR80.dll when trying to run the built .exes.. but that's something with Visual Studio I need to figure out..)
Dan Bellinski wrote: > > Hey Howard and or Mateusz, > > > > I have been trying to compile the current source every so often for a > week or so and always get the output with errors: > > > > Searching for GeoTIFF 1.2.5+ library > > Trying OSGeo4W using default location OSGEO4W_ROOT=c:/OSGeo4W > > Found GeoTIFF version: 1.2.5 > > Found GeoTIFF: C:/OSGeo4W/lib/geotiff_i.lib > > Looking for ST_Create > > Looking for ST_Create - found > > Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) > > Searching for GDAL 1.6.0+ library > > NOTE: Required version is not checked - to be implemented > > Trying OSGeo4W using default location OSGEO4W_ROOT=c:/OSGeo4W > > Found GDAL: C:/gdal-1.7.1/gdal_i.lib > > Looking for OSRSetEquirectangular2 > > Looking for OSRSetEquirectangular2 - found > > Enable libLAS utilities to build - done > > Generating Visual Studio 10 user-specific settings in > lasinfo.vcproj.SAVIG-0123.SaVig 0123.user > > Generating Visual Studio 10 user-specific settings in > lasmerge.vcproj.SAVIG-0123.SaVig 0123.user > > Generating Visual Studio 10 user-specific settings in > las2las.vcproj.SAVIG-0123.SaVig 0123.user > > Generating Visual Studio 10 user-specific settings in > las2txt.vcproj.SAVIG-0123.SaVig 0123.user > > Generating Visual Studio 10 user-specific settings in > txt2las.vcproj.SAVIG-0123.SaVig 0123.user > > Generating Visual Studio 10 user-specific settings in > las2ogr.vcproj.SAVIG-0123.SaVig 0123.user > > CMake Error at C:/Program Files/CMake > 2.8/share/cmake-2.8/Modules/CPack.cmake:762 (message): > > CPack package description file: "README.txt" could not be found. > > Call Stack (most recent call first): > > C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:766 > (cpack_check_file_exists) > > CMakeLists.txt:309 (INCLUDE) > > > > CMake Error at C:/Program Files/CMake > 2.8/share/cmake-2.8/Modules/CPack.cmake:762 (message): > > CPack readme resource file: "README.txt" could not be found. > > Call Stack (most recent call first): > > C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:768 > (cpack_check_file_exists) > > CMakeLists.txt:309 (INCLUDE) > > > > CMake Error: The following variables are used in this project, but they > are set to NOTFOUND. > > Please set them or make sure they are set and tested correctly in the > CMake files: > > TIFF_LIBRARY (ADVANCED) > > linked by target "las_c" in directory C:/liblas/src > > linked by target "las2ogr" in directory C:/liblas/apps > > Configuring incomplete, errors occurred! > > > > Is the build working for you or is it still a WIP? I am running it > through the CMake 2.8.1 gui. Also I know I have libtiff (with source > too) installed from OSGeo4w but it can't find it. I was having the same > problem when using my own gdal/libgeotiff/libtiff all compiled from > source. > > > > Thanks! > > Dan > > > _______________________________________________ > Liblas-devel mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/liblas-devel > > -- View this message in context: http://n3.nabble.com/Liblas-devel-CMake-working-for-current-source-tp702989p706020.html Sent from the libLAS Developers mailing list archive at Nabble.com. _______________________________________________ Liblas-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/liblas-devel
