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 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 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 : > > 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 #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 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 +#include #if defined (HAVE_SYS_TIME_H) # include # 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/