Thread: Can't build latest CVS:

Can't build latest CVS:

From
Christopher Kings-Lynne
Date:
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




Re: Can't build latest CVS:

From
Christopher Kings-Lynne
Date:
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 `OptLocation' has no declared type
> gram.y:1821.99-100: $$ of `OptLocation' has no declared type
>
> Chris
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



Re: Can't build latest CVS:

From
Tom Lane
Date:
Christopher Kings-Lynne <chriskl@familyhealth.com.au> 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 declared type

Uh ... there is no 'OptLocation' in CVS-tip gram.y (nor AFAICT in
any recent version either).
        regards, tom lane