Re: compile failure in HEAD

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile failure in HEAD
Date: 2003-03-28 02:04:26
Message-ID: 200303280204.h2S24Ql18851@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Are you using Bison 1.875?

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> I seem to be getting this:
>
> gmake[3]: Entering directory `/home/chriskl/pgsql-temp/src/backend/parser'
> bison -y -d gram.y
> gram.y:4260.4-4307.10: type clash (`boolean' `keyword') on default action
> gram.y:4307.11: parse error, unexpected ":", expecting ";" or "|"
> gmake[3]: *** [parse.h] Error 1
>
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2003-03-28 03:40:32 Re: updateable cursors & visibility
Previous Message Christopher Kings-Lynne 2003-03-28 02:01:13 compile failure in HEAD