Re: [HACKERS] yacc problems - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] yacc problems
Date
Msg-id 199809171944.PAA06215@candle.pha.pa.us
Whole thread Raw
In response to yacc problems  (Daniel Kalchev <daniel@digsys.bg>)
List pgsql-hackers
> I am getting the following error when trying to build postgres under BSD/OS
> 3.1 or 4.0.
>
> gmake[2]: Entering directory `/var/src/local/pgsql/src/backend/parser'
> /usr/bin/yacc -d gram.y
> /usr/bin/yacc: f - maximum table size exceeded
> gmake[2]: *** [parse.h] Error 2
> gmake[2]: Leaving directory `/var/src/local/pgsql/src/backend/parser'
>
> Has someone sucessfuly built scan.c and parse.h under BSD/OS?

I assume this is the beta.  I am fixing it now.  I have BSD/OS too, but
have bison installed.  That is the only thing that will fix it.  You
will need to grab the source after I have generated a new gram.y, or get
bison.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
http://www.op.net/~candle              |  (610) 353-9879(w)
  +  If your life is a hard drive,     |  (610) 853-3000(h)
  +  Christ can be your backup.        |

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] syntax error
Next
From: Byron Nikolaidis
Date:
Subject: Re: [INTERFACES] Odbc parser error