Re: preproc.y error

From: Brent Verner <brent(at)rcfile(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: preproc.y error
Date: 2001-02-08 14:58:44
Message-ID: 20010208095843.A32636@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07 Feb 2001 at 20:15 (-0500), Tom Lane 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 concur that bison is required -- A fresh OpenBSD install failed
to build with the same error mentioned above until I installed bison.

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

I can agree with this approach, unless there is some magic to get
byacc to work. In any case, there should be a note in the installation
docs stating that bison must be used when working with the CVS src.

brent

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-08 15:03:55 Re: [SQL] Re: PL/pgsql EXECUTE 'SELECT INTO ...'
Previous Message Michael Ansley 2001-02-08 13:35:14 RE: [SQL] Re: PL/pgsql EXECUTE 'SELECT INTO ...'