Re: Are the sources for building the original tclkit interpreter still available online?
"Pat Thoyts" <[email protected]> Tue, 4 Mar 2008 01:48:47 +0000
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 03/03/2008, lvirden <[email protected]> wrote: > > I am looking at the wubwiki starkit. It requires Tcl 8.5 and Itcl. > This means that kbs and tclkit-lite are not going to be able to be > used with it. So I have to try, once again, to see if I can convince > tclkit to build on sparc solaris. > > Where can I find the source for building the original style tclkit? > > I looked at the equi4.com web page for tclkit, but I don't see a > pointer to the sources any longer. You can use the current kitgen stuff to build old-style tclkits (ie ones containing incr-tcl and using mk4tcl). I;ve used this to build on solaris 10. IMO kitgen is rather easier to use than genkit as it mostly just calls the various projects TEA makefiles. Pat Thoyts