[Python-bugs-list] Compile bug in CVS _tkinter.c of 30 March (PR#254)

m.favas@per.dem.csiro.au m.favas@per.dem.csiro.au
Thu, 30 Mar 2000 00:21:02 -0500 (EST)


Full_Name: Mark Favas
Version: 1.5.2+
OS: Tru64 Unix
Submission from: groucho.per.dem.csiro.au (130.116.27.1)


Compiling the 30 March CVS version of Python on Tru64 Unix with Compaq C
(Compaq C V6.1-110 (dtk) on Digital UNIX V4.0F  (Rev. 1229)) produces the
following error:

cc  -DWITH_APPINIT -I/usr/local/include -O -Olimit 1500 -I./../Include -I..
-DHAVE_CONFIG_H -c ./_tkinter.c
cc: Error: ./_tkinter.c, line 573: In the initializer for flags,
"TCL_EVAL_DIRECT" is not declared. (undeclared)
        int flags = TCL_EVAL_DIRECT;
--------------------^

The version of Tcl/Tk is 8.0.5 - this TCL_EVAL_DIRECT does not exist in the
Tcl/Tk header files for 8.0.5