Re: [Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread Gonglei (Arei)
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@gmail.com] > Sent: Tuesday, July 01, 2014 4:23 PM > To: chenliang (T) > Cc: qemu-devel@nongnu.org; peter.mayd...@linaro.org; Paolo Bonzini; > Gonglei (Arei); Anton Ivanov > Subject: Re: [Qemu-devel] T

Re: [Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread ChenLiang
On 2014/7/1 16:17, Paolo Bonzini wrote: > 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/

Re: [Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread Stefan Hajnoczi
On Tue, Jul 01, 2014 at 04:00:52PM +0800, ChenLiang wrote: > Qemu compiles failed. What is your kernel version? I guess you're running an old kernel without recvmmsg(). So the kernel headers are missing the mmsghdr struct. If you would like to contribute a patch to fix this, please introduce a

Re: [Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread Laurent Desnogues
On Tue, Jul 1, 2014 at 10:17 AM, Paolo Bonzini wrote: > 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

Re: [Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread Paolo Bonzini
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 t

[Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread ChenLiang
Hi, Qemu compiles failed. ./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: