From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 9C303A05D3 for ; Mon, 20 May 2019 11:04:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6AE685689; Mon, 20 May 2019 11:04:30 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6935F5592 for ; Mon, 20 May 2019 11:04:28 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 May 2019 02:04:27 -0700 X-ExtLoop1: 1 Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.96]) by orsmga002.jf.intel.com with SMTP; 20 May 2019 02:04:25 -0700 Received: by (sSMTP sendmail emulation); Mon, 20 May 2019 10:04:24 +0100 Date: Mon, 20 May 2019 10:04:24 +0100 From: Bruce Richardson To: adham@mellanox.com Cc: dev@dpdk.org Message-ID: <20190520090423.GA1343@bricha3-MOBL.ger.corp.intel.com> References: <20190520081952.1046496-1-adham@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190520081952.1046496-1-adham@mellanox.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH] doc: fix helloworld build on Windows 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" On Mon, May 20, 2019 at 11:19:52AM +0300, adham@mellanox.com wrote: > From: Adham Masarwah > > The option -Dexamples=helloworld is missing. > The helloworld binary name was wrong. > Forcing clang may be required in some environments. > > Fixes: 196c650b8b63 ("doc: add guide for Windows") > > Signed-off-by: Adham Masarwah > --- Acked-by: Bruce Richardson