From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2EhU-0003SW-OH for qemu-devel@nongnu.org; Mon, 08 Aug 2005 16:58:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2EhN-0003NU-4I for qemu-devel@nongnu.org; Mon, 08 Aug 2005 16:58:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2EhM-0003JF-BA for qemu-devel@nongnu.org; Mon, 08 Aug 2005 16:58:16 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E2Ell-0003wT-Fd for qemu-devel@nongnu.org; Mon, 08 Aug 2005 17:02:49 -0400 From: Paul Brook Subject: Re: [Qemu-devel] compile error with cvs version Date: Mon, 8 Aug 2005 21:48:22 +0100 References: <1E2ELI-1AQjho0@fwd34.aul.t-online.de> In-Reply-To: <1E2ELI-1AQjho0@fwd34.aul.t-online.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508082148.23173.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Monday 08 August 2005 21:35, MichaelHoeller@t-online.de wrote: > Hello, > > I do not get QEMU 0.7.1 from the cvs (7.8.2005) compiled with SuSE 9.2 . > It seem that make does not find cpu.h ... > I do have several cpu.h on my system: > make[1]: Entering directory `/home/michael/tmp/qemu-0.7.1/i386-user' > gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. > -I/home/michael/tmp/qemu-0.7.1/target-i386 It should be in this directory. Paul