Re: On the subject of yacc...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: On the subject of yacc...
Дата
Msg-id Pine.LNX.4.21.0010012238370.1031-100000@peter.localdomain
обсуждение исходный текст
Ответ на On the subject of yacc...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Список 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@gmx.net       http://yi.org/peter-e/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dominic J. Eidson"
Дата:
Сообщение: On the subject of yacc...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Solution for RI permission problem