From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dustin Kirkland Subject: Re: qemu-kvm broken after ./configure --disable-kvm Date: Mon, 22 Jun 2009 19:41:23 -0500 Message-ID: References: <4A30FBA3.1070404@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm To: Beth Kon Return-path: Received: from mail-bw0-f213.google.com ([209.85.218.213]:40836 "EHLO mail-bw0-f213.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966AbZFWAlV convert rfc822-to-8bit (ORCPT ); Mon, 22 Jun 2009 20:41:21 -0400 Received: by bwz9 with SMTP id 9so3585594bwz.37 for ; Mon, 22 Jun 2009 17:41:23 -0700 (PDT) In-Reply-To: <4A30FBA3.1070404@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 11, 2009 at 7:42 AM, Beth Kon wrote: > Building latest git with ./configure --disable-kvm breaks with errors= in > pcspk.c I'm building from latest git, as well, but I'm not using --disable-kvm. Still, I seem to be affected by this issue too. Am I missing a header or dependency? =2E.. CC mips-softmmu/pcspk.o /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:85: error: expected declaration specifiers or =91...=92 before =91kvm_pit_s= tate=92 /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:87: error: expected declaration specifiers or =91...=92 before =91kvm_pit_s= tate=92 /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c: In function =91pcspk_callback=92: /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:114: error: too many arguments to function =91kvm_get_pit_ch2=92 /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c: In function =91pcspk_ioport_read=92: /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:161: error: too many arguments to function =91kvm_get_pit_ch2=92 /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c: In function =91pcspk_ioport_write=92: /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:171: error: storage size of =91inkernel_state=92 isn=92t known /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:175: error: too many arguments to function =91kvm_get_pit_ch2=92 /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:185: error: too many arguments to function =91kvm_set_pit_ch2=92 /tmp/tmp.OdSUhAEONG/qemu-kvm-0.10.50.20090622191901/hw/pcspk.c:171: warning: unused variable =91inkernel_state=92 make[2]: *** [pcspk.o] Error 1 make[1]: *** [subdir-mips-softmmu] Error 2 =2E.. More complete log at: * http://launchpadlibrarian.net/28223193/buildlog_ubuntu-karmic-amd64.= qemu-kvm_0.10.50.20090622162008-0daily1_FAILEDTOBUILD.txt.gz Thanks, :-Dustin