| From: | Lee Kindness <lkindness(at)csl(dot)co(dot)uk> |
|---|---|
| To: | Carlos Correia <carlos(at)m16e(dot)com> |
| Cc: | Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Errors compiling Postgres (bison -maximum table size excceeded) |
| Date: | 2003-01-14 09:42:39 |
| Message-ID: | 15907.56207.475537.775272@kelvin.csl.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
You need Bison >= 1.50 to compile the PostgreSQL CVS source, i've
built RPMs of the latest Bison, 1.875, which may be of use to you:
http://services.csl.co.uk/postgresql/
Lee.
Carlos Correia writes:
> I tried to compile the latest stable release in order of getting a JDBC
> driver which has the DatabaseMetaData.getColumns()'s bug fixed and,
> after invoking 'configure --with-java', I tried to compile it (with
> 'gmake' - in the top directory).
> It failed with this error:
>
> bison -y -d preproc.y
> preproc.y:5561: fatal error: maximum table size (32767) exceeded
>
> I'm running a Mandrake 9.0 distribution.
>
> Any one has an idea of how to fix this?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Felipe Schnack | 2003-01-14 10:34:38 | Re: binary data |
| Previous Message | Barry Lind | 2003-01-14 09:18:06 | Re: Truncation bug when retrieving timestamps with fractional |