[GRASS-dev] Re: [GRASS GIS] #29: moving of vector object by mouse
GRASS GIS
trac at osgeo.org
Tue Feb 5 08:43:32 EST 2008
#29: moving of vector object by mouse
--------------------------+-------------------------------------------------
Reporter: zanollim | Owner: martinl
Type: enhancement | Status: assigned
Priority: major | Milestone: 6.4.0
Component: Python | Version: svn-trunk
Resolution: | Keywords: wxgui, digitization
--------------------------+-------------------------------------------------
Comment (by zanollim):
Replying to [comment:7 martinl]:
>
> there are also changes in Makefile (still not stable, sorry). You need
to regenerate the Makefile.
>
> {{{
> cd gui/wxpython/vdigit
> make clean
> cd ../../..
> ./configure (or configure.sh if you have own script)
> cd gui/wxpython/vdigit
> make
> }}}
>
> Hope now it will work.
>
> Martin
Sorry Martin,
after the ./configure (terminated with no errors)
when I run make the new error is:
{{{
make: shared: Command not found
make: [grass6_wxvdigit.so] Error 127 (ignored)
}}}
in the Makefile, inside the 'vdigit' folder, I read only this line with
the word 'shared':
{{{
[...]
LDFLAGS=-shared -fpic -L$(ARCH_LIBDIR) $(VECTLIB) $(GISLIB) $(GDALLIBS)
$(VEDITLIB) -lgdi $(WXLDFLAGS)
[...]
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/29#comment:8>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list