Il 23/04/2012 10:13, Zhi Hui Li ha scritto: > Ater I git pull to the newest version, > I make qemu, the error happen: > > > CC x86_64-softmmu/vga.o > CC x86_64-softmmu/memory.o > CC x86_64-softmmu/savevm.o > CC x86_64-softmmu/xen-all.o > cc1: warnings being treated as errors > /home/mm/code-new/qemu-2012-3-19/test-new/qemu/xen-all.c: In function > ‘xen_hvm_inject_msi’: > /home/mm/code-new/qemu-2012-3-19/test-new/qemu/xen-all.c:132:5: error: > implicit declaration of function ‘xc_hvm_inject_msi’ > /home/mm/code-new/qemu-2012-3-19/test-new/qemu/xen-all.c:132:5: error: > nested extern declaration of ‘xc_hvm_inject_msi’ > make[1]: *** [xen-all.o] Error 1 > make: *** [subdir-x86_64-softmmu] Error 2 > > > I don't know why, can anyone help me ? thank you very much !
A pull request has been sent for this. In the meanwhile, if you don't use Xen you can just comment out the offending line. Paolo