This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project.


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

Re: Call the 1999-07-05 GDB snapshot Ishmael


On Wed, Jul 07, 1999 at 01:11:56AM -0700, Jimmy Guo wrote:
> The latest snapshot 19990705 does not build:
> 
> > cc: "../../../Src/gnu/gdb/infrun.c", line 1055: error 1588: "input_fd" undefined.
> 
> I believe same is true for gdb/remote.c.

Sorry about that.  An extern decl got dropped during the snapshot process.
I'll include the patch to gdb/event-loop.h.  It will be included in the
next snapshot, and merged into the sourceware CVS repository at that time.

J
--- event-loop.h.orig	Wed Jul  7 01:26:33 1999
+++ event-loop.h	Wed Jul  7 01:26:25 1999
@@ -255,3 +255,4 @@
 extern struct prompts the_prompts;
 extern void (*call_readline) PARAMS ((void));
 extern void (*input_handler) PARAMS ((char *));
+extern int input_fd;

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