[GRASS-dev] nviz help

Hi,

I found out that the Help menu in NVIZ does not work, I get the
following error (e.g.):

Best, Martin

couldn't execute
"/usr/src/gis/grass6/dist.i686-pc-linux-gnu/docs/html/nviz/help_frame.tcl":
no such file or directory
couldn't execute
"/usr/src/gis/grass6/dist.i686-pc-linux-gnu/docs/html/nviz/help_frame.tcl":
no such file or directory
    while executing
"exec $env(GISBASE)/docs/html/nviz/help_frame.tcl
$env(GISBASE)/docs/html/nviz/$URL &"
    (procedure "nviz_browse" line 4)
    invoked from within
"nviz_browse nviz_toc.html "NVIZ Help""
    invoked from within
".top.menu.help.m invoke active"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke active]"
    (procedure "tk::MenuInvoke" line 50)
    invoked from within
"tk::MenuInvoke .top.menu.help.m 1"
    (command bound to event)

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

Martin,

I have fixed that. The old help browser stuff crept in in
the recent update, I have restored the new GRASS_HTML_BROWSER
method.

Markus

On Thu, Nov 23, 2006 at 10:29:34AM +0100, Martin Landa wrote:

Hi,

I found out that the Help menu in NVIZ does not work, I get the
following error (e.g.):

Best, Martin

couldn't execute
"/usr/src/gis/grass6/dist.i686-pc-linux-gnu/docs/html/nviz/help_frame.tcl":
no such file or directory
couldn't execute
"/usr/src/gis/grass6/dist.i686-pc-linux-gnu/docs/html/nviz/help_frame.tcl":
no such file or directory
   while executing
"exec $env(GISBASE)/docs/html/nviz/help_frame.tcl
$env(GISBASE)/docs/html/nviz/$URL &"
   (procedure "nviz_browse" line 4)
   invoked from within
"nviz_browse nviz_toc.html "NVIZ Help""
   invoked from within
".top.menu.help.m invoke active"
   ("uplevel" body line 1)
   invoked from within
"uplevel #0 [list $w invoke active]"
   (procedure "tk::MenuInvoke" line 50)
   invoked from within
"tk::MenuInvoke .top.menu.help.m 1"
   (command bound to event)

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

--
Markus Neteler <neteler itc it> http://mpa.itc.it/markus/
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy

Martin Landa wrote:
> I found out that the Help menu in NVIZ does not work, I get the
> following error (e.g.):

Markus Neteler wrote:

I have fixed that. The old help browser stuff crept in in
the recent update, I have restored the new GRASS_HTML_BROWSER
method.

There was another fix lost as well, nviz2.2_script rev 1.16.
(fixed in CVS) Hopefully no others. Having to fix the sam bug twice is a
major PITA.

A reminder for everyone -- to make CVS work properly you must:

1) before editing source code run "cvs update"

2) develop for the 6.3-devel branch, not a stable branch

3) apply patches, not whole files ("cvs diff -u" + "patch -p0 < .diff")

4) before committing anything run "cvs diff" and carefully inspect
   Especially if time has passed between checkout and commit.

Hamish
(guilty of this in the past; learnt my lesson the hard way)