Hi,
GRASS 6.3.0RC5 loaded well on Win-XP p-III 256mb RAM machine.
A long awaited release. Congrats.
Ravi Kumar
BUG:
using spearfish57 roads data for Net work analysis
‘display shortest path’
gives the following error.
can’t read “xmonlist”: no such variable
can’t read “xmonlist”: no such variable
while executing
“lindex $xmonlist 0”
(procedure “guarantee_xmon” line 17)
invoked from within
“guarantee_xmon”
(menu invoke)
RAVI KUMAR wrote:
> BUG:
> using spearfish57 roads data for Net work analysis
Markus wrote:
native winGRASS does not have support for X11, I assume
that you tried d.path which isn't supported AFAIK.
FWIW d.path has the coor= parameter which lets it run non-interactively.
No idea if that means it will compile, but I would guess stuff could be #ifdef'd into allowing it to run.
or maybe it is this part: "The user needs to display a vector map before
using d.path." But if map= was given it shouldn't need to worry about the
Xmon at all?