From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | kyzevan23(at)mail(dot)ru |
Subject: | Incorrect option name for meson build |
Date: | 2024-08-26 07:15:25 |
Message-ID: | 172465652540.862882.17808523044292761256@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/12/catalog-pg-type.html
Description:
Page:
https://www.postgresql.org/docs/16/install-meson.html#CONFIGURE-AUTO-FEATURES-MESON
Description:
Hello! As indicated in the "Build Process Details" section, in order to
control all features when building with a meson, you need to specify the
--auto_features option. But when I specify this option, the meson says that
it doesn't know it. But it knows the option -Dauto_features:
Example:
$ meson setup --auto_features=enabled build
usage: meson [-h]
{setup,configure,dist,install,introspect,init,test,wrap,subprojects,rewrite,compile,devenv,env2mfile,format,fmt,help}
...
meson: error: unrecognized arguments: --auto_features=enabled
$ meson setup -Dauto_features=enabled build
The Meson build system
Version: 1.5.1
Source dir: $HOME/postgresql
Build dir: $HOME/postgresql/build
Build type: native build
Project name: postgresql
Project version: 16.4
...
---
Best regards,
Egor Chindyaskin
Postgres Professional: https://postgrespro.com
From | Date | Subject | |
---|---|---|---|
Next Message | sheng yan | 2024-08-26 15:41:23 | Does the html document style has some problem of inline code? |
Previous Message | David Rowley | 2024-08-21 23:59:19 | Re: Re: Supplements and suggestions and about postgresql sequence setval function in the documents |