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

From Alfred Perlstein
Subject Re: preproc.y error
Date
Msg-id 20010207173306.B26076@fw.wintelcom.net
Whole thread Raw
In response to Re: preproc.y error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Tom Lane <tgl@sss.pgh.pa.us> [010207 17:24] wrote:
> 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?

I think I reported this broken a couple of months ago, but it was
too late to add the check to configure for 7.0.  byacc doesn't work,
you need bison (or maybe some special flags to byacc).

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


pgsql-hackers by date:

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