qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Build the qemu with spice support return error


From: Bing Bu Cao
Subject: [Qemu-devel] Build the qemu with spice support return error
Date: Fri, 12 Oct 2012 15:16:27 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Hi,

I want to build qemu(not qemu-kvm) with spice support enabled.

1.build spice

cd $SRC_ROOT/spice
./autogen.sh
make install

2.build qemu
cd $SRC_ROOT/qemu
./configure --target-list=x86_64-softmmu --enable-spice
make

return error:
/qemu/hw/i386/../qxl.c: In function ‘interface_set_client_capabilities’:
.../qemu/hw/i386/../qxl.c:965:20: error: ‘QXLRom’ has no member named ‘client_present’ .../qemu/hw/i386/../qxl.c:966:27: error: ‘QXLRom’ has no member named ‘client_capabilities’ .../qemu/hw/i386/../qxl.c:967:13: error: ‘QXLRom’ has no member named ‘client_present’ .../qemu/hw/i386/../qxl.c:968:20: error: ‘QXLRom’ has no member named ‘client_capabilities’ .../qemu/hw/i386/../qxl.c:971:26: error: ‘QXL_INTERRUPT_CLIENT’ undeclared (first use in this function) .../qemu/hw/i386/../qxl.c:971:26: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [hw/i386/../qxl.o] Error 1

I have pull the latest source code and it still can not work,so I think
the qxl.h need updated in the master ref? right?


--
Best Regards,
Bing Bu Cao




reply via email to

[Prev in Thread] Current Thread [Next in Thread]