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 [EMAIL PROTECTED] http://yi.org/peter-e/
- [HACKERS] On the subject of yacc... Dominic J. Eidson
- Peter Eisentraut