public inbox for [email protected]help / color / mirror / Atom feed
Re: Windows meson build 3+ messages / 2 participants [nested] [flat]
* Re: Windows meson build @ 2025-02-13 10:58 Vladlen Popolitov <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Vladlen Popolitov @ 2025-02-13 10:58 UTC (permalink / raw) To: [email protected]; +Cc: Kohei Harikae <[email protected]> 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 ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Windows meson build @ 2025-02-13 11:38 Vladlen Popolitov <[email protected]> parent: Vladlen Popolitov <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Vladlen Popolitov @ 2025-02-13 11:38 UTC (permalink / raw) To: [email protected]; +Cc: Kohei Harikae <[email protected]> Vladlen Popolitov писал(а) 2025-02-13 17:58: > 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! Previous email has text "failed". It is generated by "send review" function, I do not know, how to change it (tried in other browsers). Nothing failed in this patch. -- Best regards, Vladlen Popolitov. ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Windows meson build @ 2026-03-27 14:13 Peter Eisentraut <[email protected]> parent: Vladlen Popolitov <[email protected]> 0 siblings, 0 replies; 3+ messages in thread From: Peter Eisentraut @ 2026-03-27 14:13 UTC (permalink / raw) To: Vladlen Popolitov <[email protected]>; [email protected]; +Cc: Kohei Harikae <[email protected]> On 13.02.25 12:38, Vladlen Popolitov wrote: > Vladlen Popolitov писал(а) 2025-02-13 17:58: >> 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! > > Previous email has text "failed". It is generated by "send review" > function, > I do not know, how to change it (tried in other browsers). > > Nothing failed in this patch. This patch is pretty old but it was still hanging around as open in the commitfest app. I realize that the way the PostgreSQL build process finds all the dependencies is pretty complicated right now. With configure some of them are found the old way using CPPFLAGS/LDFLAGS, some via specific foo-config scripts, some via pkg-config, some via specific custom code. With meson, similarly, but the actual details are different in each case. Maybe we should document all of this accurately, or maybe it would be unmaintainable. In any case, I don't think your patch has enough coverage to make this better, it just describes some specific scenario that works for you, and it moves some text out of context where it doesn't make sense anymore. Maybe this kind of information is better in a how-to document or blog post, and from there we could generalize the information and maybe feed it back into the documentation. ^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2026-03-27 14:13 UTC | newest] Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2025-02-13 10:58 Re: Windows meson build Vladlen Popolitov <[email protected]> 2025-02-13 11:38 ` Vladlen Popolitov <[email protected]> 2026-03-27 14:13 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox