help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison compile error


From: Paul Eggert
Subject: Re: bison compile error
Date: Fri, 13 Dec 2002 02:00:50 -0800 (PST)

> From: Osatchuk, Trevor <address@hidden>
> Date: Wed Dec 11 23:24:35 2002

> cc: Error: obstack.c, line 160: In the definition of the function
> "_obstack_begin", the promoted type of chunkfun is incompatible w.
>     POINTER (*chunkfun) (long);

It appears to me that you are trying to build Bison with a K&R C
compiler that does not support ANSI C (also known as C89).  That is no
longer supported, I'm afraid: you need an C89 or later compiler now.
Please try installing GCC and then building Bison.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]