Re: Current CVS is broken - Mailing list pgsql-hackers

From Michael Paesold
Subject Re: Current CVS is broken
Date
Msg-id 00b601c279a3$fa359180$4201a8c0@beeblebrox
Whole thread Raw
In response to Current CVS is broken  (Teodor Sigaev <teodor@stack.net>)
Responses Re: Current CVS is broken
List pgsql-hackers
Teodor Sigaev <teodor@stack.net> wrote:

> %gmake
> ....
> bison -y -d  preproc.y
> preproc.y:5560: fatal error: maximum table size (32767) exceeded
> gmake[4]: *** [preproc.h] Error 1
> gmake[4]: Leaving directory
`/spool/home/teodor/pgsql/src/interfaces/ecpg/preproc'
> gmake[3]: *** [all] Error 2
> gmake[3]: Leaving directory `/spool/home/teodor/pgsql/src/interfaces/ecpg'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/spool/home/teodor/pgsql/src/interfaces'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/spool/home/teodor/pgsql/src'
> gmake: *** [all] Error 2
> % bison -V
> bison (GNU Bison) 1.35

Although I am not a hacker, I think you just need to upgrade
bison to version 1.75 if you want to build from CVS. The ecpg
interface is broken with version 1.35 of bison.

Best Regards,
Michael Paesold



pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: integer array, push and pop
Next
From: Michael Meskes
Date:
Subject: Re: Current CVS is broken