ActiveState is pleased to announce the release of ActiveTcl 8.4.14.0 and 8.5.0.0 Beta 6, the quality-assured distribution of Tcl, available for AIX, HP-UX, Linux, Mac OS X, Solaris and Windows.
New in ActiveTcl 8.4.14.0:
* Mac OS X distribution is now a Universal binary * Tcl/Tk core updated to 8.4.14 * Teacup client of the TEApot repository system added * Updated: - OraTcl 4.4 - Sqlite 3.3.8 - Tcllib 1.9 - Tile 0.7.8 - Tklib 0.4.1 - XOTcl 1.5.3 - Bwidget 1.8 - Thread 2.6.5 (Windows, OS X only)
New in ActiveTcl 8.5.0.0 Beta 6:
* Mac OS X distribution is now a Universal binary * Tcl/Tk core updated to 8.5a5 * Teacup client of the TEApot repository system added
To download ActiveTcl 8.4.14.0, click here: http://www.ActiveState.com/ActiveTcl/download
For more information or to download the 8.5 beta, click here: http://www.ActiveState.com/ActiveTcl
Enjoy!
The Tcl Team, ActiveState http://www.ActiveState.com
xotcl-bounces@alice.wu-wien.ac.at wrote on 11/28/2006 07:41:26 PM:
ActiveState is pleased to announce the release of ActiveTcl 8.4.14.0 and 8.5.0.0 Beta 6, the quality-assured distribution of Tcl, available for AIX, HP-UX, Linux, Mac OS X, Solaris and Windows.
Is there any way to get the xotcl c-interface files (the .h/.lib files) that correspond to the version of XOTcl that ships with the ActiveState release? They're not present in the distribution.
Scott
Scott Gargash wrote:
xotcl-bounces@alice.wu-wien.ac.at wrote on 11/28/2006 07:41:26 PM:
ActiveState is pleased to announce the release of ActiveTcl 8.4.14.0 and 8.5.0.0 Beta 6, the quality-assured distribution of Tcl, available for AIX, HP-UX, Linux, Mac OS X, Solaris and Windows.
Is there any way to get the xotcl c-interface files (the .h/.lib files) that correspond to the version of XOTcl that ships with the ActiveState release? They're not present in the distribution.
Hmmm, well, we don't keep those around. With the number of binary extensions in ActiveTcl, we made a decision a few years ago to save space by not keeping around the dev bits. I understand that they would be useful to a small percentage of users, but we haven't figured out any way to easily automate the handling of dev bits separate from user bits.
Jeff
Jeff Hobbs jeffh@activestate.com wrote on 12/11/2006 04:32:55 PM:
Scott Gargash wrote:
Is there any way to get the xotcl c-interface files (the .h/.lib files) that correspond to the version of XOTcl that ships with the ActiveState release? They're not present in the distribution.
Hmmm, well, we don't keep those around. With the number of binary extensions in ActiveTcl, we made a decision a few years ago to save space by not keeping around the dev bits. I understand that they would be useful to a small percentage of users, but we haven't figured out any way to easily automate the handling of dev bits separate from user bits.
Perhaps it would make sense to break the download into two parts, a runtime environment and an SDK. I'm unsure what other extensions have a binary interface, but for XOTcl (at least) all that needs to be shipped is a couple of headers and the stubs lib. It seems equivalent to Tcl proper. In fact, perhaps even the base Tcl libs/headers ought to be in an SDK package. I'd think than many, perhaps even a majority of, users don't need the Tcl headers & libs.
But if it's not there, it's not there. Oh well, back to building my own version.
Scott
Scott Gargash schrieb:
Perhaps it would make sense to break the download into two parts, a runtime environment and an SDK. I'm unsure what other extensions have a binary interface, but for XOTcl (at least) all that needs to be shipped is a couple of headers and the stubs lib. It seems equivalent to Tcl proper. In fact, perhaps even the base Tcl libs/headers ought to be in an SDK package. I'd think than many, perhaps even a majority of, users don't need the Tcl headers & libs.
But if it's not there, it's not there. Oh well, back to building my own version.
Another option is to use the windows binary version built with MinGE provided by Martin Matuska at
This verison contains the stublib and header files.
best regards
-gustaf neumann