Rene Zaumseil | 16 Jan 23:53
Picon
Favicon

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 <http://wiki.tcl.tk/18146> 

 Sources and pre compiled binary interpreters are available from
   <http://sourceforge.net/projects/kbskit> 

 News

 * changed versions: tcl/tk 8.5.11, tcl/tk 8.6b2,
   bwidget 1.9.5, img 1.4 (svn #332), mentry 3.5, sqlite 3.7.9,
   tablelist 5.5, tcllib 1.14, tdom 0.8.3, thread 2.6.7, wcb 3.4,
   xotcl 1.6.7
 * Windows, Linux and Solaris binaries

 Regards, Rene 

--

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to starkit <at> googlegroups.com
To unsubscribe from this group, send email to starkit-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/starkit?hl=en

Zbigniew Diaczyszyn | 16 Dec 22:37
Picon
Picon

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-universal 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-universal critcl.kit -target macosx-x86_64 -pkg sha256c.tcl 
cannot load gbutton
cannot load Wikit::Gui

Can anybody help?

Zbigniew

--

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to starkit <at> googlegroups.com
To unsubscribe from this group, send email to starkit-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/starkit?hl=en

jemptymethod | 10 Oct 00:50
Picon

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.

I'm wondering if anybody has ever had a similar experience with
Starkits? (Am hoping *not* :)

--

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to starkit <at> googlegroups.com
To unsubscribe from this group, send email to starkit-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/starkit?hl=en

ebeezee | 30 Sep 17:10
Favicon

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
over the place.

When I create the starkit the hard coded paths do not work anymore (for
obvious reasons).

How do I get the script to look within the VFS of the exe?

**main.tcl**

  package require starkit
  starkit::startup
  package require app-myapp

I tried adding something like this(below) in main.tcl  but it does not work.
(should it be in myapp.tcl?)

set home [file dirname [info script]]
(Continue reading)

Paul | 18 Jul 20:17

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
starpack.

If I could do something like [open "|internal_tclkit external.tcl" r
+], that would be great, where internal_tclkit is the tclkit contained
within the starpack, and external.tcl is a tcl script that resides
outside the starpack.

Is something like this possible?

Thanks,

Paul.

(Actually, I would prefer to be able to kick off another process using
the internal tclkit and also an internal tcl script, but I've already
found out that's not posiible.)

--

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to starkit <at> googlegroups.com
To unsubscribe from this group, send email to starkit-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/starkit?hl=en
(Continue reading)

Picon
Picon

Cross-compiling 64bit library sha256 for Windows 7 64bit with critcl

I hit a snag when trying to compile on a Linux (32bit) host a Windows 
64bit library version of sha256 from tcllib with critcl:

I have downloaded from the ming64 download site the version for a Linux 
host, set the PATH for critcl:

export PATH=/home/dia/mingw64/x86_64-w64-mingw32/bin/:$PATH

and started compiling:

$ tclkit critcl.kit -lib sha256c.tcl
Cross compiling for Windows using Xmingwin
Source: sha256c.tcl

Fri Jul 01 09:51:42 +0200 2011 - /home/dia/Projekte/gorilla/sha256c.tcl
gcc -r -nostdlib -DUSE_TCL_STUBS -I/home/dia/.critcl/Windows-x86 
-DTCL_BYTE_ORDER=1234 -o 
/home/dia/.critcl/Windows-x86/v035_7bf64913e94cd555e881b5a952aaab81_pic.o
/home/dia/.critcl/Windows-x86/v035_7bf64913e94cd555e881b5a952aaab81.c 
/home/dia/Projekte/gorilla/sha256.c

In file included from 
/home/dia/.critcl/Windows-x86/v035_7bf64913e94cd555e881b5a952aaab81.c:5:0:
/home/dia/.critcl/Windows-x86/tcl.h:162:22: fatal error: stdio.h: Datei 
oder Verzeichnis nicht gefunden
compilation terminated.
/home/dia/Projekte/gorilla/sha256.c:52:20: fatal error: string.h: Datei 
oder Verzeichnis nicht gefunden
compilation terminated.
ERROR while compiling code in /home/dia/Projekte/gorilla/sha256c.tcl:
(Continue reading)

Kyle Bateman | 19 Jun 20:25

Trying to test starsync

On 6/14/11 6:19 PM, Steve Landers wrote:
> Would you mind taking this to a public forum such as comp.lang.tcl or the Starkit list at
http://groups.google.com/group/starkit ?
Yup, no problem.
>> In playing with sdx/starkits so far, I found the starsync module and could get a client starkit to ask a
server for updates.  It looks like it is wrapping its request in an http transaction and expecting a web
server to handle its request via cgi.  Neither of the example servers referenced in update.tcl seemed to be
alive (mini.net or equi4.com) and/or willing to handle a sync.cgi request.  So I was having trouble
figuring out what such a server needs to send in return.
>>
>> Do you know if there is an example server somewhere?  I read somewhere that the same starsync module is both
server and client, but haven't been able to figure that part out yet.  Is that part of tclhttpd or something?
So after your pointer to the mailing lists, I have read a little more 
and it it looks like to me that I should probably do something like:

On the client side: sdx update
And on the server side: sdx starsync

So presumably, I could embed the equivalent of those commands into my 
server and client applications to do the automatic updating I want.

This week has been busy and I haven't gotten back to try a test on this 
yet but I will.  A few questions to help me get started:
- Am I on the right track?
- Is the server side meant to stand alone?  Or is it supposed to be set 
up as a cgi script under a web server?
- Is there already a reference example or tutorial somewhere for this?

Kyle

(Continue reading)

Andreas Kupries | 17 Jun 18:17
Picon

2nd Call For Papers, 18th Annual Tcl/Tk Conference 2011

[[ Important Changes:

   The Conference Registration Page is live.

   Regarding special events we are looking into arranging a trip to
   the Air and Space Museum out near Dulles. This is currently a very
   tentative thing. If a local person would like to help with this
   please talk to "clif <at> cflynt.com".

]]

18th Annual Tcl/Tk Conference (Tcl'2011)
http://www.tcl.tk/community/tcl2011/

October 24 - 28, 2011
Comfort Suites Manassas

Manassas, Virgina, USA

Important Dates:

Abstracts and proposals due   August  26, 2011
Notification to authors       September 12, 2011
WIP and BOF reservations open August   1, 2011
Author materials due          October  9, 2011
Tutorials Start               October 24, 2011
Conference starts             October 26, 2011

Email Contact:                tclconference <at> googlegroups.com

(Continue reading)

Picon
Picon

Is there a 64-bit Linux tclkit 8.5.9?

The page to be found at http://code.google.com/p/tclkit/downloads/list 
does not list a 64-bit version for Linux.

Maybe anybody compiled a 64-bit version?

Zbigniew

--

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to starkit <at> googlegroups.com
To unsubscribe from this group, send email to starkit-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/starkit?hl=en

Gerard Durand | 12 Apr 16:18
Picon
Favicon

Problem with Tcl_SetResult and Tclkit under Windows

Hi,
I'm trying to return a long chain from C to Tcl.
If I use :
sprintf(interp->result,"%s",Message) ; with Message containing my character
chain, it works. But Message can not be more than 200 characters long
(TCL_RESULT_SIZE limit).
Normally the solution is to use Tcl_SetResult (and it will be the only one with
tcl 8.6 I think ! even for short strings) :
Tcl_SetResult(interp,Message,TCL_VOLATILE);

Like that, it works on Linux, it works too on Windows if my tcl code calls
directly my compiled C code inside a dll. But it does not work if my dll is
included in a kit (though the 1st solution with sprintf is OK, except when my
Message is too long of course).
I use tclkit and tclkitsh 8.5.9 on Windows XP and my compiler is gcc (TDM 4.5.2
version on Windows).
I have tried others solutions like :
Tcl_SetVar(interp,"v1_out",Message,TCL_GLOBAL_ONLY);
or :
    Tcl_Obj * ResultObj ;
    ResultObj = Tcl_NewStringObj(Message,-1);
    Tcl_SetObjResult(interp,ResultObj);

It's always OK when my tcl code calls directly the dll, but never work when It's
inside a kit. I obtain this error :
Microsoft Visual C++ Runtime Library
Runtime Error !
This application has requested the Runtime to terminate it in an unusual way, ...

Apparently, I have not such problems under Linux and tclkit (though versions are
(Continue reading)

Andreas Kupries | 11 Apr 21:08
Picon

1st Call For Papers, 18th Annual Tcl/Tk Conference 2011

18th Annual Tcl/Tk Conference (Tcl'2011)
http://www.tcl.tk/community/tcl2011/

October 24 - 28, 2011
Comfort Suites Manassas

Manassas, Virgina, USA

Important Dates:

Abstracts and proposals due   August    26, 2011
Notification to authors       September 12, 2011
WIP and BOF reservations open August     1, 2011
Author materials due          October    9, 2011
Tutorials Start               October   24, 2011
Conference starts             October   26, 2011

Email Contact:                tclconference <at> googlegroups.com

Submission of Summaries

Tcl/Tk 2011 will be held in Manassas, Virgina, USA from
October 24 - 28, 2011. The program committee is asking for papers and
presentation proposals from anyone using or developing with Tcl/Tk
(and extensions). Past conferences have seen submissions covering a
wide variety of topics including:

* Scientific and engineering applications
* Industrial controls
* Distributed applications and Network Managment
(Continue reading)


Gmane