From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: librte_table build race with SYMLINK-FILE? Date: Mon, 11 Apr 2016 20:53:25 +0200 Message-ID: <2518867.aO0Ei6J8ID@xps13> References: <570B8078.7060409@netinsight.net> <20160411111531.5044d1d9@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, bruce.richardson@intel.com, jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org To: Stephen Hemminger , Simon =?ISO-8859-1?Q?K=E5gstr=F6m?= Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 563B3A6A for ; Mon, 11 Apr 2016 20:53:28 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id l6so158373085wml.1 for ; Mon, 11 Apr 2016 11:53:28 -0700 (PDT) In-Reply-To: <20160411111531.5044d1d9@xeon-e3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-11 11:15, Stephen Hemminger: > On Mon, 11 Apr 2016 12:46:16 +0200 > Simon K=E5gstr=F6m wrote: > > In file included from [...]lib/librte_table/rte_table_lpm.c:43:0: > > [...]/dpdk.build/include/rte_lpm.h:484:25: fatal error: rte_lpm_sse= .h: > > No such file or directory > > #include "rte_lpm_sse.h" >=20 > The issue is a missing dependency in the mk file for LPM. There is already this line: DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) +=3D lib/librte_lpm