Re: [Flashforth-devel] FF5.0 shell
Brought to you by:
oh2aun
|
From: Peter J. <pe...@me...> - 2015-04-30 21:38:00
|
Pete (Zawasky),
The "wm" line is the first that is not a comment, procedure
definition or set command. I suspect that the wrong interpreter is
working on the file. The first line of the file "#! /usr/bin/wish"
tells the usual command interpreter which other interpreter to use on
this file so, maybe, this redirection is not happening. Can you please
try the following?
(1) Start the program with a command line that looks like
$ sudo wish ./ff-shell.tcl
and see if the program starts properly.
(2) Look where the wish command is on your system "which wish" in case
it's not where I presume.
(3) If the wish interpreter is really where I presumed, try removing the
space between the "#!" and the "/usr/bin/wish" on that first line.
I'll go looking for instructions on properly starting wish on different
unix systems. I have a vague recollection that there's a sure-fire way
described in the Tcl books.
Cheers,
Peter J.
|