home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2326 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.8 KB

  1. Path: sparky!uunet!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!acds.physik.rwth-aachen.de!kuku
  2. From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
  3. Newsgroups: comp.lang.tcl
  4. Subject: running ./library/demos fails for tk3.0
  5. Date: 9 Jan 1993 17:16:34 GMT
  6. Organization: I.Physikalisches Institut RWTH-Aachen
  7. Lines: 51
  8. Distribution: world
  9. Message-ID: <1in19iINNe1q@urmel.informatik.rwth-aachen.de>
  10. Reply-To: kuku@acds.physik.rwth-aachen.de
  11. NNTP-Posting-Host: acds.physik.rwth-aachen.de
  12.  
  13.  
  14. Excuse me if I may be missing something but I took tk3.0.tar.Z from
  15. sprite.berkeley.edu yesterday, and cannot get the most examples
  16. running (demos in library/demos).
  17.  
  18. I performed the following steps to install it on both, 386BSD and Dec Ultrix:
  19.  
  20. cd /u/tk3.0/tcl
  21.  
  22. /config        (nothing special for Ultrix, strtod was flagged for 386BSD)
  23.  
  24. cd ..
  25.  
  26. make
  27. make install
  28.  
  29. For 386BSD I had to -U__STDC__ in the tcl Makefile as well as some quirks
  30. around setenv() typing (int vs. long). Anyway, both installations went smooth.
  31.  
  32. Under Ultrix I took cc while under 386BSD gcc 2.3.3.
  33.  
  34. Now I went down into library/demos and typed 
  35.  
  36. wish <widget  
  37.  
  38. because I'm curious, what ne widget there are, e.g. if there is a file selector dialog now. Is there one ?
  39.  
  40. Yes, I know, I could also type ./widget (in case that the installation path
  41. of wish is /usr/local - but I find this not the right place - I always put my binaries in /usr/local/bin.
  42.  
  43. Surprisingly I get a burst of errors like 
  44.  
  45. -command
  46. -underline
  47. -borderwidth
  48.  
  49. were not understood.
  50.  
  51. The only dropdown menus that work are the two leftmost of the widget demo.
  52. Anyone observing this,too?
  53.  
  54. I have the same behaviour on either system (Ultrix and 386BSD).
  55.  
  56. --
  57. --Chris
  58. Christoph P. U. Kukulies
  59. kuku@acds.physik.rwth-aachen.de
  60. *** Error code 1
  61.  
  62. Stop.
  63.  
  64.