Opened 14 years ago

Closed 14 years ago

#931 closed defect (fixed)

wingrass7 - wxgui not starting

Reported by: hellik Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: wxGUI Version: svn-trunk
Keywords: wingrass, grass7 Cc:
CPU: x86-32 Platform: MSWindows Vista

Description

self compiled grass7 in the osgeo4w-stack

if I start grass7 in the msys-shell, the wx-welcome-sreen to select location/mapset pops up and i'm able to select a location, but the wx-gui doesn't start.

syringia@NADA /c/osgeo4w/usr/src/grass_trunk/bin.i686-pc-mingw32
$ grass70 -wx
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/Init.sh: line 71: export: `.grass7': not a valid identifier

WELCOME TO GRASS              Version 7.0.svn         2010

   1) Have at your side all available GRASS tutorials

   2) When working on your location, the following materials
      are extremely useful:
      - A topo map of your area
      - Current catalog of available computer maps

   3) Check the GRASS webpages for feedback mailinglists and more:
      http://www.grass-gis.org
      http://grass.osgeo.org

Hit RETURN to continue

Starting GRASS ...
WARNUNG: Attention!
WARNUNG: Locking is not supported on Windows!
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/functions.sh: line 599: /c/osgeo4w/usr/src/grass_trunk                                               /dist.i686-pc-mingw32/etc/wxpython/scripts/wxgui: No such file or directory
          __________  ___   __________    _______________
         / ____/ __ \/   | / ___/ ___/   / ____/  _/ ___/
        / / __/ /_/ / /| | \__ \\_  \   / / __ / / \__ \ 
       / /_/ / _, _/ ___ |___/ /__/ /  / /_/ // / ___/ / 
       \____/_/ |_/_/  |_/____/____/   \____/___//____/  

Welcome to GRASS 7.0.svn (2010) 
GRASS homepage:                          http://grass.osgeo.org/
This version running through:            Bourne Shell (/bin/sh)
Help is available with the command:      g.manual -i
See the licence terms with:              g.version -c
If required, restart the GUI with:       g.gui wxpython
When ready to quit enter:                exit

but when i type on the msys-shell g.gui wxpython , the wxgui starts and working with grass7 is possible.

Helmut

Change History (2)

in reply to:  description comment:1 by glynn, 14 years ago

Replying to hellik:

/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/Init.sh: line 71: export: `.grass7': not a valid identifier
-	export $GRASS_CONFIG_DIR
+	export GRASS_CONFIG_DIR
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/functions.sh: line 599: /c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/wxpython/scripts/wxgui: No such file or directory
-            "$GISBASE/etc/wxpython/scripts/wxgui"
+            "$GISBASE/etc/wxpython/wxgui.py"

Both of these have been fixed with r40985.

comment:2 by martinl, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.