Re: [HACKERS] yacc problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] yacc problems
Дата
Msg-id 199809171944.PAA06215@candle.pha.pa.us
обсуждение исходный текст
Ответ на yacc problems  (Daniel Kalchev <daniel@digsys.bg>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] syntax error
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] Odbc parser error