Re: Compilation errors - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Compilation errors
Date
Msg-id 45E5A0FB.8010402@dunslane.net
Whole thread Raw
In response to Compilation errors  (Gregory Stark <stark@enterprisedb.com>)
List 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


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: COMMIT NOWAIT Performance Option
Next
From: Gregory Stark
Date:
Subject: Re: COMMIT NOWAIT Performance Option