From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EFC2FC134 for ; Tue, 16 Feb 2016 17:21:38 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 16 Feb 2016 08:21:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,456,1449561600"; d="scan'208";a="747343530" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 16 Feb 2016 08:21:36 -0800 Received: from sivlogin002.ir.intel.com (sivlogin002.ir.intel.com [10.237.217.37]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u1GGLZun009467; Tue, 16 Feb 2016 16:21:35 GMT Received: from sivlogin002.ir.intel.com (localhost [127.0.0.1]) by sivlogin002.ir.intel.com with ESMTP id u1GGLZAv004803; Tue, 16 Feb 2016 16:21:35 GMT Received: (from fyigit@localhost) by sivlogin002.ir.intel.com with œ id u1GGLYbv004799; Tue, 16 Feb 2016 16:21:35 GMT X-Authentication-Warning: sivlogin002.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f Date: Tue, 16 Feb 2016 16:21:34 +0000 From: Ferruh Yigit To: Thomas Monjalon Message-ID: <20160216162134.GA30782@sivlogin002.ir.intel.com> Mail-Followup-To: Thomas Monjalon , pablo.de.lara.guarch@intel.com, declan.doherty@intel.com, remy.horton@intel.com, dev@dpdk.org References: <1454691969-25734-1-git-send-email-thomas.monjalon@6wind.com> <1455606865-22680-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455606865-22680-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/3] fix C++ includes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 16:21:39 -0000 On Tue, Feb 16, 2016 at 08:14:22AM +0100, Thomas Monjalon wrote: > When trying to build a C++ application, some errors appear from DPDK headers. > 2 libraries are not fixed in this series: > - cmdline > - vhost which includes some not compliant Linux virtio headers > Hi Thomas, Out of curiosity, how can we detect C++ compilation problems, do we have a C++ sample application? Or how can we compile any existing application with c++, I tried "EXTRA_CFLAGS="-x c++" or "CC=g++" but both failed to compile. Thanks, ferruh