[Qgis-developer] Latest GRASS with QGIS
David Burken
dburken at comcast.net
Wed Jun 22 11:43:06 EDT 2011
Hi,
Just fyi, I just built the latest grass from svn and I'm now seeing two
issues.
1) In the FindGRASS.cmake it looks like the library grass_vect is now
grass_vector or libgrass_vector.so(on linux). Changing:
SET (GRASS_LIB_NAMES gis vect dig2 dbmiclient dbmibase shape dgl
rtree datetime linkm form gproj)
To:
SET (GRASS_LIB_NAMES gis vector dig2 dbmiclient dbmibase shape dgl
rtree datetime linkm form gproj)
Fixes that.
2) Then it looks like version 7.0 is not supported.
CMake Error at src/plugins/grass/CMakeLists.txt:8 (MESSAGE):
Your GRASS version is not supported
(/work/osgeo/qgis/Quantum-GIS/src/plugins/grass/modules-7.0 is not
found).
Are there plans to support 7.0? I'll pull a 6.4 version in the mean time.
Take care,
Dave
More information about the Qgis-developer
mailing list