Re: Starkit no longer works.
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On May 11, 2:17 pm, "John R. Culleton" <[email protected]> wrote: > It has been a couple years since I fooled wih starkit. Now nothing > seems to work anymore. > > I have a recent installation of slackware 11 including tcl 8.4.13. I > also have the Jones/Hobbs book and disk. What I want is a workable > version of starkit and starpack. The sdx I had wouldn't do qwrap so > I found a newer one. BTW The pointer to the latest sdx download page > no longer works onhttp://www.equi4.com/starkit/sdx.html > > Anyhow when I attempt to use the package I get: > > safe@hdb4:/usr/local/tclapp/hello$ sdx qwrap hello.tcl > can't find package app-sdx > while executing > "package require app-sdx" > (file "/usr/local/bin/sdx/main.tcl" line 8) > invoked from within > "source /usr/local/bin/sdx/main.tcl" > ("uplevel" body line 1) > invoked from within > "uplevel [list source [file join $self main.tcl]]" Here was my cure: Downloaded and installed the latest and greatest tcl and tk, the cvs version. Same problem persisted. Found an old (2005) post about the same problem. I installed an old version of tclkit from the cdrom (tclkit-linux-x86) and linked it to the name tclkit and now it works apparently. If this bug dates back to 2005 why hasn't it been fixed yet? Or did I just have an inappropriate version of tclkit? John C.