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]

20030924 snapshot build fault under Cygwin


When trying to build 20030924 snapshot with latest version
of Cygwin (1.5.5-1) (updated 2003-09-24), there is a build fault in

tcl/generic/tclCmdAH.c

due to its use of FILE_EXISTS. This is due to an equal define
in the Cygwin environment:

...\cygwin\usr\include\w32api\winnt.h
...\cygwin\usr\include\w32api\ddk\winddk.h

The fault can be fixed by replacing

FILE_EXISTS with FILE_XISTS in tcl/generic/tclCmdAH.c

but I am not sure how this should actually be fixed permanently,
assuming TCL is taken from somewhere else...

The fault is probably caused by the new version of Cygwin.

Kris.


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