From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/10] Fix build errors related to exported headers Date: Tue, 23 Aug 2016 18:36:57 +0200 Message-ID: <1730769.nrCndssr6G@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 3C88A2B92 for ; Tue, 23 Aug 2016 18:37:00 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id i5so203630792wmg.0 for ; Tue, 23 Aug 2016 09:37:00 -0700 (PDT) In-Reply-To: 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" After rebasing the patchset, the compilation of each patch seems good. But the new checks fail with clang: rte_memcpy.h:814:2: error: implicit declaration of function '_mm_alignr_epi8' is invalid in C99 Other comments about the script: - it is too long (can it be parallelized?) - it does not stop printing errors after the first one