This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make problem


On Wed, 2003-10-08 at 14:05, Oleg Ostrozhansky wrote:

> The problem is that in that file (tcl/generic/tclCmdAH.c) there is an enum
> with member FILE_EXISTS.  But that symbol is also used in
> /usr/include/w32api/winnt.h and /usr/include/w32api/ddk/winddk.h under
> cygwin.  I just renamed it in the two places it's used in tclCmdAH.c,
> and the build completed.

Wouldn't something like:

#ifdef WIN32
#undef FILE_EXISTS
#endif

or something work? (Just curious)

Does anyone know -- we are using a VERBATIM copy of the "real" tcl/tk
now -- did the tcl folk "fix" this? If not, do they at least know about
it?

Keith



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]