Re: On the subject of yacc...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Dominic J(dot) Eidson" <sauron(at)the-infinite(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: On the subject of yacc...
Date: 2000-10-01 20:39:54
Message-ID: Pine.LNX.4.21.0010012238370.1031-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dominic J. Eidson writes:

> Trying to compile PostgreSQL latest-CVS on SuSE 6.4 produces the following
> error (was talked about on the list this past week, IIRC):
>
> make[3]: Entering directory `/tmp/pgsql/src/backend/parser'
> yacc -d gram.y
> yacc: f - maximum table size exceeded
> make[3]: *** [parse.h] Error 2

You need to install bison or get your yacc to increase its table size.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-01 20:49:51 Re: grant/revoke bug with delete/update
Previous Message Dominic J. Eidson 2000-10-01 20:24:50 On the subject of yacc...