public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Robert Lipe <robertl@dgii.com>
To: Jean-Pierre Radley <jpr@jpr.com>, EGCS Developers <egcs@cygnus.com>
Subject: Re: Failed compilation.
Date: Mon, 30 Mar 1998 16:18:00 -0000	[thread overview]
Message-ID: <19980330110538.45429@dgii.com> (raw)
In-Reply-To: <19980328140143.34076@jpr.com>

Jean-Pierre Radley wrote:
> SCO OpenServer 5.0.4

> gcc -DINFODIR=\"/usr/local/info\"
> -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H
> -I. -I../../../texinfo/lib -I../intl -I.. -I../../../texinfo/info
> -O3 -c ../../../texinfo/info/terminal.c
> ../../../texinfo/info/terminal.c:645: storage size of
> `original_tchars' isn't kn own


Bummer.   We've fixed this at least twice.   I can't test it right now,
but I'll bet that (re)applying this patch will cure it. 



revision 1.2
date: 1997/10/30 05:55:14;  author: law;  state: Exp;  lines: +6 -1
        * info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
        that provide TIOCETC but not struct tchars.



Index: termdep.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/texinfo/info/termdep.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- termdep.h	1997/08/21 22:58:04	1.1
+++ termdep.h	1997/10/30 05:55:14	1.2
@@ -1,5 +1,5 @@
 /* termdep.h -- System things that terminal.c depends on.
-   $Id: termdep.h,v 1.1 1997/08/21 22:58:04 jason Exp $
+   $Id: termdep.h,v 1.2 1997/10/30 05:55:14 law Exp $
 
    This file is part of GNU Info, a program for reading online documentation
    stored in Info format.
@@ -45,6 +45,11 @@
 
 #if defined (HAVE_TERMIOS_H)
 #  include <termios.h>
+/* 
+ * POSIX does not mandate that we have these and it may, in fact, be only
+ * partially implemented 
+ */
+#  undef TIOCGETC
 #else
 #  if defined (HAVE_TERMIO_H)
 #    include <termio.h>

  reply	other threads:[~1998-03-30 16:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-28 19:24 Jean-Pierre Radley
1998-03-30 16:18 ` Robert Lipe [this message]
1998-03-31  0:46   ` Jean-Pierre Radley
1998-04-04 11:01     ` Philippe De Muyter
1998-04-03 21:52   ` Jim Wilson
1998-04-04 11:01   ` Philippe De Muyter
1998-04-04 14:20 K. Berry
1998-04-29 16:08 ` Ulrich Drepper
1998-04-04 20:05 failed compilation Jean-Pierre Radley
1998-04-05  9:02 ` Gerald Pfeifer
1998-04-05 17:27   ` Jean-Pierre Radley
1998-05-20 19:03 Failed compilation Jean-Pierre Radley
1998-05-20 23:27 ` Jeffrey A Law

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=19980330110538.45429@dgii.com \
    --to=robertl@dgii.com \
    --cc=egcs@cygnus.com \
    --cc=jpr@jpr.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).