Re: cvs build failure

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Markus Bertheau <twanger(at)bluetwanger(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cvs build failure
Date: 2003-07-01 19:45:12
Message-ID: 20030701194512.GD25995@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 01, 2003 at 09:39:59PM +0200, Markus Bertheau wrote:

> bison -y -d preproc.y
> preproc.y:6214: fatal error: maximum table size (32767) exceeded
> make[4]: *** [preproc.h] Error 1
> make[4]: Leaving directory
> `/home/bert/src/pgsql/src/interfaces/ecpg/preproc'
>
> What's the problem?

You need to install bison-1.875 or later. I think there were RPMs on
www.joeconway.com if you are in a Redhat-ish system, or you can get it
from GNU ftp's if you are not.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La conclusion que podemos sacar de esos estudios es que
no podemos sacar ninguna conclusion de ellos" (Tanenbaum)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-07-01 19:52:42 New position and new location
Previous Message Markus Bertheau 2003-07-01 19:44:37 Re: cvs build failure