Re: Windows meson build

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: "Kohei Harikae (Fujitsu)" <harikae(dot)kohei(at)fujitsu(dot)com>, "'pgsql-hackers(at)lists(dot)postgresql(dot)org'" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Windows meson build
Date: 2024-11-06 18:07:59
Message-ID: 607d9338-ce2b-4983-9279-0ac545b8128f@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05.11.24 07:32, Kohei Harikae (Fujitsu) wrote:
> I do not use pkgconf in my Windows environment.
> In my Windows environment, I could not build the following OSS with meson.
> - 0001 icu
> - 0002 libxml
> - 0003 libxslt
> - 0004 lz4
> - 0005 tcl
> - 0006 zlib
> - 0007 zstd
>
> [1]thread, I created a patch like the one in the attached file, and now I can build.
> Would you like to be able to build OSS with Windows meson without using pkgconf?

The problem I see with these patches is that they create a separate code
path for Windows. Right now, all platforms use the same code path for
discovering the dependencies, which is nice for maintainability.

So I suggest the solution here is for you to install pkgconf and use it.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey M. Borodin 2024-11-06 18:14:29 Re: UUID v7
Previous Message Alvaro Herrera 2024-11-06 17:53:07 Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails