[GRASS-dev] Re: [GRASS GIS] #29: moving of vector object by mouse

GRASS GIS trac at osgeo.org
Tue Feb 5 05:00:24 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 martinl):

 Replying to [comment:6 zanollim]:
 > Replying to [comment:5 martinl]:
 > > sorry, it should be
 {{{
 > > cd gui/wxpython/vdigit
 > > make clean
 > > make
 }}}
 > >
 > > You need to recompile it from scratch since some fn prototypes has
 been changed too.
 > >
 > > Martin
 >
 > OK, but now, when compiling vdigit, i see this error:
 {{{
 > grass6_wxvdigit_wrap.cxx:1883: error: no type named \u2018category\u2019
 in \u2018struct swig::traits<std::pair<int, std::vector<int,
 std::allocator<int> > > >\u2019
 > make: *** [OBJ.i686-pc-linux-gnu/grass6_wxvdigit_wrap.o] Error 1
 }}}
 >
 > and the component isn't compiled.

 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

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/29#comment:7>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/


More information about the grass-dev mailing list