On 06-Jun-98 Michael Schulz wrote:
> Hello Grass-Users !
>
> Congratulations to the new GRASSBinaries with TCLTKGRASS. That looks
> really great. We have recently updated to v16 and TCLTKGRASS20.
>
> After installing and linking the TCLTK-Files, the tcltkgrass started
> fine, we could start a graphics monitor, but when we tried to display a
> raster or vector map, we got the following error-message:
>
> error in tcl script:
> ERROR: bad relief type "solid":
> must be flat, groove, raised, ridge or sunken
>
> Anyone had similar problems ?
> Anyone has an idea what is going wrong?
>
> We use grass4.2.1v16 under linux slackware, fvwm2.
>
> Thanks, Michael
>Exactly same problems.
RedHat 4.x (very modified and upgraded)
Kernel 2.0.33
Tcl & Tk installed as instructions tell.
Grass working perfectly normal ways.
Thanks also,
Kari
I think that you don't use tcl8.0-tk8.0 (but perhaps tcl7.6-tk4.2).
In that case, you just have to:
replace "-relief solid" with "-relief ridge" or "-relief groove"
(the one you prefer) in tcltkgrass/script/gui.tcl.