Mail Archives: djgpp-workers/2004/12/16/22:22:26
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 -