Subject:
|
Re: New pbForth GUI; linux feedback
|
Newsgroups:
|
lugnet.robotics.rcx.pbforth
|
Date:
|
Tue, 16 May 2000 10:12:52 GMT
|
Reply-To:
|
sjm@judgementSPAMCAKE.com
|
Viewed:
|
1432 times
|
| |
| |
Ralph Hempel wrote:
> The latest pbForth 1.2.0 image is included too!
o - When will 1.2.0 sources be available? I'd rather be working from
current stuff.
Does the gui depend on this version of pbforth?
o - rcxtk.tcl should have executable permission in the tarball. This can
be done
with the -p flag to tar assuming the file is already marked executable
on your
system. Failing that the installation instructions should include:
% chmod +x rcxtk.tcl.
o - rcxtk.tcl is bash specific. It doesn't work with tcsh which is a
very common shell. This
probably means that it also doesn't work with csh. To make it generic
move #!/bin/sh to
the first line of the file. This is the actual convention. bash, like
much gnu software is more
flexible than other shells. The following should work for all invoking
shells:
#!/bin/sh
#-----------------------------------------
# rcxtk - The script that manages the user interface for the RCX
#
# Revision History
#
# R. Hempel 26Jul99 - Original
# R. Hempel 05May00 - Modified to go with new package model
# R. Hempel 12May00 - Added support for channels
#-----------------------------------------
# This little program gives us a nice interface to the rcxtcl.tcl
functions.
#
# It provides a nice GUI wrapper with the following menus and functions:
#
# For more information on pbFORTH, check out the WEB at:
#
# <http://www.hempeldesigngroup.com/lego/pbFORTH>
#
#-----------------------------------------
# Run wish from the user's path \
exec wish -f "$0" ${1+"$@"}
|
|
Message is in Reply To:
| | New pbForth GUI
|
| You are receiving this email because you are on the pbForth mailing list. If you wish to be removed, click on the following link: <mailto:rhempel@bmts...subscribe> I'd like to announce the availability of an early trial version of a GUI for pbForth. (...) (25 years ago, 16-May-00, to lugnet.robotics.rcx.pbforth)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|