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-05-20T12:05:28Z
Lists: pgsql-bugs
> On 6 Apr 2020, at 08:36, Daniel Gustafsson <daniel@yesql.se> wrote:
> 
>> 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.

Can you please add this patch to the next commitfest to make it's not forgotten
about?

	https://commitfest.postgresql.org/28/

cheers ./daniel


Commits

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