home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!acds.physik.rwth-aachen.de!kuku
- From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
- Newsgroups: comp.lang.tcl
- Subject: running ./library/demos fails for tk3.0
- Date: 9 Jan 1993 17:16:34 GMT
- Organization: I.Physikalisches Institut RWTH-Aachen
- Lines: 51
- Distribution: world
- Message-ID: <1in19iINNe1q@urmel.informatik.rwth-aachen.de>
- Reply-To: kuku@acds.physik.rwth-aachen.de
- NNTP-Posting-Host: acds.physik.rwth-aachen.de
-
-
- Excuse me if I may be missing something but I took tk3.0.tar.Z from
- sprite.berkeley.edu yesterday, and cannot get the most examples
- running (demos in library/demos).
-
- I performed the following steps to install it on both, 386BSD and Dec Ultrix:
-
- cd /u/tk3.0/tcl
-
- /config (nothing special for Ultrix, strtod was flagged for 386BSD)
-
- cd ..
-
- make
- make install
-
- For 386BSD I had to -U__STDC__ in the tcl Makefile as well as some quirks
- around setenv() typing (int vs. long). Anyway, both installations went smooth.
-
- Under Ultrix I took cc while under 386BSD gcc 2.3.3.
-
- Now I went down into library/demos and typed
-
- wish <widget
-
- because I'm curious, what ne widget there are, e.g. if there is a file selector dialog now. Is there one ?
-
- Yes, I know, I could also type ./widget (in case that the installation path
- of wish is /usr/local - but I find this not the right place - I always put my binaries in /usr/local/bin.
-
- Surprisingly I get a burst of errors like
-
- -command
- -underline
- -borderwidth
-
- were not understood.
-
- The only dropdown menus that work are the two leftmost of the widget demo.
- Anyone observing this,too?
-
- I have the same behaviour on either system (Ultrix and 386BSD).
-
- --
- --Chris
- Christoph P. U. Kukulies
- kuku@acds.physik.rwth-aachen.de
- *** Error code 1
-
- Stop.
-
-