[GRASS-dev] [bug #4493] (grass) gis.m fails to start GUI

Hamish hamish_nospam at yahoo.com
Tue May 23 21:26:18 EDT 2006


> this bug's URL: http://intevation.de/rt/webrt?serial_num=4493
> ---------------------------------------------------------------------
> 
> Subject: gis.m fails to start GUI
> 
> Platform: GNU/Linux/x86
> grass obtained from: CVS
> grass binary for platform: Compiled from Sources
> GRASS Version: GRASS 6.1.cvs (20060520)
> 
> Name: Steven Trogdon
> 
> Error description:
> 
> Typing "grass61" at the unix shell prompt opens the grass Startup
> window. Clicking on "Enter GRASS" yields
..
> GRASS 6.1.cvs > Error in startup
script: unknown option "-offrelief"
>     while executing
> "radiobutton $tb.pointer  -image [image create photo -file
> "$iconpath/gui-pointer.gif"]  -command "MapCanvas::stoptool $mon" 


"-offrelief" seems to be new for Tcl/Tk 8.4.
 http://www.tcl.tk/cgi-bin/tct/tip/82.html

We shouldn't use anything that isn't tcltk 8.3 compatible.
The requirements page says "8.x", so we probably need to stay
compatible with 8.0, 8.1 too.


Hamish




More information about the grass-dev mailing list