Meson 0.60.2 with Visual Studio 2022? #9697
-
Hi, On Windows 10, I installed the latest release from this repo : meson-0.60.2-64.msi. It was published on Nov 25, ie. quite recently. I have upgraded Visual Studio to 2022. On the Builtin options documentation page of mesonbuild.com, I read this:
So, I type this command:
Which meson version do we need to use vs2022? Where can we find it if the latest release of the repo does not support it? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The meson documentation is built for git master. You will sometimes notice that parts of the documentation state that some things are new "since 0.61.0", which is not out yet. vs2022 support was added in #9558 (the PR was submitted the day after Microsoft released it) and will be available in the next feature release, which is meson 0.61 -- unfortunately, it's not currently possible for the documentation to state which version new values were added. (meson 0.60.2 is a maintenance release containing bugfixes, but not new features.) |
Beta Was this translation helpful? Give feedback.
-
Thanks, its perfectly makes sense. My project has the same characteristics, the online doc is at the repo level, sometimes ahead of the latest binary release. When do you plan a vs2022-aware release of meson? I do not use meson for my project, but it uses librist which uses meson for its build. Librist delivers no binary for VS and I have to build them by myself, ending up with needing meson for VS 2022. I am sure that all Windows developers who switched to VS 2022 have the same need. I think that the release of a new version of a major development environment such as VS is a sufficient reason for a new release of meson and all other development tools which work with VS 2019 and not with VS 2022. Thanks |
Beta Was this translation helpful? Give feedback.
The meson documentation is built for git master. You will sometimes notice that parts of the documentation state that some things are new "since 0.61.0", which is not out yet.
vs2022 support was added in #9558 (the PR was submitted the day after Microsoft released it) and will be available in the next feature release, which is meson 0.61 -- unfortunately, it's not currently possible for the documentation to state which version new values were added.
(meson 0.60.2 is a maintenance release containing bugfixes, but not new features.)