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