[GRASS-dev] Re: [GRASS GIS] #684: g.extension: default url should
not point to grass7
GRASS GIS
trac at osgeo.org
Tue Jul 14 09:48:10 EDT 2009
#684: g.extension: default url should not point to grass7
--------------------------+-------------------------------------------------
Reporter: mlennert | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: closed
Priority: normal | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: invalid | Keywords: g.extension
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by martinl):
Replying to [comment:5 hamish]:
> I wonder for cases where it is known that the (e.g. C vector) module
needs no porting changes if it is possible to symlink the module dir into
the grass7 addons svn?
At least you need to replace
{{{
#include <grass/Vect.h>
}}}
by
{{{
#include <grass/vector.h>
}}}
> The idea is to avoid the double effort of keeping the two "branches" in
sync.
Patch again trunk could avoid it.
Martin
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/684#comment:6>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list