Re: tkcon, tclkit lite and vfs package.
"Pat Thoyts" <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 07/05/07, David Zolli <[email protected]> wrote: > > Le 7 mai 07 à 10:48, Steve Redler IV a écrit : > > >> Is it a tkcon bug or a tclkit lite bug? > > > > I'm using tclkit-lite built from 8.5a6 from May 3rd and tkcon v2.4, > > CVS v1.84 2004/11/18 19:18:06 > > and all seems to work well. > > You're right: I rebuild everything today using the method I explain > here: > > http://www.kroc.tk/tclkit/current/inter.rvt > > and now it works fine with tclkit lite and tkcon 2.5. > > I don't know what failed last time. There were and in fact still are some issues with the initialization of child interpreters with the new kitgen build system. I've got a patch somewhere to feed upstream when I have some time to sort it but basically the current pre-init script should be the current app-init script in kitInit.c. Also the internal packages need making available to the children and at the moment a couple of them are not. Pat Thoyts