www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2004/12/16/22:22:26

X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f
X-Authentication-Warning: itservs.wilkes.edu: apache set sender to fdonahoe AT wilkes DOT edu using -f
Message-ID: <1103252543.41c24c3f9e8d2@webmail.wilkes.edu>
Date: Thu, 16 Dec 2004 22:02:23 -0500
From: fdonahoe AT wilkes DOT edu
To: Juan Manuel Guerrero <st001906 AT hrz1 DOT hrz DOT tu-darmstadt DOT de>
Cc: texinfo-pretest AT texinfo DOT org, djgpp-workers AT delorie DOT com
Subject: Re: [karl AT gnu DOT org: [texinfo-pretest] texinfo 4.7.91 pretest available]
MIME-Version: 1.0
User-Agent: Internet Messaging Program (IMP) 3.2
X-Originating-IP: 146.94.1.202
Reply-To: djgpp-workers AT delorie DOT com

Quoting Juan Manuel Guerrero <st001906 AT hrz1 DOT hrz DOT tu-darmstadt DOT de>:

> 
> Probably your installation is brocken. I have compiled the package
> (v 4.7.91)
> with stock djdev203 and with cvs djdev204 (2004-12-10) and I have
> never
> experienced this difficulty.
> 
> Regards,
> Juan M. Guerrero
> 

That is strange.  I dusted off some search tools and found
the prototype in "include/stdint.h".  So after applying the
patch below the package built and checked out.

Regards,
Frank

=============================================================
--- info/echo-area.orig	2004-08-07 17:03:08.000000000 -0500
+++ info/echo-area.c	2004-12-16 21:27:38.000000000 -0500
@@ -19,10 +19,11 @@
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
 
    Written by Brian Fox (bfox AT ai DOT mit DOT edu). */
 
 #include "info.h"
+#include <stdint.h>
 
 #if defined (FD_SET)
 #  if defined (hpux)
 #    define fd_set_cast(x) (int *)(x)
 #  else
--- info/infokey.orig	2004-07-24 13:12:38.000000000 -0500
+++ info/infokey.c	2004-12-16 21:34:14.000000000 -0500
@@ -22,10 +22,11 @@
 #include "info.h"
 #include "infomap.h"
 #include "infokey.h"
 #include "key.h"
 #include "getopt.h"
+#include <stdint.h>
 
 static char *program_name = "infokey";
 
 /* Non-zero means print version info only. */
 static int print_version_p = 0;
--- info/session.orig	2004-07-24 13:12:38.000000000 -0500
+++ info/session.c	2004-12-16 21:31:06.000000000 -0500
@@ -21,10 +21,11 @@
    Originally written by Brian Fox (bfox AT ai DOT mit DOT edu). */
 
 #include "info.h"
 #include "search.h"
 #include <sys/ioctl.h>
+#include <stdint.h>
 
 #if defined (HAVE_SYS_TIME_H)
 #  include <sys/time.h>
 #  define HAVE_STRUCT_TIMEVAL
 #endif /* HAVE_SYS_TIME_H */

============================================================

-----------------------------------------------------------------------
This mail was sent through Wilkes Webmail: http://webmail.wilkes.edu
Wilkes Webmail is using IMP: http://horde.org/imp/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019