On 6/9/05, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > > Am 09.06.2005 um 23:05 schrieb Vlad Seryakov: > > > I just fixed that in the CVS > > Hmmm... now it does compile but I still do not understand one thing: > include/config.h file overlapps with TCL_DEFS in various places. > Is this willingly done so or is this just a coincidence? > > Also, do we need TCL_DEFS when using the config.h? > Stephen has done some work on that lately as I see from > the ChangeLog. Stephen, can you mabe comment on this?
Yes, config.h is the new TCL_DEFS -- adding TCL_DEFS back into Makefile.global.in is not the right fix. Zoran, is HAVE_TM_GMTOFF defined in config.h after you run configure? The check in tcl.m4 which we now ship looks identical to the code in the Tcl tarball.