From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5A062A0032; Fri, 12 Nov 2021 23:17:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD1B040E25; Fri, 12 Nov 2021 23:17:19 +0100 (CET) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by mails.dpdk.org (Postfix) with ESMTP id AD8AC40692 for ; Fri, 12 Nov 2021 23:17:18 +0100 (CET) Received: by mail-lf1-f43.google.com with SMTP id br15so21954670lfb.9 for ; Fri, 12 Nov 2021 14:17:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XJOH5QOLWPT1rWvCnsja1d6YvvNYWmXcHQLEPKdT9e8=; b=AC8XmttsXdxDFPcjiu7PyazHY2oWHbGXzuKkK/yaueeiPPvfToWUxa305uHgI77D/3 MFQrBwsKY0CMVvUtZTXjf4njuKq3BOsfbKIqbXWrk/NuJ93eef7nETA6Ag3M+LK82Mit izsPnbs4BTWVBgKk8Djnej6hCMbWcpw7NU9p1I9eUqx3DLVqP0rbKN7QhcztVxssKsGd IhTNIfPXW54NpdEo+jXYbfv473LLYWsUCGe5ihJros0/riRX8D/npYWgd76zzSn+g+to 05FUf4w+qIBxl+Uemf1reDQNYn8sHloLIEeCpj4wKnVNYZmzwCrsqBdTHz4noUnz+5W9 tGlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XJOH5QOLWPT1rWvCnsja1d6YvvNYWmXcHQLEPKdT9e8=; b=EYwwMMnz469C8CQLh0sDw+l3x5mxzfRWx+A0quSiUHwItxM+J0Lumik3Xo4qoYpUc/ CTe44PM3Pvu8lNaYMEWP/UJjxMxVusbOEbLFwUhDvZIvuj3JHcwIVv9yn+TnR15hl4bg qCvudjphD6MRGdB8LADK1hf5dBFxgiSJfrzjR6MeVUFJpIs59QP7BiuWB3vn1A/5D3KZ NVx1uEz3LkozEjjHS2Efm2mgU66dLPxWA/HPCDK/ps5h0uwHCo2KU3t36IoUo70Qy6Ht /fFojhuEKj1k+tbEKVQ8t3wCVhbEUdnmesQBN6eCMidIACuvrF4rkqsNT6npEzAzM3F4 4gLQ== X-Gm-Message-State: AOAM533Y1d3KiE3hUhRSvw2P+o0dN29U07LBsILSXcF2x7M47IfMcMjK +hpnVeZQiwL45SqV5IxWd0gC1z6+Ln8= X-Google-Smtp-Source: ABdhPJxB+IDrXq+vkEbAIXWwZ1oDiRJWs0N4ia7UVoQCg4p3CdvI3vTLqwQpm3yvFu0/vTy5orvE4w== X-Received: by 2002:ac2:5d2d:: with SMTP id i13mr16945383lfb.175.1636755437959; Fri, 12 Nov 2021 14:17:17 -0800 (PST) Received: from sovereign.. (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id w24sm683027lfu.24.2021.11.12.14.17.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 14:17:17 -0800 (PST) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Dmitry Kozlyuk , Thomas Monjalon , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam Subject: [PATCH] doc: discourage using meson 0.58 on Windows Date: Sat, 13 Nov 2021 01:17:08 +0300 Message-Id: <20211112221708.336712-1-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.29.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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 Signed-off-by: Dmitry Kozlyuk --- doc/guides/windows_gsg/build_dpdk.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/windows_gsg/build_dpdk.rst b/doc/guides/windows_gsg/build_dpdk.rst index 8083227ea4..38b3068d7b 100644 --- a/doc/guides/windows_gsg/build_dpdk.rst +++ b/doc/guides/windows_gsg/build_dpdk.rst @@ -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 `_. + Install the Backend ------------------- -- 2.29.3