Re: compile from git repository - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: compile from git repository
Date
Msg-id CABUevEyGFEfceTgpvBf+iW3Yqpz5ypTFMsYES=9zE-ES-8+b0Q@mail.gmail.com
Whole thread Raw
In response to Re: compile from git repository  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: compile from git repository
List pgsql-hackers
On Tue, Aug 30, 2011 at 16:30, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 08/30/2011 07:11 AM, 权宗亮 wrote:
>>> I try to compile from git repository and get some errors.
>>>
>>> Windows 7 x86
>>> VC Express 2008
>>> perl v5.8.9
>>> flex 2.5.4a-1
>>> bison 2.4.1
>
>> Your version of flex is too old.
>
> Hmm ... had the OP been using configure, he'd have been told that by the
> build scripts.  Should the MSVC build scripts be improved to check the
> versions of bison and flex?

We do it for bison already. It probably shouldn't be too hard to do
the same for flex.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: compile from git repository
Next
From: Tom Lane
Date:
Subject: Re: Join push-down for foreign tables