Re: Compile failure in CVS HEAD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compile failure in CVS HEAD
Date: 2004-08-28 17:35:40
Message-ID: 20635.1093714540@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Devrim GUNDUZ <devrim(at)gunduz(dot)org> writes:
> Latest CVS snapshot of 8.0.0 does not compile on Red Hat 9:

> bison -y -d preproc.y
> preproc.y:5383: warning: previous rule lacks an ending `;'
> preproc.y:6367: fatal error: maximum table size (32767) exceeded

You need a newer bison; or build from a tarball instead of directly
from CVS.

configure should have warned you that your bison was too old, but
the warning is easy to miss in all the other chatter.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2004-08-28 20:01:02 Re: Contrib -- PostgreSQL shared variables
Previous Message Heikki Linnakangas 2004-08-28 17:26:20 Re: Contrib -- PostgreSQL shared variables