From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZUU-00048X-CD for qemu-devel@nongnu.org; Fri, 12 Oct 2012 03:17:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMZUP-0007V5-Kv for qemu-devel@nongnu.org; Fri, 12 Oct 2012 03:17:02 -0400 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:48758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZUO-0007S8-Tk for qemu-devel@nongnu.org; Fri, 12 Oct 2012 03:16:57 -0400 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 12 Oct 2012 12:46:32 +0530 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9C7GTUw4719050 for ; Fri, 12 Oct 2012 12:46:29 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9CCkAef028521 for ; Fri, 12 Oct 2012 23:46:10 +1100 Message-ID: <5077C3CB.2000705@linux.vnet.ibm.com> Date: Fri, 12 Oct 2012 15:16:27 +0800 From: Bing Bu Cao MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Build the qemu with spice support return error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: QEMU Developers 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