From: | Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, gaolin01(at)beyondsoft(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #15889: PostgreSQL failed to build due to error MSB8020 with MSVC on windows |
Date: | 2019-07-10 15:43:53 |
Message-ID: | CAC+AXB1Vjg5Po+bSttHNtVPs2eu-Y8dmn9iBmZbBFH9PGc0ErA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, Jul 10, 2019 at 2:51 PM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> On Wed, Jul 10, 2019 at 07:53:51PM +1000, Haribabu Kommi wrote:
> > I agree that we can think of using MSBuild.exe instead of nmake. I am also
> > not sure whether MSBuild is available in all the visual studio versions
> > [1].
> >
> > [1] - https://en.wikipedia.org/wiki/MSBuild
>
> Well, we could consider switching to MSBuild.exe only on HEAD and v12,
> where we don't need to support the same range of VS versions. That
> sounds like a rather safe bet, and I'd be rather fine to integrate
> that if it makes the build scripts more solid.
Instead of substituting an executable for another, maybe using an
environment variable from the vcvarsall script will make it more
straightforward.
Regards,
Juan José Santamaría Flecha
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-07-10 20:02:50 | Re: ERROR: found unexpected null value in index |
Previous Message | Manuel Rigger | 2019-07-10 15:39:22 | ERROR: negative bitmapset member not allowed in SELECT |