public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* 20030924 snapshot build fault under Cygwin
@ 2003-09-24  5:52 Kristian Otnes
  2003-09-24 18:14 ` 20030924 snapshot build fault under cygwin Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Kristian Otnes @ 2003-09-24  5:52 UTC (permalink / raw)
  To: insight

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 20030924 snapshot build fault under cygwin
  2003-09-24  5:52 20030924 snapshot build fault under Cygwin Kristian Otnes
@ 2003-09-24 18:14 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2003-09-24 18:14 UTC (permalink / raw)
  To: Kristian Otnes; +Cc: insight

[reply-to set]
On Wed, Sep 24, 2003 at 07:51:48AM +0200, Kristian Otnes wrote:
>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.

"Cygwin" being a generic concept in this case.  If it is caused by
anything related to cygwin, it would be an update to the w32api header
files.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-24 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-24  5:52 20030924 snapshot build fault under Cygwin Kristian Otnes
2003-09-24 18:14 ` 20030924 snapshot build fault under cygwin Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).