From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 72667A0531; Tue, 4 Feb 2020 00:03:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 918F31BFB0; Tue, 4 Feb 2020 00:03:01 +0100 (CET) Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by dpdk.org (Postfix) with ESMTP id 2A7DC1BF95 for ; Tue, 4 Feb 2020 00:03:01 +0100 (CET) Received: by mail-lj1-f170.google.com with SMTP id x14so16414366ljd.13 for ; Mon, 03 Feb 2020 15:03:01 -0800 (PST) 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=noAR4GtSmvfX48lhFOv8Wn20Xr5dnPa9O58ETQBXSqw=; b=ux+HqIBDMkpiCU8d9VyuPHBVxCt8vlXVr0Vp+kPs28b1TOI8dLIDjlf/3bnLbE+kmk ezlL3AegrygDJCqZfOVs5M/zlKxOXx2e33Ur0eaPH6gC672rCw2qsY5pkZAEBQ1o/2P9 X+eHl7wUPYMC93uGFfer7PrJz0wpWVYekFF69HoP7rT9MZfxCw+JM9JDmMIh5B48xtIu 6uj5Z0jL5PYFvWLnO2Zg/dTA3ICnqTNQzOyFknwqOk4CNSPD8QZplHbVk1sUnrB+qtbC ytPpU+0/+W7ELFaIN/ZchmHc3xwNinr45ZVLLP583G3KjAy3z+wULj0Mc45m1bHWo6nn 0AzA== 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=noAR4GtSmvfX48lhFOv8Wn20Xr5dnPa9O58ETQBXSqw=; b=XtaZ+/ABfoPA0SISeGCRaIXjBFDhqnsrCSaGE5h/YGbpXnAFrI6J2OAH2Er3nOt3gY XKg9WGBh75fcMmZq+vPJ39UyqEGbXyTggG5zKr/tBm7eadC0kjix3F1/6wHV+5dBQXSG 9uip72Gb1xUsf6cSlV9EL1xLvoH95id6qc9CLrF1/iZIJ/sXIOXYPYK9e+mU1tXkzNw4 d2se8uxWj7S6LnjxxNCfhm7eWwWDJmuMbzx2wh96cYX9tqFC/nVYQdIR4DBfwf8AYORZ BI2089hT8s6akHGBLzIx7TJHVCGM0b8UjeF5b4ekd09iqjk4Zte37PKm22OxaYC9/KEC q5xg== X-Gm-Message-State: APjAAAVu2yYP6pI2Qyftj808CxObgAanZoA1xFtyng4l+c+lKm+gHTKX 74EhFwT7XyeoiSmL9uzUYWA= X-Google-Smtp-Source: APXvYqy8/PWNDb42Yh1K1K79YGO5xQYq7gDqmaPdAzps08pEpJLw9MTI1Zt+BtqfAbQS46o+fspKXQ== X-Received: by 2002:a2e:884f:: with SMTP id z15mr15673606ljj.46.1580770980537; Mon, 03 Feb 2020 15:03:00 -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 x29sm11181700lfg.45.2020.02.03.15.02.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Feb 2020 15:02:59 -0800 (PST) Date: Tue, 4 Feb 2020 02:02:58 +0300 From: Dmitry Kozlyuk To: William Tu Cc: Jeremy Plsek , dev@dpdk.org Message-ID: <20200204020258.089cc360@Sovereign> In-Reply-To: References: <20c66c3e-35ee-9433-467d-6d72cd336149@iol.unh.edu> <20200201144347.487e20f2@Sovereign> <20200204010832.3501b03a@Sovereign> X-Mailer: Claws Mail 3.17.4 (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 Windows Build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" > From the step in > https://mesonbuild.com/Quick-guide.html#installation-from-source > I tried to compile meson by doing: > $ git clone https://github.com/mesonbuild/meson.git > $ cd meson > $ meson builddir > ERROR: Neither directory contains a build file meson.build. > > How do I generate a meson.build file? I build Meson from Windows command line (not Git Bash) as pip package: C:\src\meson> python setup.py install --user You need write permissions for C:\Python, so use elevated command prompt or an administrator account. To use the new version, make sure C:\Python\Scripts is in the beginning of your PATH (assuming C:\Python being your Python 3 installation directory). Don't forget to apply the patch, it's not in upstream yet. You can instead clone the fork directly: git clone -b msvc-linker-arg-prefix https://github.com/PlushBeaver/meson.git -- Dmitry Kozlyuk