[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV ioctl.h include in LYUtils.c
From: |
T.E.Dickey |
Subject: |
Re: LYNX-DEV ioctl.h include in LYUtils.c |
Date: |
Tue, 6 May 1997 08:07:32 -0400 (EDT) |
> >sorry. can't fix that - I don't remember the detail, but the gist is that
> >there's definitions needed for a successful build from header files that
> >happen to contain (on more than one system, for historical reasons)
> >conflicting
> >definitions for the masks that go into termio(s). You may find a system
> >where you can fix this, but I've tried (and failed) on SunOS & Apollo.
>
> Hmm. One way that I've fixed this type of thing in the past is to
> #undef the symbols causing the warnings. Since they are being redefined
> anyways, this just gets rid of the warnings.
uh no - the conflict is via a nested include : _can't_ fix.
> If that approach has failed, it must mean that different compilers on the
> same platform are configured differently. In that case, it seems like
> some new symbols identifing the conflicting environments might be used.
it's not a compiler issue - it's a change in interfaces.
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;