[GRASS5] Re: [GRASSLIST:6360] Startup Error GRASS60

Glynn Clements glynn at gclements.plus.com
Fri Apr 8 23:03:52 EDT 2005


Düster Horst wrote:

> I try to start grass60 with the command grass60 and the following messages
> appears:

[snip]

> Error in startup script: couldn't read file
> "/usr/local/grass-6.0.0/docs/nviz/help.tcl": no such file or dir
> ectory
>     while executing

That bug was introduced in:

	revision 1.9
	date: 2005/01/11 13:36:59;  author: markus;  state: Exp;  lines: +34 -3
	added help button with Quick Intro

due to:

	@@ -27,6 +27,20 @@
	 #############################################################################
	 source $env(GISBASE)/etc/epsg_option.tcl
	 
	+#HTML help
>>>	+source $env(GISBASE)/docs/nviz/help.tcl
	+proc make_help_window { w } {
	+
	+        frame $w
	+        frame $w.f2
	+        frame $w.f1
	+
	+        pack $w -side top -expand 1 -fill both
	+        pack $w.f1 -side top -expand 1 -fill both
	+        pack $w.f2 -side bottom -expand 0 -fill both
	+
	+}
	+
	 proc searchGISRC { filename } {
	  
	   global database

NVIZ is supposed to be an optional component. Please remove the
reference to $env(GISBASE)/docs/nviz/help.tcl, and anything which
depends upon it, from gis_set.tcl.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list