Re: [HACKERS] Can't build latest CVS:

2003-09-20 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > gmake -C parser parse.h > gmake[3]: Entering directory > `/usr/home/chriskl/pgsql-server/src/backend/parser' > bison -y -d gram.y > gram.y:1820.51-52: $$ of `OptLocation' has no declared type > gram.y:1821.99-100: $$ of `OptLocation' has no dec

Re: [HACKERS] Can't build latest CVS:

2003-09-20 Thread Christopher Kings-Lynne
Doh! False alarm guys - was caused by erroneous local modifications :( Chris On Sun, 21 Sep 2003, Christopher Kings-Lynne wrote: > gmake -C parser parse.h > gmake[3]: Entering directory > `/usr/home/chriskl/pgsql-server/src/backend/parser' > bison -y -d gram.y > gram.y:1820.51-52: $$ of `OptLo

[HACKERS] Can't build latest CVS:

2003-09-20 Thread Christopher Kings-Lynne
gmake -C parser parse.h gmake[3]: Entering directory `/usr/home/chriskl/pgsql-server/src/backend/parser' bison -y -d gram.y gram.y:1820.51-52: $$ of `OptLocation' has no declared type gram.y:1821.99-100: $$ of `OptLocation' has no declared type Chris ---(end of broadcas