Re: PSA: Autoconf has risen from the dead

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: PSA: Autoconf has risen from the dead
Дата
Msg-id 20220705190236.7gjthmr35a46xehv@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: PSA: Autoconf has risen from the dead  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PSA: Autoconf has risen from the dead  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PSA: Autoconf has risen from the dead  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

On 2022-07-05 14:52:05 -0400, Tom Lane wrote:
> I dunno anything about the other steps Andres mentioned, but
> presumably they're independent of where you got meson from.

Yea. They might not be independent of where you get other dependencies from
though. Does macports install headers / libraries into a path that's found by
default? Or does one have to pass --with-includes / --with-libs to configure
and set PKG_CONFIG_PATH, like with homebrew?

Except that with meson doing PKG_CONFIG_PATH should suffice for most (all?)
dependencies on macos, and that the syntax for with-includes/libs is a bit
different (-Dextra_include_dirs=... and -Dextra_lib_dirs=...) and that
optionally one can use a parameter (--pkg-config-path) instead of
PKG_CONFIG_PATH, that part shouldn't really differ from what's neccesary
for configure.

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: [PATCH] Implement INSERT SET syntax
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size