Re: Building tclkit 8.5.1 on Windows

"Pat Thoyts" <[email protected]> Wed, 5 Mar 2008 11:09:33 +0000
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
On 05/03/2008, Mats Bengtsson <[email protected]> wrote:
>
>  Minor update:
>
>  10. Make the dde and registry package numbers match in kitInit.c
>     "package ifneeded dde 1.3.2 {load {} dde}\n"
>     "package ifneeded registry 1.2.1 {load {} registry}\n"

This issue has been resolved in the kitgen builds by building the
runtime.kit file as part of the build process and setting the package
index files to the correct versions of these extensions by asking them
as we create the vfs tree.

Pat