Re: VS 2015 support in src/tools/msvc

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Petr Jelinek <petr(at)2ndquadrant(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: VS 2015 support in src/tools/msvc
Date: 2016-04-06 22:44:40
Message-ID: CAB7nPqSokOHU0N-eqUQTU=ZEei5h=S4Lc+R=RZ9W=Ki+znRvxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 7, 2016 at 6:11 AM, Petr Jelinek <petr(at)2ndquadrant(dot)com> wrote:
> On 06/04/16 22:50, Andrew Dunstan wrote:
>> I have spent way too much time on this and don't have it working yet.
>> I'm setting up a sacrificial VM from scratch in a last ditch attempt to
>> get it working.
>>
>> Things to note so far:
>>
>> * VS2015 appears to create version 12 solution files, not version 14,
>> and the tools complained about version 14.
>> * Windows git (the successor to msysGit) apparently no longer ships
>> with bison and flex. So if you need those (i.e. to built from git,
>> not tarball) you're probably going to need to install the MsysDTK
>> even if you're not using its compiler.
>
> It's fun to set it up yes. I do have the machine with buildfarm client ready
> still (although now also traveling so slightly complicated to get to it) but
> I didn't activate it yet as I don't want it to just report failures forever.

Petr, did you actually try the patches I sent? I did my tests using
the community version of Visual Studio 2015 and a full install of it.
If I am the only able to make those working, well we surely have a
problem captain.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-04-06 22:50:00 Re: VS 2015 support in src/tools/msvc
Previous Message Tom Lane 2016-04-06 22:40:57 Re: IF (NOT) EXISTS in psql-completion