[GRASS-dev] [GRASS GIS] #2528: r.shade not in menu

GRASS GIS trac at osgeo.org
Mon Jan 5 14:52:43 PST 2015


#2528: r.shade not in menu
--------------------------+-------------------------------------------------
  Reporter:  cmbarton     |       Owner:  grass-dev@…              
      Type:  defect       |      Status:  reopened                 
  Priority:  normal       |   Milestone:  7.0.0                    
 Component:  wxGUI        |     Version:  unspecified              
Resolution:               |    Keywords:  toolboxes, menu, r.shade 
  Platform:  Unspecified  |         Cpu:  Unspecified              
--------------------------+-------------------------------------------------

Comment(by wenzeslaus):

 Replying to [comment:8 cmbarton]:
 > Is there some way to force an update to the menu from the command line
 after compilation?

  * compile with `make`
  * run GRASS from `dist...` directory, i.e. using `bin.../grass..`
  * `cd` into `gui/wxpython`
  * `make clean`
  * `make`

 This should work. If you want to recompile the toolboxes and not the whole
 GRASS, use:

  * (in GRASS session)
  * `rm dist.../gui/wxpython/xml/*.xml`
  * `cd` into `gui/wxpython`
  * `make clean`
  * `make`

 If you want to script it, you probably have to start GRASS from command
 line in the demo location and set the environmental variable
 `GRASS_BATCH_JOB` to a script where you have the steps which must be
 executed inside GRASS.

 How it works with binary distribution or `make install`, especially on Mac
 OS X, I have no idea but you can easily encounter some problems with
 access rights or not execute the whole procedure, e.g. running just `make`
 and not `make install`, I guess.

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



More information about the grass-dev mailing list