From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtjDw-0003Qy-OU for qemu-devel@nongnu.org; Wed, 07 May 2008 08:58:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtjDu-0003Pc-CI for qemu-devel@nongnu.org; Wed, 07 May 2008 08:58:20 -0400 Received: from [199.232.76.173] (port=42808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtjDu-0003PX-5B for qemu-devel@nongnu.org; Wed, 07 May 2008 08:58:18 -0400 Received: from ptb-relay01.plus.net ([212.159.14.212]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JtjDt-0002Ts-I2 for qemu-devel@nongnu.org; Wed, 07 May 2008 08:58:17 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by ptb-relay01.plus.net with esmtp (Exim) id 1JtjDe-0002H3-13 for qemu-devel@nongnu.org; Wed, 07 May 2008 13:58:02 +0100 Received: from njh.bandsman.co.uk (njh [192.168.1.2]) (authenticated bits=0) by bandsman.co.uk (8.14.2/8.14.1) with ESMTP id m47Cvx8d000418 for ; Wed, 7 May 2008 13:57:59 +0100 Message-ID: <4821A756.1060606@bandsman.co.uk> Date: Wed, 07 May 2008 13:57:58 +0100 From: Nigel Horne MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040303060105070201050701" Subject: [Qemu-devel] More SVN Compilation Woes 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 This is a multi-part message in MIME format. --------------040303060105070201050701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit gcc34 -I. -I.. -I/home/njh/src/qemu/trunk/target-i386 -I/home/njh/src/qemu/trunk -MMD -MP -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/njh/src/qemu/trunk/tcg -I/home/njh/src/qemu/trunk/tcg/i386 -I/home/njh/src/qemu/trunk/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/home/njh/src/qemu/trunk/slirp -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -ffast-math -Wpointer-arith -Wstrict-prototypes -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wall -O2 -fno-strict-aliasing -m32 -c -o translate.o /home/njh/src/qemu/trunk/target-i386/translate.c ... /usr/include/string.h:310: warning: shadowed declaration is here In file included from /home/njh/src/qemu/trunk/target-i386/translate.c:29: ../exec-all.h: In function `get_phys_addr_code': ../exec-all.h:563: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:310: warning: shadowed declaration is here In file included from /home/njh/src/qemu/trunk/tcg/tcg-op.h:28, from /home/njh/src/qemu/trunk/target-i386/translate.c:32: ./gen-op.h: At top level: ./gen-op.h:1: error: syntax error before "case" ./gen-op.h:3: error: syntax error before '(' token ./gen-op.h:10: error: syntax error before '(' token ./gen-op.h:17: error: syntax error before '(' token ./gen-op.h:24: error: syntax error before '(' token ./gen-op.h:31: error: syntax error before '(' token ./gen-op.h:38: error: syntax error before '(' token ./gen-op.h:45: error: syntax error before '(' token ./gen-op.h:52: error: syntax error before '(' token ./gen-op.h:59: error: syntax error before '(' token ./gen-op.h:66: error: syntax error before '(' token ./gen-op.h:73: error: syntax error before '(' token ./gen-op.h:80: error: syntax error before '(' token ./gen-op.h:87: error: syntax error before '(' token ./gen-op.h:94: error: syntax error before '(' token ./gen-op.h:101: error: syntax error before '(' token ./gen-op.h:108: error: syntax error before '(' token ./gen-op.h:115: error: syntax error before '(' token ./gen-op.h:122: error: syntax error before '(' token ./gen-op.h:129: error: syntax error before '(' token ./gen-op.h:136: error: syntax error before '(' token ./gen-op.h:144: error: syntax error before '(' token ./gen-op.h:145: error: syntax error before "uint32_t" ./gen-op.h:152: error: syntax error before '(' token ./gen-op.h:159: error: syntax error before '(' token ./gen-op.h:166: error: syntax error before '(' token ./gen-op.h:173: error: syntax error before '(' token ./gen-op.h:180: error: syntax error before '(' token ./gen-op.h:187: error: syntax error before '(' token ./gen-op.h:194: error: syntax error before '(' token ./gen-op.h:201: error: syntax error before '(' token ./gen-op.h:208: error: syntax error before '(' token ./gen-op.h:215: error: syntax error before '(' token ./gen-op.h:222: error: syntax error before '(' token ./gen-op.h:229: error: syntax error before '(' token ./gen-op.h:236: error: syntax error before '(' token ./gen-op.h:245: error: syntax error before '(' token ./gen-op.h:246: error: syntax error before "uint32_t" ./gen-op.h:247: error: syntax error before "uint32_t" -Nigel --------------040303060105070201050701 Content-Type: text/x-vcard; charset=utf-8; name="njh.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="njh.vcf" begin:vcard fn:Nigel Horne n:Horne;Nigel org:NJH Music adr:Pogmoor;;28 Wharfedale Road;Barnsley;South Yorkshire;S75 2LJ;UK email;internet:njh@bandsman.co.uk tel;fax:+44 870 705 9334 note:Skype: nigelhorne x-mozilla-html:FALSE url:http://www.bandsman.co.uk version:2.1 end:vcard --------------040303060105070201050701--