-
I configure and install tklib, then I type:
$ gmake test
/projects/sprs_lwv/tcl86/bin/tclsh8.6 `echo ../sak.tcl` test
Command missing
test -- Execute testsuites
sak test run ?-s|--shell PATH? ?-l|--log STEM? ?-g|--valgrind? ?-v? ?MODULE ...?
Run the testsuites of the specified modules, using the shell
running SAK for the testsuites as well. If no modules...
2009-11-25 17:58:38 UTC in tcllib
-
I am attaching a file containing patches to the following section 3 man pages
BoolObj.3 Ensemble.3 Limit.3 PkgRequire.3
Class.3 Environment.3 Method.3 SetChanErr.3
CrtChannel.3 FileSystem.3 NRE.3 SetResult.3
DictObj.3 Hash.3 ObjectType.3
DoubleObj.3 IntObj.3 ParseCmd.3.
2009-11-25 17:45:18 UTC in Tcl
-
Platform SPARC Solaris 8
When I run
man -s n re_syntax
I see the text between CONSTRAINTS and BACK REFERENCES jumbled up with displaying control characters, etc.
This is quite different than what I see with the other Tcl man pages I've viewed.
I am attempting to attach a file with the formatted text in it to this artifact.
2009-11-25 14:09:31 UTC in Tcl
-
SPARC Solaris 8
Sun C compiler
CVS head from ActiveState tcl cvs ftp site
$ ./configure --prefix=/projects/sprs_lwv/tcl86 --enable-shared --enable-symbols --enable-stubs
$ gmake genstubs all test install
I build nearly every day. Today, however, the build failed with this error:
/opt/SUNWspro/bin/cc -c -g -KPIC -I"." -I/vol/tclsrcsol/tcl86/tcl/unix...
2009-11-19 15:49:14 UTC in Tcl
-
When I look at the www pages at http://www.tcl.tk/man/tcl8.5/TclCmd/ I notice that in some cases - maybe all cases - references such as "see FREE FORM SCAN for a description of what happens" are not hyperlinks to the section referenced. It would really be nice if the "see AAA" type references would hyperlink to the section in question.
2009-11-13 15:29:11 UTC in Tcl
-
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