yacc error + fix: yacc -f out of space

Sliver <[email protected]> Tue, 30 Mar 2004 15:02:03 +0200
Newsgroups gmane.linux.gentoo.ia64
Message-ID <[email protected]>
Hi people,

If any of you have had this problem, i have found a patch that work on a
hp rx2600 (dual itanium2).

This error is really annoying because some applications like apache2
depends on it upon compilation.

I will submit a bug on gentoo as soon as possible.

If someone is interested on how i setup the server, please email me.

Regards,

Jaime Alvaro Moreno
I+D Universidad Pontificia de Salamanca (Campus Madrid, Spain)

-----begin of patch ------------

--- byacc-1.9/defs.h.busted	Sat May  6 21:10:56 2000
+++ byacc-1.9/defs.h	Sat May  6 21:11:22 2000
@@ -1,7 +1,8 @@
 #include <assert.h>
 #include <ctype.h>
 #include <stdio.h>
-
+#include <string.h>
+#include <stdlib.h>
 
 /*  machine-dependent definitions			*/
 /*  the following definitions are for the Tahoe		*/
@@ -280,10 +281,3 @@
 extern int errno;
 

-/* system functions */
-
-extern void free();
-extern char *calloc();
-extern char *malloc();
-extern char *realloc();
-extern char *strcpy();

-------end of patch ----------



--
[email protected] mailing list