Re: cvs (7/2/2003) broken? - Mailing list pgsql-bugs

From Elias Athanasopoulos
Subject Re: cvs (7/2/2003) broken?
Date
Msg-id 20030211001344.D8236@neutrino.particles.org
Whole thread Raw
In response to Re: cvs (7/2/2003) broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: cvs (7/2/2003) broken?  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-bugs
On Mon, Feb 10, 2003 at 02:30:52PM -0500, Tom Lane wrote:
> >> make[4]: Entering directory `/home/anteater/psql/pgsql/src/backend/optimizer/util'
> >> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include   -c -o clauses.o clauses.c
> >> clauses.c:2322:1: directives may not be used inside a macro argument
> >> clauses.c:2322:1: unterminated argument list invoking macro "IsA"
> >> make[4]: *** [clauses.o] Error 1
>
> I don't see that here ... did you do a clean rebuild ("make clean" or
> preferably "make distclean" at top level)?

I just updated my CVS and re-configured the tree. It passed.

Unfortunately I have another problem:

make[5]: Leaving directory `/usr/lib/cvs/psql/pgsql/src/port'
bison -y -d  preproc.y
preproc.y:5590: fatal error: maximum table size (32767) exceeded
make[4]: *** [preproc.h] Error 1

And my GNU bison is version 1.28.

I'll maybe have to upgrade. Thanx for your answer.

Regards,
Elias

--
University of Athens            I bet the human brain
Physics Department                is a kludge --Marvin Minsky

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #896: Column Constraint Not Working in ALTER TABLE ADD COLUMN?
Next
From: Florian Wunderlich
Date:
Subject: Re: Bug #866 related problem (ATTN Tom Lane)