Hi, On 2024-11-05 06:32:51 +0000, 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?
You can use pkgconf or cmake for the dependencies. I don't want to add "raw" dependency handling for every dependency, they each build in too many variants for that to be a sensible investment of time. Greetings, Andres Freund