Re: Starkit no longer works.
"Uwe Koloska" <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Hello John, 2007/5/11, John R. Culleton <[email protected]>: > > It has been a couple years since I fooled wih starkit. Now nothing > seems to work anymore. Welcome back ;-) > What I want is a workable version of starkit and starpack. starkit is the name of a tcl app package done with sdx. You need a tclkit for your platform to run a starkit starpack is a starkit with a tclkit attached to it. You don't need any additional app for starting a starpack but it is no longer platform independent. > 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 on > http://www.equi4.com/starkit/sdx.html The current pointer from the sdx wiki page http://wiki.tcl.tk/3411 points to the right download location http://www.equi4.com/pub/sk/sdx.kit > 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 This looks very strange. Try to use any recent version of tclkit from the download matrix at http://www.equi4.com/pub/tk/downloads.html and the sdx.kit from above and the use exactly this new apps like this ./tclkit sdx.kit qwrap.hello.c If this works, just install both apps in a place appropriate for you. > Previously, working from the stuff on the CDR I tried to > recompile using genkit. It blows up on step C when looking for kitsh. You have to download the current version of genkit from http://www.equi4.com/pub/tk/tars/genkit but the now recommended way for building a tclkit is via http://www.equi4.com/kitgen.html I hope this helps Uwe Koloska