[GRASS5] MacOS X tcltkgrass errors <CVS>

Good morning,

Using the CVS version, I now get the following errors (I did not get these errors with beta 8):

GRASS 5.0beta9 > /usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory: /var/root/bin/powerpc-apple-macos [20]
/usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory: /var/root/bin [20]
/usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory: /usr/local/sbin [20]

Suggestions?

Thanks!

Jeshua Lacock
Cartographer/Owner
http://SierraMaps.com
http://3dTopoMaps.com
Telephone: (760) 935-4481
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Jeshua

Jeshua Lacock wrote:

GRASS 5.0beta9 > /usr/local/grass-5.0b/bin/tcltkgrass: cd: no such
file or directory: /var/root/bin/powerpc-apple-macos [20]
/usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory:
/var/root/bin [20]
/usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory:
/usr/local/sbin [20]

Suggestions?

What is happening here is that the tcltkgrass script is searching your
$PATH variable for Tk "wish" commands. In this case there are 3
directories defined in your path that do not exist on the system:

/var/root/bin/powerpc-apple-macos
/var/root/bin
/usr/local/sbin

I don't think any harm is done, Grass still starts doesn't it? But if
you want to get rid of these messages, either create these directories
on your system, or remove them from your PATH variable.

Hope this helps.

--
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Tue, Nov 21, 2000 at 02:33:53PM +0700, Justin Hickey wrote:

Hi Jeshua

Jeshua Lacock wrote:
> GRASS 5.0beta9 > /usr/local/grass-5.0b/bin/tcltkgrass: cd: no such
> file or directory: /var/root/bin/powerpc-apple-macos [20]
> /usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory:
> /var/root/bin [20]
> /usr/local/grass-5.0b/bin/tcltkgrass: cd: no such file or directory:
> /usr/local/sbin [20]
>
> Suggestions?

What is happening here is that the tcltkgrass script is searching your
$PATH variable for Tk "wish" commands. In this case there are 3
directories defined in your path that do not exist on the system:

/var/root/bin/powerpc-apple-macos
/var/root/bin
/usr/local/sbin

I don't think any harm is done, Grass still starts doesn't it? But if
you want to get rid of these messages, either create these directories
on your system, or remove them from your PATH variable.

Hi Jeshua and Justin,

just checked in a fix to make "cd" quiet. Please test and
report...

cvs up src/tcltkgrass
cd src/tcltkgrass; gmake5

Hope this helps

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'