building postgres on windows using meson libxml2 not found

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: building postgres on windows using meson libxml2 not found
Date: 2024-04-02 22:12:51
Message-ID: CADK3HHLbLpxgPbaTTMhKiV0jSDPgT8ekDQZ50_vNm1peCDwpHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

The command I am using is
meson setup --wipe build_dir -D
extra_include_dirs=c:/Users/davec/projects/postgres/libxml2-vc140-static-32_64.2.9.4.1\lib\native\include\libxml
-D
extra_lib_dirs=c:/Users/davec/projects/postgres/libxml2-vc140-static-32_64.2.9.4.1\lib\native\libs\x64\static\Release
--prefix=c:\postgresql

I've tried other libraries and no joy.

Logs attached.
Thanks in advance
Dave Cramer

Attachment Content-Type Size
meson-log.txt text/plain 443.5 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-04-02 22:18:53 Re: Statistics Import and Export
Previous Message Nathan Bossart 2024-04-02 22:01:32 Re: Popcount optimization using AVX512