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 <[EMAIL PROTECTED]> 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 > >