From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKyV7-0005cd-Fv for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:49:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKyV2-0005aj-QJ for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:49:12 -0400 Received: from [199.232.76.173] (port=60196 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKyV2-0005aa-CH for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:49:08 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:60242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKyV1-0001Ss-Vf for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:49:08 -0400 Received: by ewy7 with SMTP id 7so4259777ewy.34 for ; Sun, 28 Jun 2009 10:49:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <8e04b5820906270952o34cf6c5bu2410e2680fe37344@mail.gmail.com> References: <8e04b5820906270952o34cf6c5bu2410e2680fe37344@mail.gmail.com> Date: Sun, 28 Jun 2009 19:49:06 +0200 Message-ID: <5b31733c0906281049p5d44b157k6a5396911a46dbf0@mail.gmail.com> Subject: Re: [Qemu-devel] Building Qemu 0.10.5 fails with an error about missing tcg-target.h From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Ciprian Dorin, Craciun" Cc: qemu-devel@nongnu.org On Sat, Jun 27, 2009 at 6:52 PM, Ciprian Dorin, Craciun wrote: > =A0 =A0Hello all! > > =A0 =A0I've tried to build Qemu 0.10.5 and it fails with: > ... > error: tcg-target.h: No such file or directory > warning: "TCG_TARGET_REG_BITS" is not defined > ... > > =A0 =A0I've attached a file that contains both build commands and output. > I'm on Debian Lenny i386 with a 2.6.30 kernel, and GCC 4.2. I've tried > also Qemu 0.10.0 and the same thing happens. (I've also pasted below > only the build script.) > > =A0 =A0Am I missing something? > Can you please post config-host.mak as generated by ./configure script? Specifically the ARCH=3D... line it would be interesting. Best regards, Filip Navara