From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3vYT-00031n-GY for qemu-devel@nongnu.org; Fri, 21 Jul 2006 10:00:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3vYR-0002zF-Ec for qemu-devel@nongnu.org; Fri, 21 Jul 2006 10:00:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3vYR-0002yw-3K for qemu-devel@nongnu.org; Fri, 21 Jul 2006 10:00:35 -0400 Received: from [64.233.182.191] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3vYr-0001Oi-38 for qemu-devel@nongnu.org; Fri, 21 Jul 2006 10:01:01 -0400 Received: by nf-out-0910.google.com with SMTP id a25so759906nfc for ; Fri, 21 Jul 2006 07:00:33 -0700 (PDT) Message-ID: Date: Fri, 21 Jul 2006 16:00:27 +0200 From: Sim Subject: Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..) In-Reply-To: <44C09D49.6020304@xtal.rwth-aachen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44BF466C.9070908@xtal.rwth-aachen.de> <44C09D49.6020304@xtal.rwth-aachen.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 > You're still not using the most up-to-date version (from CVS*). > Additionally more information on your host system would be helpful. Hi Jan ! Thanks for your reply and CVS address. Here my configure and make per CVS version. ---------------------------------------------------------------------- # ./configure --disable-gfx-check --disable-sdl --disable-audio --target-list=i386-softmmu which: no texi2html in (/sbin:/usr/sbin:/usr/ucb:/bin:/usr/bin:/etc:/usr/local/bin:/opt/xsentry/sbin:/root/bin) Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /usr/local/src/qemu C compiler gcc Host C compiler gcc make make install install host CPU i386 host big endian no target list i386-softmmu gprof enabled no profiler no static build no SDL support no mingw32 support no Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support yes Documentation no ---------------------------------------------------------------------- # make gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -I. -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c block-vvfat.c -lz gcc -Wall -O2 -g -fno-strict-aliasing -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c make -C i386-softmmu all make[1]: Entering directory `/usr/local/src/qemu/i386-softmmu' gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I.. -I/usr/local/src/qemu/target-i386 -I/usr/local/src/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/local/src/qemu/fpu -DHAS_AUDIO -I/usr/local/src/qemu/slirp -c -o vl.o /usr/local/src/qemu/vl.c /usr/local/src/qemu/vl.c: In function `init_get_clock': /usr/local/src/qemu/vl.c:547: error: `CLOCK_MONOTONIC' undeclared (first use in this function) /usr/local/src/qemu/vl.c:547: error: (Each undeclared identifier is reported only once /usr/local/src/qemu/vl.c:547: error: for each function it appears in.) /usr/local/src/qemu/vl.c: In function `get_clock': /usr/local/src/qemu/vl.c:559: error: `CLOCK_MONOTONIC' undeclared (first use in this function) make[1]: *** [vl.o] Error 1 make[1]: Leaving directory `/usr/local/src/qemu/i386-softmmu' make: *** [subdir-i386-softmmu] Error 2 root@doncamillo /usr/local/src/qemu# vi /usr/local/src/qemu/vl.c Now the error is different! ---------------------------------------------------------------------- My host is a Trustix Linux version 2.2 ( http://www.trustix.org ) The packages installed are: # rpm -qa | grep gcc gcc-cpp-3.3.4-3tr gcc-c++-devel-3.3.4-3tr gcc-runtime-3.3.4-3tr gcc-3.3.4-3tr gcc-c++-runtime-3.3.4-3tr # uname -a Linux test 2.4.32-1tr #1 Wed Feb 8 12:58:36 GMT 2006 i686 i686 i386 GNU/Linux For my test I'm using VmWare and HP DL380: Performance - Xeon 3.4 GHz Fattore di forma Montabile in rack - 2 U Dimensioni (LxPxH) 44.5 cm x 66.1 cm x 8.6 cm Processore 2 x Intel Xeon 3.4 GHz RAM 2 GB (installati) / 12 GB (max) - DDR II SDRAM - ECC - 400 MHz - PC2-3200 Storage controller RAID ( Ultra320 SCSI ) ( Smart Array 6i Controller ) Controller grafico ATI RAGE XL - 8 MB Networking Scheda di rete - PCI-X - Ethernet, Fast Ethernet, Gigabit Ethernet Cache per processore 1 MB If you need more info don't esitate to contact me. Thanks!