From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 6913BC566 for ; Mon, 27 Jul 2015 15:30:54 +0200 (CEST) Received: by wibud3 with SMTP id ud3so140259748wib.1 for ; Mon, 27 Jul 2015 06:30:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3CiyEuiDPCNT0DouEaB7lSeGPGhN5nmj8xZ6Vt0g4/0=; b=O2DzFvU5YDsiQpHYNJeKEB+DfYg8qlHV3OLbR0zeGWWzKKMu8DH7E93Dpb6ePWqao4 zNixKxBOLF4Ld23rbsB2KO0vxhd8t1bZ/cpN+9uAR2+flFjtG0UknfJjofocIDy9vvvc aSCf8lLh/atVm+d5uQ2pvp6zoGqZZb2CTTk7R3eOPVC9O0vfeb7wwoUKIpFHD0meaSVB YWe2wwZ3p1eAhMf4X0lx8u/eroA2f/aQGxGze2jEna0PBR1q1F4rjdImNM+/8Dt7sZgB k/ze+WtFCJ49n0DcD3gF5iGzrQJbe3wQULR59YjqYi0nYvqv/24NJlaclFB1jbDQPcao EojA== X-Gm-Message-State: ALoCoQmX17PNlCcGpPQbNdCUaSfC6BjNs4YcP4VFzedyYYCY1c48N0o9eDwOtQcXqJ/ePbNHl+Zv X-Received: by 10.181.12.111 with SMTP id ep15mr23007557wid.15.1438003854285; Mon, 27 Jul 2015 06:30:54 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fs8sm27949915wjb.7.2015.07.27.06.30.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2015 06:30:53 -0700 (PDT) From: Thomas Monjalon To: "Iremonger, Bernard" , Stephen Hemminger Date: Mon, 27 Jul 2015 15:29:38 +0200 Message-ID: <1931448.vj2WJ2SqOu@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <8CEF83825BEC744B83065625E567D7C219F345F5@IRSMSX108.ger.corp.intel.com> References: <1437410000-15907-1-git-send-email-stephen@networkplumber.org> <1437410000-15907-5-git-send-email-stephen@networkplumber.org> <8CEF83825BEC744B83065625E567D7C219F345F5@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 4/4] bnx2x: enable PMD build 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: Mon, 27 Jul 2015 13:30:54 -0000 2015-07-27 09:42, Iremonger, Bernard: > Seeing a build error on Linux with build of bnx2x enabled > > == Build drivers/net/bnx2x > CC bnx2x.o > /root/dpdk_sforge_2/drivers/net/bnx2x/bnx2x.c:50:18: fatal error: zlib.h: No such file or directory > #include bnx2x requires zlib to be installed with its header. Stephen, it would be smoother to have a build option for the zip feature and disable it by default. Then the file pkg/dpdk.spec must be updated for this new dependency. One day, a configure script could replace such build options.