Re: preproc.y error

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Vince Vielhaber <vev(at)michvhf(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: preproc.y error
Date: 2001-02-08 01:33:06
Message-ID: 20010207173306.B26076@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [010207 17:24] wrote:
> Vince Vielhaber <vev(at)michvhf(dot)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(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
"I have the heart of a child; I keep it in a jar on my desk."

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2001-02-08 01:46:30 Re: preproc.y error
Previous Message Tom Lane 2001-02-08 01:22:02 Re: preproc.y error