From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) by dpdk.org (Postfix) with ESMTP id AA1835917 for ; Mon, 26 Aug 2013 10:49:51 +0200 (CEST) Received: by mail-la0-f49.google.com with SMTP id ev20so2118378lab.22 for ; Mon, 26 Aug 2013 01:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Gb/nMKhHOuoSZs/ZcG8hHC5kG2zcSUJyEzMAHwl2yf8=; b=cG11fW5Ypd+MfYbzwQ8LRXklYCCHTw5RzotXNHJedCmDCrdCXvmgf7xHgqbGKXS5rC ymxL+HKZ9nmfmcgcrTpBuEgijg145T2Lqkz/DQaRUptQ1Tl3abIEHiREZCQd0y3uDA2/ EUd9JdK9XN8ZJmN7SsIM04pJJeG7PRy65jHJFRUgpj151YTGt8DXMThvcyuoDhdQflFJ FZDurJm9oMVc4Y2JQlKK8BLXP8XzNcj0//NPKewopY/appcenfYLAXI0iYH5zO/zGkKR pvQr41W2fvDgWrBlojtm1vURIjk1mJXu3T1wJsQQLcbjO8jHI3zhpzlr1oE6n3sgjMNo ThnQ== X-Received: by 10.112.42.68 with SMTP id m4mr11985326lbl.4.1377507022893; Mon, 26 Aug 2013 01:50:22 -0700 (PDT) Received: from [172.16.141.168] (sestofw01.enea.se. [192.36.1.252]) by mx.google.com with ESMTPSA id ur6sm4754282lbc.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Aug 2013 01:50:19 -0700 (PDT) Message-ID: <521B16C2.2010400@gmail.com> Date: Mon, 26 Aug 2013 10:50:10 +0200 From: =?UTF-8?B?RGF2aWQgTnlzdHLDtm0=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Monjalon References: <16204110.8Pd7xlAD8U@x220> <5466413.XGg3uDHj8f@x220> <521B1399.3030600@gmail.com> In-Reply-To: <521B1399.3030600@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] compile error in fedora19 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, 26 Aug 2013 08:49:52 -0000 On 08/26/2013 10:36 AM, David Nyström wrote: > On Sat 24 Aug 2013 03:58:59 PM CEST, Thomas Monjalon wrote: >> 24/08/2013 05:44, Nulik Nol : >>> Thomas Monjalon wrote: >>>> I've sent some patches which are still waiting for review. >>>> Anybody (including you) may review them. >>> > > > >> I understand you haven't tested them. Could you test please ? > > Built cleanly on Ubuntu 13.10, 3.11.0-2-generic, which is 3.11-rc5. > > As for a review, I can reply to the original patch, however, > check your GCC 4.8 build fix patch, you are only comparing the first > character of > buf and string_elt_strs[i].result. > Is this the intended result ? > Arrgh, Never mind this, missed a parathesis. its OK. Br, David