From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuU1G-0006To-SI for qemu-devel@nongnu.org; Sat, 11 Sep 2010 13:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuU1F-0005SF-Cn for qemu-devel@nongnu.org; Sat, 11 Sep 2010 13:37:42 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:65406) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuU1F-0005S9-6k for qemu-devel@nongnu.org; Sat, 11 Sep 2010 13:37:41 -0400 Received: by gxk22 with SMTP id 22so1273172gxk.4 for ; Sat, 11 Sep 2010 10:37:40 -0700 (PDT) Message-ID: <4C8BBE63.3010607@codemonkey.ws> Date: Sat, 11 Sep 2010 12:37:39 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adhyas Avasthi Cc: qemu-devel@nongnu.org On 09/10/2010 06:59 PM, Adhyas Avasthi wrote: > When I try to run the following commands on rc1 or fresh git (synced 5 > minutes back), I get the following error: > > bash-3.2$ ./configure --disable-kvm --disable-xen > bash-3.2$ make > Please include the full output of configure. Why are you explicitly using --disable-kvm and --disable-xen? Regards, Anthony Liguori > Makefile:24: no file name for `-include' > make-3.79.1-p7[1]: *** No rule to make target `loader.o', needed by > `all'. Stop. > make-3.79.1-p7: *** [subdir-libhw32] Error 2 > > Any pointers as to what might be causing it? > > -- > Adhyas > ******************************************************************** > Two types have compatible type if their types are the same. > — ANSI C Standard, 3.1.2.6. > ******************************************************************** > >