From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvDLJ-00027g-Ha for qemu-devel@nongnu.org; Mon, 13 Sep 2010 14:01:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvDLI-00040A-8O for qemu-devel@nongnu.org; Mon, 13 Sep 2010 14:01:25 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:41861) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvDLI-000400-65 for qemu-devel@nongnu.org; Mon, 13 Sep 2010 14:01:24 -0400 Received: by gya1 with SMTP id 1so2565237gya.4 for ; Mon, 13 Sep 2010 11:01:23 -0700 (PDT) Message-ID: <4C8E66F1.5090802@codemonkey.ws> Date: Mon, 13 Sep 2010 13:01:21 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1 References: <4C8BBE63.3010607@codemonkey.ws> <4C8D2978.9050105@codemonkey.ws> <4C8D5329.30508@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adhyas Avasthi Cc: =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org On 09/13/2010 12:47 PM, Adhyas Avasthi wrote: > 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? > What OS are you running? Is this Solaris 10? Yes, I'm very sure that this is your version of make. Regards, Anthony Liguori > 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 >