HAVE_TM_GMTOFF is not defined in the config.h.in
so it never gets to config.h

The problem i usually have with config.h if i include different packages
and they all use config.h which is common with GNU/configure based packages they interfere with each other and config.h should be exported and distributed with public header files. It was designed for internal compilation only(this is my guess), now even public API cannot be compiled without it.

I think old style having TCL_DEFs in the Makefile was more cleaner way.

Stephen Deasey wrote:
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.


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

--
Vlad Seryakov
571 262-8608 office
[EMAIL PROTECTED]
http://www.crystalballinc.com/vlad/

Reply via email to