Re: Error building for 64-bit Windows (10)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: 近藤雄太 <kondo(at)sraoss(dot)co(dot)jp>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org, Brian Ye <brian(dot)y(dot)ye(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, buildfarm(at)sraoss(dot)co(dot)jp
Subject: Re: Error building for 64-bit Windows (10)
Date: 2021-05-27 10:55:18
Message-ID: YK96liJOS8u6TJoX@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, May 27, 2021 at 07:21:16PM +0900, 近藤雄太 wrote:
> First, the config option that specified the kerberos installation
> directory was still "krb5", so we changed it to "gss".

Thanks Kondo-san. Wow. So this has been actually untested for many
years. The stuff got renamed in the MSVC scripts as of 74a72ec from
2014.

> Secondly, kerberos SDK (include, lib) was not installed on hamerkop, so
> we installed it. After that, we made sure that the "include" (not "inc")
> directory existed under the kerberos installation directory
> "C:\Program Files\MIT\Kerberos" which we set to "gss".
>
> Please check.

From what I can see, hamerkop now fails to build, which is what I
would expect with the current code. I'll go fix this stuff and
backpatch, that should bring this buildfarm to green.
--
Michael

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2021-05-27 14:26:45 Re: pg_type_d.h location incorrect
Previous Message 近藤雄太 2021-05-27 10:21:16 Re: Error building for 64-bit Windows (10)