-
Passing to Pat because iirc he did the previous patch.
2010-02-06 01:07:11 UTC in Tk Toolkit
-
TEA is the Tcl Extension Architecture and in this case refers to the tcl.m4 and configure magic all built to support each arch. I have 8.5 threaded working without any problems, and that is done only with CC=xlc_r and /usr/vac/bin on the path.
With that and following the standard instructions (./configure; make test), it should work. This means none of the other flags you are using.
2010-01-22 01:41:40 UTC in Tcl
-
Why are you using non-TEA compiler options? Have you had any issues when working with pure core configure? I know that works.
2010-01-21 22:20:49 UTC in Tcl
-
hobbs committed patchset 1245 of module tile to the TkTable / Tile / Vu CVS repository, changing 1 files.
2010-01-19 01:59:35 UTC in TkTable / Tile / Vu
-
hobbs committed patchset 1244 of module tile to the TkTable / Tile / Vu CVS repository, changing 1 files.
2010-01-19 01:56:28 UTC in TkTable / Tile / Vu
-
FWIW, tkcon also uses $::_ for the last result.
2010-01-18 22:21:24 UTC in Tcl
-
Having knowledge of exactly what komodo and dbgp_tcldebug are doing, this is undoubtedly an issue in the core. The debugger only sends pure Tcl instrumentation to the interpreter, and does it with code that works back to Tcl 7.x. It does do things like override proc and check for all sorts of other calls.
I'm not convinced that it isn't some weird C runtime error though, as it doesn't...
2009-12-16 23:48:35 UTC in Tcl
-
Perhaps trying VS2005 but remove any optimization in the compile.
2009-11-27 17:17:00 UTC in Tcl
-
Did a repro, ferrieux appears to have the correct analysis.
2009-11-19 22:14:26 UTC in Tk Toolkit
-
davygrvy recognized the WinMain issue and there should be another outstanding bug with perhaps a patch that discusses this further.
2009-11-16 17:21:19 UTC in Tk Toolkit