Re: Compilation errors

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compilation errors
Date: 2007-02-28 15:34:19
Message-ID: 45E5A0FB.8010402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gregory Stark wrote:
> Does anyone happen to know what it is about my build environment that causes
> these errors? I get a similar slew of errors from each flex lexer we built
> including the plpgsql lexer, the ecpg lexer, etc. Do I have the wrong version
> of flex installed? Something else? It's quite annoying, especially as the beta
> version of Emacs I'm using seems to not be able to parse these lines.
>
> In file included from gram.y:9493:
> scan.c:7050: warning: no previous prototype for 'base_yyget_lineno'
>
>
[snip]

What versions of flex and bison are you using? It's a bit hard to
diagnose without knowing that ;-)

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-02-28 15:47:04 Re: COMMIT NOWAIT Performance Option
Previous Message Jonah H. Harris 2007-02-28 15:27:48 Re: COMMIT NOWAIT Performance Option