You cannot post messages because only members can post, and you are not currently a member.
Description:
Starkits are a packaging technology - this mailing list is for discussion about Starkits, Starpacks, as well as all aspects of Tclkit.
|
|
|
Ann: kbs 0.4.4
|
| |
kbs -- kitgen build system (version 0.4.4 for tcl/tk 8.5.13 and 8.6.0)
The system can generate [Tclkit] and [Tclkit Lite] executables,
Tcl packages, starkits and starpacks for different operating systems.
Additional documentation can be found under <[link]>
Sources and pre compiled binary interpreters are available from... more »
|
|
Ann: kbs 0.4.3
|
| |
kbs -- kitgen build system (version 0.4.3 for tcl/tk 8.5.12 and 8.6b3)
The system can generate [Tclkit] and [Tclkit Lite] executables,
Tcl packages, starkits and starpacks for different operating systems.
Additional documentation can be found under <[link]>
Sources and pre compiled binary interpreters are available from... more »
|
|
building tclkit on Windows with Visual Studio 2010 - success
|
| |
I've been trying to build tclkit 8.6.2b on Windows with Visual Studio 2010 Express. It wasn't too hard, but I found three problems, only one of which was directly a result of using VC10. Should I post the patch files here or send them directly to someone for review and incorporation into the official git archive?... more »
|
|
Android and tclkit command "exec
|
| |
I have downloaded TCLKIT for Androind but I have an issue with the
command "exec".
This command returns the error message :
"couldn't create error file for command: no such file or directory"
By looking at into the code of TCL, I can see that this error is
related to the opening of temporary... more »
|
|
my kitgen kits drop the modified date from embedded files (windows)
|
| |
Hoping somebody can tell me what I'm doing wrong. I need tclkits with a manifest for requestedExecutionLevel=="requ ireAdministrator", so I downloaded kitgen, and the source code for tcl 8.5.11 and 8.6.b2. I'm compiling with VS2005, which chokes on a warning embedding the manifest, but I got around that, and it looks like everything compiles... more »
|
|
Ann: kbs 0.4.2
|
| |
kbs -- kitgen build system (version 0.4.2 for tcl/tk 8.5.11 and 8.6b2) The system can generate [Tclkit] and [Tclkit Lite] executables, Tcl packages, starkits and starpacks for different operating systems. Additional documentation can be found under <[link]> Sources and pre compiled binary interpreters are available from... more »
|
|
critcl 64bit on MacOSX not working
|
| |
I tried to compile a 64 bit sha256 C extension from the tcllib package with AS ./tclkit-8.5.11-macosx-univers al and a critcl.kit from digitalsmarties.com (1. April 2010). MacOSX is Snow Leopard 10.6.2. Compiling failed with this mysterious error message: $ ./tclkit-8.5.11-macosx-univers al critcl.kit -target macosx-x86_64 -pkg sha256c.tcl... more »
|
|
Have starkits ever been reported as viruses?
|
| |
I'm asking this question because I've been told that an .exe I created
using a tool similar to Starkit but for another scripting language,
specifically the "One Click Ruby Application" (or OCRA for short), but
I've been told by some that the resultant .exe has been falsely
reported by McAfee as being a virus.... more »
|
|
Starkit - Hard coded Path issue
|
| |
I am trying to create a starkit/starpack for a bunch of TCL scripts that someone else has written. Throughout their code the path is hard coded. In the first file they do this.... **myapp.tcl** global path set path "C:/myapp" source $path/common/gui.tcl Then throughout their scripts they call source $path test/etc/etc.tcl all... more »
|
|
Accessing the tclkit executable in a starpack
|
| |
Hi,
I want to distribute a Tcl app as a starpack. The computer that it
will be used on won't have Tcl installed on it, but of course, Tcl
will be in the starpack.
What I want to do is, from a tcl script within the starpack, kick off
another tcl process, using the tcl interpreter contained within the... more »
|
|
|