Opened 10 years ago
Closed 10 years ago
#2527 closed defect (invalid)
r.relief not in menu
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-releasebranch70 |
Keywords: | r.relief, r.shaded.relief | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
When r.shaded.relief was renamed to r.shade, it was not updated in the menu. So it is not accessible from the menu.
Attachments (1)
Change History (11)
comment:1 by , 10 years ago
Keywords: | r.relief added; r.shade removed |
---|
comment:2 by , 10 years ago
Summary: | r.shade not in menu → r.relief not in menu |
---|
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
It's already in Terrain analysis: http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/xml/toolboxes.xml#L786.
Make sure you do make distclean, or make clean in gui/wxpython.
follow-up: 5 comment:4 by , 10 years ago
Sorry for the confusion if it is already there. I always do a make distclean before compiling. So why is that not working? Makes me wonder what else is missing.
comment:5 by , 10 years ago
Replying to cmbarton:
Sorry for the confusion if it is already there. I always do a make distclean before compiling. So why is that not working? Makes me wonder what else is missing.
make distclean
should be enough, I think, but make clean
in gui/wxpython
cannot harm. However, the compilation is somehow broken in two ways. The first is this one where changes are not properly recognized. I don't know how to improve the Makefile. The second issue (now unrelated) is the need to compile XMLs separately in GRASS session. It seems or seemed that MartinL fixed most of the problems with Ubuntu builds on Launchpad but it did not helped on Mac OS.
follow-up: 7 comment:6 by , 10 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
This is missing on a fresh checkout of the beta 4 branch. I did not do an update. I am reopening.
Michael
by , 10 years ago
Attachment: | grass70svn_menu_rrelief_rshade.png added |
---|
GRASS GIS 7.0,0svn menu with r.relief and r.shade
comment:7 by , 10 years ago
Replying to cmbarton:
This is missing on a fresh checkout of the beta 4 branch. I did not do an update. I am reopening.
I see both G7:r.relief and G7:r.shade in both latest 70 release branch and beta4 tag:
- source:grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml#L786
- source:grass/tags/release_20141222_grass_7_0_0beta4/gui/wxpython/xml/toolboxes.xml#L788
I can see them also in a freshly compiled and updated (after make distclean
, svn up
) GRASS in menu (attachment:grass70svn_menu_rrelief_rshade.png).
follow-up: 9 comment:8 by , 10 years ago
The modules are there. The problem is that they are missing from the menu.
comment:9 by , 10 years ago
Replying to cmbarton:
The modules are there. The problem is that they are missing from the menu.
Modules are in the toolbox (TerrainAnalysis
which is in Raster
), toolbox is in the menu. See:
which is in beta4 as explained by Markus in comment:4:ticket:2528.
Are you sure you are using the version complied from the fresh source code?
comment:10 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
This was a local problem. Please, open a new ticket if you have other issues.
Replying to cmbarton:
It is r.relief that is not in the menu, not r.shade. Changing summary and other fields accordingly