ikatz | 19 Sep 22:22

Tix and BLT with Starkit


Hi,

I am trying to compile a Tcl file into an .exe file, and I am using
starkit to get my file.kit. The thing is that I am using Tix and BLT
packages, and I don“t know how to put everything together in order to
get a unique executable using the Tclkit. I have tried with TixTclkit
and dqkit, but with those I can only use Tix or BLT, but not
together.
Can anyone help me?

Thanks in advance!

Rene Zaumseil | 28 Aug 20:35
Favicon

ANN: kbs 0.2.4


 kbs -- kitgen build system (version 0.2.4 for tcl/tk 8.5.4 and 8.6a2)
 ==========================

 The system can generate [Tclkit Lite] executables, Tcl packages,
 starkits and starpacks for different operating systems.
 Additional documentation can be found under <http://wiki.tcl.tk/18146>

 Sources are available from <http://sourceforge.net/projects/kbskit>
 -------
 * kbs.tcl - single source file, all you need
 * *.tgz - prebuilt binaries containing kit-executables and *.kit files:
   kbskit*cli* - shell application
   kbskit*dyn* - tk dynamic loadable
   kbskit*gui* - tk static inserted
   kbspkg85.kit with:
     bwidget-1.8.0 gridplus-2.3 icons-1.2 Img1.3 itcl3.4 itk3.4
     iwidgets4.0.2 Memchan2.2.1 mentry-3.1 ral0.8.7 sqlite3.5.9
     tablelist-4.9 tcllib1.10 tclx8.4 tdom0.8.2 thread2.6.5
     tkcon tklib0.4 Tktable2.9 treectrl2.2.3 trofs0.4.4
     udp1.0.8 wcb-3.1 xotcl1.6.1
   tksqlite - starpack of sqlite table editor (version 0.5.6)

 Quick start
 -----------
 * Build executables (do not mix 8.5 and 8.6!):
   ./kbs.tcl -r install kbskit-8.5
   ./kbs.tcl -r install tksqlite
   ./kbs.tcl -r -builddir=b86 install kbskit-8.6
 * Build kit-files:
(Continue reading)

watkipet | 27 Aug 18:00

Loading shared libraries that are not TCL packages


I've created a Starpack that loads the mysqltcl package. This works
fine on one system that has libmysqlclient.so.15 (part of mysql
client), but the systems I want deploy to use libmysqlclient.so.14 and
my Starpack fails to run.

I doubt that my organization will update mysql accross all the systems
just to run my app. I know I can load shared libraries that are TCL
packages with a starpack. Is it possible to include libmysqlclient.so.
15 (not a TCL package), with my Starpack? If so, how do I do it?

Shin | 15 Aug 18:42

Any progress about writable starkits with kbskit?


Hello,
I'd like to know, if "kbskit" might be able to replace "tclkit" for
the purpose of writable starkits in the near future.

Shin
vanja | 24 Jul 10:36

EARN MONEY $2500-10000 PER WEEK


EARN MONEY $2500-10000 PER WEEK
SIMPLE ONLINE SURVEY
OTHER DETAILS LOGONTO
****************************************************************************
http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

*************************************************************************

Rene Zaumseil | 4 Jul 10:23
Favicon

Ann: kbs 0.2.3


 kbs -- kitgen build system (version 0.2.3 for tcl/tk 8.5.3 and 8.6a1)
 ==========================

 The system can generate [Tclkit Lite] executables, Tcl packages,
 starkits and starpacks for different operating systems.
 Additional documentation can be found under <http://wiki.tcl.tk/18146>

 Sources are available from <http://sourceforge.net/projects/kbskit>
 -------
 * kbs.tcl - single source file, all you need
 * *.tgz - prebuilt binaries containing kit-executables and *.kit files:
   kbskit*cli* - shell application
   kbskit*dyn* - tk dynamic loadable
   kbskit*gui* - tk static inserted
   kbspkg85.kit with:
     bwidget-1.8.0 gridplus-2.3 icons-1.2 Img1.3 itcl3.4 itk3.4
     iwidgets4.0.2 Memchan2.2.1 mentry-3.1 ral0.8.7 sqlite3.5.9
     tablelist-4.9 tcllib1.10 tclx8.4 tdom0.8.2 thread2.6.5
     tkcon tklib0.4 Tktable2.9 treectrl2.2.3 trofs0.4.4
     udp1.0.8 wcb-3.1 xotcl1.6.0
   tksqlite - starpack of sqlite table editor (version 0.5.6)

 Quick start
 -----------
 * Build executables (do not mix 8.5.3 and 8.6!):
   ./kbs.tcl -r install kbskit-8.5
   ./kbs.tcl -r install tksqlite
   ./kbs.tcl -r -builddir=b86 install kbskit-8.6
 * Build kit-files:
