Re: compile from git repository

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, 权宗亮 <quanzongliang(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: compile from git repository
Date: 2011-08-30 14:43:16
Message-ID: CABUevEyGFEfceTgpvBf+iW3Yqpz5ypTFMsYES=9zE-ES-8+b0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 30, 2011 at 16:30, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-08-30 15:29:02 Re: Join push-down for foreign tables
Previous Message Tom Lane 2011-08-30 14:30:48 Re: compile from git repository