[QGIS-trac] [Quantum GIS] #2785: GRASS 6.4.0 RC6 is not supported for building grass_plugin

Quantum GIS qgis at qgis.org
Fri Jun 4 14:03:20 EDT 2010


#2785: GRASS 6.4.0 RC6 is not supported for building grass_plugin
------------------------------------------------+---------------------------
   Reporter:  vesnikos                          |              Owner:  nobody       
       Type:  bug                               |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.5.0
  Component:  Build/Install                     |            Version:  HEAD         
   Keywords:                                    |   Platform_version:               
   Platform:  Debian                            |           Must_fix:  No           
Status_info:  0                                 |  
------------------------------------------------+---------------------------
 when point qgis at grass lib
 {{{
  CMake Error at src/plugins/grass/CMakeLists.txt:8 (MESSAGE):
    Your GRASS version is not supported
    (/home/nikos/src/qgis-src/src/plugins/grass/modules-7.0 is not found).
 }}}
 which I'm pretty sure i dont have grass7 installed. Maybe grass6rc6
 reports itself as 7?


 Grass 6RC6 can be downloaded either from grass site or from ubuntugis ppa.
 t
 The problem must be in <qgis-source>/src/pluging/grass/CMakeLists.txt
 {{{
 IF (GRASS_NUM_VERSION LESS 60300)
   SET (GRASS_MODULES_DIR "modules-6.3")
 ELSE (GRASS_NUM_VERSION LESS 60300)
   SET (GRASS_MODULES_DIR
 "modules-${GRASS_MAJOR_VERSION}.${GRASS_MINOR_VERSION}")
 ENDIF (GRASS_NUM_VERSION LESS 60300)
 }}}

 Im not pretending that i know anything  ccmake files before but the if
 looks a bit off

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2785>
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