View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] Use of TclGetInterpProc

From: Neil Madden <nem_at_cs.nott.ac.uk>
Date: Thu, 26 Aug 2004 19:43:48 +0100

Hi all,

I've just been compiling XOTcl 1.3.0 on Mac OS X against the latest (as
of about an hour ago) CVS HEAD versions of Tcl and Tk. It initially
failed on the final linking stages, missing the TclGetInterpProc
function. This function has been taken out of Tcl in CVS. Commenting
out the 1 reference to this function in the XOTcl sources
(generic/xotcl.c line 10461) allows the compile to finish, all the
tests pass and the resulting library seems fine. Talking to Donald
Porter on the Tcl'ers Chat indicates that use of this function should
no longer be necessary as Tcl doesn't create any procs using the old
string-based interfaces anymore.

Just thought I'd send out a heads-up, as you probably want to fix/alter
the XOTcl code to deal with this.

Cheers,

Neil.