#364: Compiling QGIS from svn has a compiler error related to GRASS api
----------------------+-----------------------------------------------------
Reporter: cgsbob | Owner: [email protected]
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>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev