Re: Compile failure in CVS HEAD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Compile failure in CVS HEAD
Date
Msg-id 20635.1093714540@sss.pgh.pa.us
Whole thread Raw
In response to Compile failure in CVS HEAD  (Devrim GUNDUZ <devrim@gunduz.org>)
List pgsql-hackers
Devrim GUNDUZ <devrim@gunduz.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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Contrib -- PostgreSQL shared variables
Next
From: Josh Berkus
Date:
Subject: Re: Contrib -- PostgreSQL shared variables