From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tFy-00024v-JW for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:17:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1tFp-0001YA-Db for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:17:38 -0400 Received: from mail-qc0-x236.google.com ([2607:f8b0:400d:c01::236]:59419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tFp-0001Y3-8j for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:17:29 -0400 Received: by mail-qc0-f182.google.com with SMTP id m20so8111967qcx.27 for ; Tue, 01 Jul 2014 01:17:29 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53B26E93.6090300@redhat.com> Date: Tue, 01 Jul 2014 10:17:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <53B26AB4.50100@huawei.com> In-Reply-To: <53B26AB4.50100@huawei.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] The master branch qemu compiles failed. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ChenLiang , "qemu-devel@nongnu.org" , peter.maydell@linaro.org, Gonglei Il 01/07/2014 10:00, ChenLiang ha scritto: > ./configure --enable-debug --target-list=x86_64-softmmu > make -j > > net/l2tpv3.c: In function ‘net_l2tpv3_process_queue’: > net/l2tpv3.c:368: error: invalid use of undefined type ‘struct mmsghdr’ > net/l2tpv3.c:369: error: dereferencing pointer to incomplete type > net/l2tpv3.c:370: error: dereferencing pointer to incomplete type > net/l2tpv3.c:371: error: dereferencing pointer to incomplete type > net/l2tpv3.c: In function ‘net_l2tpv3_send’: > net/l2tpv3.c:445: error: invalid use of undefined type ‘struct mmsghdr’ > net/l2tpv3.c:448: warning: implicit declaration of function ‘recvmmsg’ > net/l2tpv3.c:448: warning: nested extern declaration of ‘recvmmsg’ > net/l2tpv3.c: In function ‘destroy_vector’: > net/l2tpv3.c:472: error: dereferencing pointer to incomplete type > net/l2tpv3.c:473: error: dereferencing pointer to incomplete type > net/l2tpv3.c:478: error: dereferencing pointer to incomplete type > net/l2tpv3.c:480: error: increment of pointer to unknown structure > net/l2tpv3.c:480: error: arithmetic on pointer to an incomplete type > net/l2tpv3.c: In function ‘build_l2tpv3_vector’: > net/l2tpv3.c:492: error: invalid application of ‘sizeof’ to incomplete type ‘struct mmsghdr’ > net/l2tpv3.c:495: error: dereferencing pointer to incomplete type > net/l2tpv3.c:496: error: dereferencing pointer to incomplete type > net/l2tpv3.c:498: error: dereferencing pointer to incomplete type > net/l2tpv3.c:504: error: dereferencing pointer to incomplete type > net/l2tpv3.c:505: error: dereferencing pointer to incomplete type > net/l2tpv3.c:506: error: dereferencing pointer to incomplete type > net/l2tpv3.c:507: error: dereferencing pointer to incomplete type > net/l2tpv3.c:508: error: increment of pointer to unknown structure > net/l2tpv3.c:508: error: arithmetic on pointer to an incomplete type What OS and, if Linux, what distro? Paolo