From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhigang Wang Subject: qemu-xen-unstable build error Date: Fri, 28 May 2010 15:23:52 +0800 Message-ID: <4BFF6F88.9020801@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Hi Ian, I hit an error when compiling latest xen-unstable + qemu-xen-unstable: $ DESTDIR=3D/share/tmp/pkg/xen-unstable/dist/install make install-tools ... qemu successfuly configured for Xen qemu-dm build make -C ioemu-dir install =3D=3D=3D PCI passthrough capability has been enabled =3D=3D=3D make[3]: Entering directory `/share/tmp/pkg/qemu-xen-unstable' CC qemu-nbd.o In file included from ./config-host.h:20, from ./qemu-common.h:33, from qemu-nbd.c:20: ./xen-config-host.h:31: error: expected =91=3D=92, =91,=92, =91;=92, =91a= sm=92 or =91__attribute__=92 before =91*=92 token make[3]: *** [qemu-nbd.o] Error 1 make[3]: Leaving directory `/share/tmp/pkg/qemu-xen-unstable' make[2]: *** [subdir-install-ioemu-dir] Error 2 make[2]: Leaving directory `/share/tmp/pkg/xen-unstable/tools' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/share/tmp/pkg/xen-unstable/tools' make: *** [install-tools] Error 2 Seems this commit is incomplete: commit ffb0cf2ad55e952dae55e6166c4fcea79be6cd30 Author: Ian Jackson Date: Thu Apr 15 17:01:15 2010 +0100 Change callers of libxc to use new libxc API. Signed-off-by: Ian Jackson I cannot find the definition of xc_interface. Checkout to commit 805ed3b20492d2f4bb465bfda65cedd286e23209 can finish th= e build. Thanks, Zhigang