Re: Starkit problem



Is snack2.2 a *pure* Tcl package (only Tcl code) or does it include
compiled code (eg a .so file)? If the latter, you need the MS-Windows
dll and you need to modify the pgkIndex.tcl file in snack2.2 to test
tcl_platform and load the proper file (the .so under Linux, the .dll
under MS-Windows).

snack is not a pure Tcl package, but the version I put in vfs/lib is
the MS Windows version, with the dlls. However, the internal structure
seems odd to me. The tcl files are immediate daughters of snack2.2.
snack2.2 also contains a bin directory, which in turn contains a
windows directory. vfs/lib/snack2.2/bin/windows contains the dlls and
pkgIndex.tcl. There is no pkgIndex.tcl immediately under snack2.2. I
notice that in the case of tdom pkgIndex.tcl as well as the dll are
immediate daughters of tdom. Could the extra hierarchy in snack2.2 be
the problem?

I made separate copies of Prompt.vfs for Linux and MS Windows so there
shouldn't be any issue of sorting them out.

.