From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48361 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvD7U-0004kn-AO for qemu-devel@nongnu.org; Mon, 13 Sep 2010 13:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvD7T-00023p-0c for qemu-devel@nongnu.org; Mon, 13 Sep 2010 13:47:08 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:60966) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvD7S-00023Y-Re for qemu-devel@nongnu.org; Mon, 13 Sep 2010 13:47:06 -0400 Received: by wyb39 with SMTP id 39so6821681wyb.4 for ; Mon, 13 Sep 2010 10:47:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4C8D5329.30508@codemonkey.ws> References: <4C8BBE63.3010607@codemonkey.ws> <4C8D2978.9050105@codemonkey.ws> <4C8D5329.30508@codemonkey.ws> Date: Mon, 13 Sep 2010 10:47:02 -0700 Message-ID: Subject: Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1 From: Adhyas Avasthi Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org Anthony Are you sure that this error is because the make version is not similar to yours? As I said, I cannot even make the rc1 image. The last stable image I can make is qemu-0.12.5 Even 0.12.5 also gives the make output initially that says "could not find -include" but continues to build without any issues. Maybe we decided to break build on this warning for 0.13 rc? I guess I am still stuck at this error and cannot compile qemu on my box. As for compiling with different targets, I am getting similar behavior for the following targets specifically "i386-softmmu, x86_64-softmmu, ppc-softmmu" If I give the target as "x86_64-linux-user" I get a different error (output reproduced below): bash-3.2$ make Makefile:331: no file name for `-include' GEN config-host.h GEN trace.h Makefile:23: no file name for `-include' make-3.79.1-p7[1]: *** No rule to make target `i386-dis.o', needed by `all'. Stop. make-3.79.1-p7: *** [subdir-libdis-user] Error 2 Any pointers to unblock me will be very helpful. Thanks, Adhyas