Building from CVS issues

From: jasongodden(at)optushome(dot)com(dot)au
To: pgsql-hackers(at)postgresql(dot)org
Subject: Building from CVS issues
Date: 2003-09-23 12:20:33
Message-ID: 3f703a91$0$28123$afc38c87@news.optusnet.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I'm attempting to build from CVS so I can get into a bit of PG dev work.
Are there any special tricks with the CVS build or is this a common error?

bison -y -d preproc.y
preproc.y:5276: warning: previous rule lacks an ending `;'
preproc.y:6294: fatal error: maximum table size (32767) exceeded
make[4]: *** [preproc.h] Error 1
make[4]: Leaving directory
`/home/jason/pgsql/pgsql/src/interfaces/ecpg/preproc'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/jason/pgsql/pgsql/src/interfaces/ecpg'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jason/pgsql/pgsql/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jason/pgsql/pgsql/src'
make: *** [all] Error 2

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jasongodden 2003-09-23 12:40:49 Re: Building from CVS issues
Previous Message Hiroshi Inoue 2003-09-23 10:45:16 Re: Improving REINDEX for system indexes (long)