From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.marchand@6wind.com>
Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com
 [209.85.218.41]) by dpdk.org (Postfix) with ESMTP id 8E8945A76
 for <dev@dpdk.org>; Thu,  5 Mar 2015 14:54:13 +0100 (CET)
Received: by oifz81 with SMTP id z81so11708889oif.2
 for <dev@dpdk.org>; Thu, 05 Mar 2015 05:54:13 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:date
 :message-id:subject:from:to:cc:content-type;
 bh=rM5s9phydq5ysom3zA9h+KtPVIpVXopHr6h6GSwBubU=;
 b=Jq07Syu/95Cnyiffs8OKdOsL1lxAHByiY3SpGeCuxkM46W/VR35W9Kqt/eQuGIohdd
 nscOZPmlZK63PikUlTIW8EoplLrqUU5vcgMsnLXZoc8CcG7RQaKQ7ZylEF8DPH2caaGH
 LmSP+dBZ6oiKWah7YXZx3eY6gp3mPQcFn5nwfkHl1ItH3buCAqNFa93WTH0z1c9QfoFT
 aZwWTM66n8+3qFXWa3EfXotnChp/7vogSyrG3rtO3tSIsg7wrZ0cgIg7euc9EHR06wok
 6J0UmibN8+0kLVo+/AGJSruw32AaPvLdcW8bj4ZeJU0X86n2qdHHgkPX6yRKq/H5Gz7A
 1ssg==
X-Gm-Message-State: ALoCoQl9ScVoYpe3iHj4ckpFQrVEGDnRKTJsPIJ0jgYhxEDEDwsLgZ4+ei7gftRzmgga5uTHlAgL
MIME-Version: 1.0
X-Received: by 10.202.129.70 with SMTP id c67mr6645412oid.46.1425563652911;
 Thu, 05 Mar 2015 05:54:12 -0800 (PST)
Received: by 10.76.34.35 with HTTP; Thu, 5 Mar 2015 05:54:12 -0800 (PST)
In-Reply-To: <1425563425-13647-1-git-send-email-michael.qiu@intel.com>
References: <1425561339-13300-4-git-send-email-michael.qiu@intel.com>
 <1425563425-13647-1-git-send-email-michael.qiu@intel.com>
Date: Thu, 5 Mar 2015 14:54:12 +0100
Message-ID: <CALwxeUsEMNyi7Bwgmr80=cOgxFw2fJh=rdO0hbErpFec_98QLA@mail.gmail.com>
From: David Marchand <david.marchand@6wind.com>
To: Michael Qiu <michael.qiu@intel.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev]
 =?utf-8?q?=5BPATCH_3/3_v2=5D_librte=5Feal/common=3A_Fi?=
 =?utf-8?q?x_redeclaration_of_enumerator_=E2=80=98REG=5FEAX=E2=80=99?=
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Mar 2015 13:54:13 -0000

On Thu, Mar 5, 2015 at 2:50 PM, Michael Qiu <michael.qiu@intel.com> wrote:

> include/rte_cpuflags.h:154:2: error: redeclaration of enumerator =E2=80=
=98REG_EAX=E2=80=99
> In file included from /usr/include/signal.h:358:0,
>                  from /usr/include/sys/wait.h:30,
>                  from /root/dpdk/app/test/test_mp_secondary.c:50:
> /usr/include/sys/ucontext.h:180:3: note: previous definition of =E2=80=98=
REG_EAX=E2=80=99
> was here
>
> In i686, from REG_EAX to REG_EDX are all defined in
>         /usr/include/sys/ucontext.h
>
> Rename to CPU_REG_EAX to avoid this issue.
>
> Signed-off-by: Michael Qou <michael.qiu@intel.com>
>

NAK.

You did not answer my question.
This mail title is broken anyway.


--=20
David Marchand