Re: Compilation errors?

From: Dmitry Tkach <dmitry(at)openratings(dot)com>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compilation errors?
Date: 2003-02-26 16:48:09
Message-ID: 3E5CEFC9.2060102@openratings.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks to everybody!
It worked!

I am now getting some jdbc errors with java 1.4 though :-(

Is it supposed to compile with java 1.4?

Thanks again!

Dima

Stephan Szabo wrote:

>On Tue, 25 Feb 2003, Dmitry Tkach wrote:
>
>
>
>>I was trying to build pgsql code, and I keep getting this error:
>>
>>make[4]: Entering directory `/home/dima/postgres7.3/pgsql/src/interfaces/ecpg/preproc'
>>make -C ../../../../src/port all
>>make[5]: Entering directory `/home/dima/postgres7.3/pgsql/src/port'
>>make[5]: Nothing to be done for `all'.
>>make[5]: Leaving directory `/home/dima/postgres7.3/pgsql/src/port'
>>bison -y -d preproc.y
>>preproc.y:5560: fatal error: maximum table size (32767) exceeded
>>make[4]: *** [preproc.h] Error 1
>>
>>
>>I was building the CVS tip initially when I got this, then I switched
>>to REL7_3_STABLE, but I am still getting the same problem with it?
>>
>>Any clues? Is it something wrong with my configuration?
>>
>>
>
>You need to upgrade bison to a newer version (I think 1.5 or better)
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrik Kudo 2003-02-26 16:58:07 Re: index usage (and foreign keys/triggers)
Previous Message Emmanuel Dreyfus 2003-02-26 16:44:54 password method in pg_hba.conf fails