[GRASS-dev] Re: [GRASS GIS] #364: Compiling QGIS from svn has a compiler error related to GRASS api

GRASS GIS trac at osgeo.org
Sun Nov 16 14:22:04 EST 2008


#364: Compiling QGIS from svn has a compiler error related to GRASS api
----------------------+-----------------------------------------------------
  Reporter:  cgsbob   |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect   |      Status:  new                      
  Priority:  major    |   Milestone:  6.4.0                    
 Component:  default  |     Version:  svn-trunk                
Resolution:           |    Keywords:                           
  Platform:  Linux    |         Cpu:  x86-64                   
----------------------+-----------------------------------------------------
Comment (by neteler):

 A rather simple solution could be to test the version as already done in
 src/plugins/grass/qgsgrassnewmapset.cpp:

 {{{
 #if GRASS_VERSION_MAJOR == 6 && GRASS_VERSION_MINOR >= 4
 }}}

 The problem with backports is that commonly indication is lacking which
 change to backport. Usually it goes well, this time it has external
 impact.

 Markus

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/364#comment:3>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list