(Continue reading)

Goodwin | 3 Jun 19:06

Popups in tclkit's initScript


Hi,

I've recently built tclkit based on the svn tclkit module.

There is some coded added into kitInit.c's initScript string:

    "tk_messageBox -message \"main found here: [file join [info
nameofexe] main.tcl]\"\n"
    "tk_messageBox -message \"file isfile: [file isfile [file join
[info nameofexe] main.tcl]]\"\n"

When a wrapped app starts up now the user is faced with these popups?
Is this intentional or just some residual debug code?

Thanks,

Goodwin
lvirden | 29 May 21:29

ISO: full (original style) tclkit 8.5.x for sparc solaris 2.8?


I am wondering whether anyone knows of an original style tclkit 8.5.x
(that is, containing metakit, itcl, etc.) built for SPARC Solaris 8?

The tclkit on equi4 is, I suspect, built against solaris 10, and so
needs libraries I don't have available.

I've not been able to build tclkit for some time, due to a variety of
issues that I've been unsuccessful in resolving. kbskit doesn't work
because it is missing pieces.

I'm just trying to run a variety of starkits.

Who would have thought starkits would be so hard to run?
Jean-Claude Wippler | 25 May 00:51

FYI - Rigs are re-usable Tcl modules


FYI, I've posted a comment about a new way to create and share re- 
usable Tcl code on another mailing list, you can read it here if  
you're interested:

http://groups.google.com/group/mavrig-dev/browse_thread/thread/797b5e7375220974

Didn't want to post it in full here since it's not tclkit/starkit- 
related.

-jcw

Rene Zaumseil | 2 Apr 14:33
Favicon

Ann kbs 0.2.2


kbs -- kitgen build system (version 0.2.2 for tcl/tk 8.5.2) 
 ========================== 

The system can generate [Tclkit Lite] executables and Tcl packages for 
 different operating systems. Tested are Linux, SunOS, Windows and Irix. 
     [Tclkit Lite]: http://www.equi4.com/tclkit/tclkitlite.html 
 Additional documentation can be found under <http://wiki.tcl.tk/18146> 

Sources are available from <http://sourceforge.net/projects/kbskit> 
 ------- 
    * kbs.tcl - single source file, all you need 

   * *.tgz - prebuilt binaries containing kit-executables and *.kit files: 
     kbskit*cli* - shell applicationi 
     kbskit*dyn* - tk dynamic loadable 
     kbskit*gui* - tk static inserted 
     kbspkg85.kit with: 
      bwidget-1.8.0 gridplus-2.2 icons-1.2 Img1.3 itcl3.4 itk3.4 iwidgets4.0.2
      Memchan2.2.1 mentry-3.1 ral0.8.7 sqlite3.5.7 tablelist-4.8 tcllib1.10
      tclx8.4 tdom0.8.2 thread2.6.5 tkcon tklib0.4 Tktable2.9 treectrl2.2.3
      trofs0.4.4 udp1.0.8 wcb-3.1 xotcl1.5.6
     tksqlite.kit - ready to run sqlite table editor (version 0.5.6) 

Quick start 
 ----------- 
    * Build executables: 
   ./kbs.tcl -r install kbskit-8.5 
    * Build kit-files: 
   ./kbs.tcl -r install kbspkg-8.5 
(Continue reading)

anoved | 27 Mar 04:35

Starpacker


I made a little utility based on SDX for making Starpacks. I wrote it
mostly for practice and for my own convenience, but perhaps it will be
useful for others.

http://anoved.net/2008/03/starpacker.html

I think it has some VFS version problems with Windows Tclkits, but I
haven't had an opportunity to work them out. (Any advice or
information on that would be useful.) I use it on Mac OS X.

Be well,
Jim

Gmane