-
One of the useful resources in the Tcl community is the ActiveState teapot repository. It allows Tcl users to easily obtain a copy of a useful extension.
Right now, TWAPI is not a part of that repository. When I asked ActiveState about it, I was told that the last time they checked, TWAPI didn't use the TEA build structure. The ActiveState build process depends on TEA to provide a standard...
2009-10-14 11:40:33 UTC in Tcl Windows API and Inspection Tools
-
When I go into tests/defs.tcl and change the -exact 4.5 to 4.6, then the orainfo passes. The other stuff continues to fail - I could send you the output from the test suite if you would like.
2009-10-14 11:31:24 UTC in oratcl
-
Interesting. I indeed did have an Oratcl 4.5 installed. When I moved it so that it would not be found, I now get this error from the oratcl cvs head:
$ gmake test
LD_LIBRARY_PATH=".:/vol/tclsrcsol/tcl86/tcl/unix:/usr/sfw/lib:/usr/dt/lib:/usr/dt/lib/sdtimage:/usr/openwin/lib:/usr/lib:/usr/ucblib:/cas/lib/sun4:/vol/ora_client/product/10.2.0.2/lib"...
2009-10-14 11:29:13 UTC in oratcl
-
Platform: sparc solaris 8, Sun C compiler, tcl 8.6 cvs head, oratcl cvs head from today
when I ran the gmake test, the above errors continue to be generated.
This is with Oracle 10.2.0.4.0.
2009-10-13 19:11:44 UTC in oratcl
-
This test was using the Tcl 8.6 CVS head as well as the oratcl CVS head. The code was built on SPARC Solaris 8 using Sun's C compiler as well as Oracle 10.2.0.4.0.
==== orainfo-1.0 orainfo: version FAILED
==== Contents of test case:
catch {orainfo version} res
set res
---- Result was:
4.5
---- Result should have been (exact matching):
4.6
==== orainfo-1.0 FAILED.
2009-10-13 19:07:26 UTC in oratcl
-
Build Tclx Cvs head
Install code
Start up the tclsh associated with the install directory
package require Tclx
buildpackageindex /tmp
couldn't read file "/usr/tcl85/lib/tclx8.4/buildidx.tcl": no such file or directory
The code file buildidx.tcl didn't get installed when the package was installed
Also, note that several other commands - auto_packages, auto_load_file, auto_commands...
2009-09-29 11:08:52 UTC in Extended Tcl (TclX)
-
I tried the following example, based on information from the man page:
tclsh8.6
% package require widget::calendar
0.91
% set t [widget::calendar -textvariable ::a .t]
unknown subcommand "-textvariable": namespace ::widget::calendar does not export any commands
% set t [widget::calendar .t -textvariable ::a]
.t
% pack .t
% set ::a 9/25/2009
9/25/2009
% puts $::a
09/21/2009
% puts...
2009-09-25 12:50:03 UTC in tcllib
-
ActiveState provides a link on their ActiveTcl download page for downloading the old versions of ActiveTcl. HOWEVER, I would encourage you to work with members of the vtcl community to fix it so that it runs with ActiveTcl 8.6 - using the greatest and latest version of Tcl would be preferable.
2009-09-21 18:15:06 UTC in Visual Tcl
-
I myself don't see too many links that do not work - the AS400 one doesn't work at all, and the tclets link leads to a page that doesn't look like much if you don't have the tcl plugin installed in your browser.
Otherwise, the top of the left had side bar has links that point within the homepage itself. The links at the bottom of the side bar point off into this and the other forums.
I...
2009-09-21 18:13:15 UTC in Visual Tcl
-
There are two minor typos in the csv.man file - the string "spcified" should be "specified" and the string "an representatation" should be "a representation".
I am attaching a patch to this report that fixes these two nits.
2009-09-17 18:14:31 UTC in tcllib