home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / tcl / 1192 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!sugar!karl
  3. From: karl@NeoSoft.com (Karl Lehenbauer)
  4. Subject: Re: Extended TCL & wish problems
  5. Organization: NeoSoft Communications Services -- (713) 684-5900
  6. Date: Fri, 14 Aug 1992 12:29:45 GMT
  7. Message-ID: <1992Aug14.122945.21950@NeoSoft.com>
  8. References: <1992Aug7.041454.3557@cc-mac.nbn.com>
  9. Lines: 22
  10.  
  11. In article <1992Aug7.041454.3557@cc-mac.nbn.com> dv@cc-mac.nbn.com (David Vezie) writes:
  12. >I'm having problems getting wish working with TclX.  I compile it as
  13. >instructed in the extended directory, but when I try to run anything
  14. >(even something as simple as the demos/hello demo), I can't get the
  15. >window to respond.  I can't even hit ^C at the command line prompt.
  16. >All I can do is kill the process remotely.  The exact same code works
  17. >fine with the standard wish.
  18.  
  19. You need to change the TCLPATH in the Tcl default file, which is
  20. usually /etc/default/tcl6.3b or /usr/local/lib/tcl6.3, to read
  21.  
  22. set TCLPATH "/usr/local/tcl /usr/local/lib/tcl /usr/local/lib/tk"
  23.  
  24. This is documented in the notes that come with the patch to make Wish
  25. and Extended Tcl play together.
  26.  
  27. I apologize to everyone for these difficulties, however, and plan to pull
  28. together and post the definitive patch for Tk 2.2 and Extended Tcl 6.3b.
  29. -- 
  30. -- Email info@NeoSoft.com for info on getting interactive Internet access.
  31. You will now awaken feeling relaxed and refreshed, remembering everything 
  32. you've read except the details of the Omega contingency plan.
  33.