From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JULZw-0004bm-7H for qemu-devel@nongnu.org; Wed, 27 Feb 2008 07:40:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JULZu-0004bN-T9 for qemu-devel@nongnu.org; Wed, 27 Feb 2008 07:40:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JULZu-0004bK-MJ for qemu-devel@nongnu.org; Wed, 27 Feb 2008 07:40:06 -0500 Received: from wx-out-0506.google.com ([66.249.82.239]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JULZt-0005Xd-Qc for qemu-devel@nongnu.org; Wed, 27 Feb 2008 07:40:06 -0500 Received: by wx-out-0506.google.com with SMTP id h31so2767680wxd.4 for ; Wed, 27 Feb 2008 04:40:05 -0800 (PST) Message-ID: <40a4ed590802270440m3fce1baer203ccb2014a2bd28@mail.gmail.com> Date: Wed, 27 Feb 2008 13:40:04 +0100 From: "Zeno Davatz" Subject: Re: [Qemu-devel] error: syntax error before "tcg_ctx" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <40a4ed590802270010o3d3e900k50dd41b33d2d58ef@mail.gmail.com> <20080227122648.GA18423@networkno.de> 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 Dear List Thank you for your replies. I do: wget http://qemu-forum.ipi.fi/qemu-snapshots/qemu-snapshot-2008-02-27_05.tar.bz2 tar -xjf qemu-snapshot-2008-02-27_05.tar.bz2 ./configure sudo make And then I get that error. Is the code that I download from the website as mentioned above not "complete" so I can just do a "configure" "make" and "make install"? Thank you for your Feedback. Best Zeno On Wed, Feb 27, 2008 at 1:34 PM, Johannes Schindelin wrote: > Hi, > > On Wed, 27 Feb 2008, Thiemo Seufer wrote: > > > > > Zeno Davatz wrote: > > > > > I am not a developer but I just tested the latest > > > qemu-snapshot-2008-02-27_05 on my Gentoo Maschine and I get the > > > following error after doing "./configure" and and "sudo make": > > > > > > gcc-3.3.6 -I. -I.. > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/target-i386 > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05 -MMD -MP > > > -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/tcg > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/tcg/i386 > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/fpu > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/linux-user > > > -I/home/zeno/.software/qemu-snapshot-2008-02-27_05/linux-user/i386 > > > -Wall -O2 -g -fno-strict-aliasing -m32 -c -o translate-all.o > > > /home/zeno/.software/qemu-snapshot-2008-02-27_05/translate-all.c > > > /home/zeno/.software/qemu-snapshot-2008-02-27_05/translate-all.c:32:17: > > > tcg.h: No such file or directory > > > > Looks like your source tree is incomplete. > > Maybe an update with "cvs -d" is needed? > > Ciao, > Dscho > >