public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Oleg Ostrozhansky <oleg@olegos.com>
Cc: "insight@sources.redhat.com" <insight@sources.redhat.com>
Subject: Re: make problem
Date: Thu, 09 Oct 2003 01:03:00 -0000	[thread overview]
Message-ID: <1065661615.1584.39.camel@lindt.uglyboxes.com> (raw)
In-Reply-To: <20031008210537.GA10946@panix.com>

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


      reply	other threads:[~2003-10-09  1:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-08  8:50 hoer
2003-10-08  9:39 ` Paul Whitfield
2003-10-08 21:05 ` Oleg Ostrozhansky
2003-10-09  1:03   ` Keith Seitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1065661615.1584.39.camel@lindt.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=insight@sources.redhat.com \
    --cc=oleg@olegos.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).