From: Bing Bu Cao <mars@linux.vnet.ibm.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Build the qemu with spice support return error
Date: Fri, 12 Oct 2012 15:16:27 +0800 [thread overview]
Message-ID: <5077C3CB.2000705@linux.vnet.ibm.com> (raw)
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
next reply other threads:[~2012-10-12 7:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-12 7:16 Bing Bu Cao [this message]
2012-10-12 7:31 ` [Qemu-devel] Build the qemu with spice support return error Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5077C3CB.2000705@linux.vnet.ibm.com \
--to=mars@linux.vnet.ibm.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.