[QGIS-trac] [Quantum GIS] #1735: cmake error caused by recent GRASS
Plugin changes.
Quantum GIS
qgis at qgis.org
Mon Jun 15 01:36:33 EDT 2009
#1735: cmake error caused by recent GRASS Plugin changes.
------------------------------------------------+---------------------------
Reporter: cgsbob | Owner: nobody
Type: bug | Status: new
Priority: major: does not work as expected | Milestone:
Component: Build/Install | Version: HEAD
Keywords: GRASS module reorganize | Platform_version:
Platform: Debian | Must_fix: No
Status_info: 0 |
------------------------------------------------+---------------------------
When I compile QGIS I get this error:
{{{
CMake Error at src/plugins/grass/CMakeLists.txt:2 (SUBDIRS):
subdirs Incorrect SUBDIRS command. Directory: modules-6.5 does not
exists.
}}}
With a little research, I notice that the grass plugin module directory
has been reorganized. I see that the changes make at
[http://trac.osgeo.org/qgis/changeset?new=trunk%2Fqgis%2Fsrc%2Fplugins%2Fgrass%2FCMakeLists.txt%4010908&old=trunk%2Fqgis%2Fsrc%2Fplugins%2Fgrass%2FCMakeLists.txt%4010893]
is not compatible with grass svn.
As a temporarily fixed, I did this:
{{{
ln -s /home/bobm/src/gis/qgis_svn/build/modules-6.4
/home/bobm/src/gis/qgis_svn/build/modules-6.5
}}}
I'm guessing that there are differences between the modules in GRASS 6.4
vs GRASS svn, so this is not an optimal solution.
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/1735>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list