Can't build latest CVS:
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
Doh! False alarm guys - was caused by erroneous local modifications :(
Chris
On Sun, 21 Sep 2003, Christopher Kings-Lynne wrote:
Show quoted text
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 typeChris
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
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