From: | Vladlen Popolitov <v(dot)popolitov(at)postgrespro(dot)ru> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Cc: | Kohei Harikae <harikae(dot)kohei(at)fujitsu(dot)com> |
Subject: | Re: Windows meson build |
Date: | 2025-02-13 10:58:42 |
Message-ID: | 173944432278.159115.3197178459315468186.pgcf@coridan.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation: tested, failed
Hi!
This patch clarify the options used by meson to build PostgreSQL, how
to included libraries and include files from dependencies:
1) environment variable PKG_CONFIG_PATH
2) options -Dextra_include_dirs= and -Dextra_lib_dirs
This information useful for Windows builds and any other system,
where meson build is used.
+1 for commit
The new status of this patch is: Ready for Committer
From | Date | Subject | |
---|---|---|---|
Next Message | Ranier Vilela | 2025-02-13 11:16:47 | Re: Small memory fixes for pg_createsubcriber |
Previous Message | Dmitry Dolgov | 2025-02-13 10:50:14 | Re: pg_stat_statements and "IN" conditions |