]> git.droids-corp.org - dpdk.git/commitdiff
doc: discourage using Meson 0.58 on Windows
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Fri, 12 Nov 2021 22:17:08 +0000 (01:17 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Nov 2021 08:50:23 +0000 (09:50 +0100)
Meson 0.58 and above cannot build DPDK on Windows with clang.
Recommend the latest known working version
and warn about the issue and the affected versions.

Suggested-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
doc/guides/windows_gsg/build_dpdk.rst

index 8083227ea465aeecef8c3b423758bd18e4ab16c6..38b3068d7b7f1d3efb31b5b39bf5e55db03ec2b9 100644 (file)
@@ -64,7 +64,11 @@ A good option to choose is the MSI installer for both meson and ninja together::
 
        http://mesonbuild.com/Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer%22
 
-Recommended version is either Meson 0.57.0 (baseline) or the latest release.
+Recommended version is Meson 0.57.
+
+Versions starting from 0.58 are unusable with LLVM toolchain
+because of a `Meson issue <https://github.com/mesonbuild/meson/issues/8981>`_.
+
 
 Install the Backend
 -------------------