Re: preproc.y error - Mailing list pgsql-hackers

From Tom Lane
Subject Re: preproc.y error
Date
Msg-id 10121.981594900@sss.pgh.pa.us
Whole thread Raw
In response to Re: preproc.y error  (Vince Vielhaber <vev@michvhf.com>)
Responses Re: preproc.y error  (Alfred Perlstein <bright@wintelcom.net>)
Re: preproc.y error  (Brent Verner <brent@rcfile.org>)
List pgsql-hackers
Vince Vielhaber <vev@michvhf.com> writes:
> Now I get:
> byacc -d  preproc.y
> byacc: f - maximum table size exceeded
> gmake[4]: *** [preproc.c] Error 2

Better install bison if you want to work with CVS sources ...
the lack of bison probably explains why it's failing for you on
this system when it's OK on other FreeBSD boxes.

I wonder if we ought not accept byacc as a suitable yacc in configure?
Peter, what do you think?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: preproc.y error
Next
From: Tom Lane
Date:
Subject: Re: preproc.y error