I have compiled the actual grass6.3.cvs
When I start it, it hangs up at the start screen of the gis.m gui.
Working on Ubuntu 7.10
sun 64 bit
Best regards and wishes
Manuel
--
_______________________________________________________________________
Dr. Manuel Seeger
Wiss. Assistent Scientific Assistant
Physische Geographie Dpt. of Physical Geography
FB VI - Geographie/Geowissenschaften Geography/Geosciences
Universität Trier University of Trier
D - 54286 Trier
Tel.: +49-651-201 4557
Fax: +49-651-201 3976
Web: http://www-neu.uni-trier.de/index.php?id=9607
Here the output after error message:
GRASS 6.3.0RC3 (Attert_Praktikum):~ > Error in startup script: can't read "parts(w)": no such variable
while executing
"set $parts(w) [expr round($parts(w)/$parts(ewres))*$parts(ewres)]"
(procedure "MapCanvas::zoom_gregion" line 16)
invoked from within
"MapCanvas::zoom_gregion $mon"
(procedure "MapCanvas::create" line 40)
invoked from within
"MapCanvas::create"
(procedure "Gm::startmon" line 11)
invoked from within
"Gm::startmon"
(procedure "Gm::create" line 79)
invoked from within
"Gm::create"
(procedure "main" line 30)
invoked from within
"main $argc $argv"
(file "/usr/local/grass-6.3.0RC3/etc/gm/gm.tcl" line 633)
Maybe someone knows what went wrong.
Grass6.2.2 works fine with same location and mapset on the machine.
Regrds
Manuel
Jarosław Jasiewicz schrieb:
Dr. Manuel Seeger pisze:
Jarosław Jasiewicz schrieb:
Dr. Manuel Seeger pisze:
Hello all,
I have compiled the actual grass6.3.cvs
When I start it, it hangs up at the start screen of the gis.m gui.
Working on Ubuntu 7.10
sun 64 bit
Best regards and wishes
Manuel
looks like well-known problem of make distclean
Jarek
Tahnks Jarek,
but:
Same Problem with 6.3RC3
ran make distclean
how can I solve?
Manuel
in grass source dir
make distclean // it clean your prevoious makefiles
./configure --with ..... (or use your configure setup)
make
make install
--
_______________________________________________________________________
Dr. Manuel Seeger
Wiss. Assistent Scientific Assistant
Physische Geographie Dpt. of Physical Geography
FB VI - Geographie/Geowissenschaften Geography/Geosciences
Universität Trier University of Trier
D - 54286 Trier
Tel.: +49-651-201 4557
Fax: +49-651-201 3976
Web: http://www-neu.uni-trier.de/index.php?id=9607
> I have compiled the actual grass6.3.cvs
> When I start it, it hangs up at the start screen of the gis.m gui.
> Working on Ubuntu 7.10
> sun 64 bit
...
Here the output after error message:
GRASS 6.3.0RC3 (Attert_Praktikum):~ > Error in startup script: can't
read "parts(w)": no such variable
while executing
"set $parts(w) [expr round($parts(w)/$parts(ewres))*$parts(ewres)]"
(procedure "MapCanvas::zoom_gregion" line 16)
invoked from within
...
Maybe someone knows what went wrong.
Grass6.2.2 works fine with same location and mapset on the machine.
I seems that g.region has failed for some reason. (still no test to
catch that cleanly?!)
can you start grass with
grass63 -text
then try 'g.region -p' from the command line and see if you get
reasonable output.