Re: tkined error on invocation

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Wed, 21 Jun 1995 17:31:41 +0200

Hi!

branding@dvs1.informatik.th-darmstadt.de (Holger Branding) said:

Holger> after compiling and installing tkined successfully I got the
Holger> following message after invocation of tkined:

Holger> invalid command name "tk_bindForTraversal"

Holger> I couldn't find out the source of this error.

Which version of Tcl, Tk, Tkined are you running? All I can do with
the information above is to guess that something is misconfigured on
your machine. tk_bindForTraversal is a Tk3.6 proc defined in tk.tcl
and should be found automatically if your Tcl/Tk installation is
correct. tk_bindForTraversal is obsolete in Tk4.0 (but still defined).
Please check your Makefiles or/and rebuild from scratch.

Juergen