[GRASS-dev] ganim troubles in latest cvs
Glynn Clements
glynn at gclements.plus.com
Tue Oct 2 09:20:01 EDT 2007
Kirk Wythers wrote:
> Just rebuilt with:
>
> # regexp {nsres= *([0-9]+)} $region dummy oldres1
> # regexp {ewres= *([0-9]+)} $region dummy oldres2
> # regexp {rows= *([0-9]+)} $region dummy vrows
> # regexp {cols= *([0-9]+)} $region dummy vcols
>
> set reglist [split $region "\n"]
>
> foreach line $reglist {
> set line [string trim $line]
> set key [lindex [split $line "="] 0]
> switch $key {
> nsres {set oldres1 [lindex [split $line "="] 1]}
> ewres {set oldres2 [lindex [split $line "="] 1]}
> rows {set vrows [lindex [split $line "="] 1]}
> cols {set vcols [lindex [split $line "="] 1]}
> }
>
> }
>
>
> Here is the new error (upon starting GmAnim):
>
> invalid command name "Proc"
> invalid command name "Proc"
> while executing
> "Proc GmAnim::do_run {} {
> # procedure that displays maps in an animation and controls the animation
> global loop
> global swing
> global a..."
> (file "/Applications/GRASS-6.3.app/Contents/MacOS/etc/gm/animate.tcl" line 635)
That's something which has occurred at your end. The source file in
CVS has "proc" in lower case.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list