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 7FBB0A0C40; Wed, 4 Aug 2021 22:19:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E04F4014F; Wed, 4 Aug 2021 22:19:24 +0200 (CEST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by mails.dpdk.org (Postfix) with ESMTP id 7578A40143 for ; Wed, 4 Aug 2021 22:19:22 +0200 (CEST) Received: by mail-lf1-f47.google.com with SMTP id f42so6530777lfv.7 for ; Wed, 04 Aug 2021 13:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=rR62rBJK47CSCkQy4wqeopkDLE3qHfYouZVGRGoW5q8=; b=SxBDtQG9JHHFP/AVdgjM1EHAd5iTEvSKgbJXkyplJjumMT/e2q9xr/e0Z4yErhLI1Y QcVbKTYzE+BhARGvoRnPQK7acDn3NP0VUymwy+AAqqnXmwb1j8ZS7yYPDL0QUKFmnc6y yL6xYnZtKG4xIwN/CpZDDE52GV7ffi7v0hYjW0GY47IhjNfbm8XvPGDFObYzbcW6F4Tk M5k64Ux8KSzAuI0wqT3VtRjibQSVDLIg9GipLw1rzj3uok2pZbjtLPtf4Frp27XPKwxK 8zhaMFQqFJPHBN3/djXTgEfkbh0hBSFrdc4mUSrblwOpKX1uvjz6ohNyT5ynj5mpQyTI IgrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=rR62rBJK47CSCkQy4wqeopkDLE3qHfYouZVGRGoW5q8=; b=M9O6xXDWZDrh7MoJExerSQ+/uMmfjxK0gkP6kOgJZPg+oeFc6K4DiLSG8oKSgnuRML UwGQG2VeirWg9GnBrfmB/QYcMSCgHd1idrXnyLtie9l2yYY6t3hffW8noB442fAgfgvS vL3I28c89CKZ/drt9TjWPAfVAwJkolFc49PPZUmDoBVm58l6AT++8rDc2rQZK6Ay4g+c kSyDVWOB44UBg7VJIzLslf4P9tThVRGdBk06VDE2MsSdZHEoY3yG9M2NwXhSpcTVoVW+ gsrGcmLZm0G0F/B63UnQzmKAqVN4fJ1kWqNSE022FFbtHo/w5C71T95MdxvSNpycBILh 836w== X-Gm-Message-State: AOAM531Y6PkNhNQuTTUJRZX+Pb8CwS6kf0XO6LnvL/vQga8QakQjcB9x LgIJx/4H3/9jcuRSx7TjxjQ= X-Google-Smtp-Source: ABdhPJzt/ui4Xkz+V5lyINn1O4A+98y7RO8SsBOSLpGYabLWx7wtYPghQVpfXXgpukFdQ+sUQAOrmA== X-Received: by 2002:a05:6512:3b89:: with SMTP id g9mr740319lfv.96.1628108361858; Wed, 04 Aug 2021 13:19:21 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id b12sm145938lfq.193.2021.08.04.13.19.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Aug 2021 13:19:21 -0700 (PDT) Date: Wed, 4 Aug 2021 23:19:19 +0300 From: Dmitry Kozlyuk To: Sergey Madaminov Cc: William Tu , dpdk-dev Message-ID: <20210804231919.32bc6e98@sovereign> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] DPDK meson build failed on Windows 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 Sender: "dev" 2021-08-04 14:28 (UTC-0500), Sergey Madaminov: > I've taken a look at this issue. As Dmitry said it is related to the bug > within meson with having slashes escaping characters. It matters for the > current meson build files in the DPDK for Windows as there is a reliance on > strings for some file names. What do you mean? "librte_kvargs.lib" from the error message should be "lib\rte_kvargs.lib" because "rte_kvargs.lib" is produced inside "lib" directory. It is pure meson error in generating ninja commands. > I believe that it is solvable by replacing > strings and transitioning to variables. So if there is an interest in that > or a need to use higher versions of meson I can try to rewrite meson build > files to solve this problem. Chances I may do that anyway as for current > OvS meson builds I need meson 0.59.0 version. DPDK meson.build files must stay compatible with meson 0.49.2.