Re: BUG #16343: Build problem: Install.pm "Could not find debug or release binaries"

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: noeld.mueller@googlemail.com, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2020-04-06T06:36:29Z
Lists: pgsql-bugs
> On 4 Apr 2020, at 17:08, PG Bug reporting form <noreply@postgresql.org> wrote:

> It turned out that I got another, completely unrelated configure-file 7
> folders up the hierarchy.
> Inserting an elsif fixed it.
> 
> So, please consider merging this one into the Install.pm. It worked for me
> on Windows 10 Home with vcpkg/MSVC, haven't tried it on other platforms,
> though.

While I haven't tested it, the proposed change makes perfect sense, we need a
conditional between the two.  +1 on this.

cheers ./daniel


Commits

  1. Fix MSVC installations with multiple "configure" files detected