From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB3Zs-0004sq-9e for qemu-devel@nongnu.org; Tue, 04 Oct 2011 07:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB3Zr-0006pY-0k for qemu-devel@nongnu.org; Tue, 04 Oct 2011 07:54:28 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:40383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB3Zq-0006p4-Nf for qemu-devel@nongnu.org; Tue, 04 Oct 2011 07:54:26 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p94BsLs9010428 for ; Tue, 4 Oct 2011 11:54:21 GMT Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p94BsLU81908924 for ; Tue, 4 Oct 2011 12:54:21 +0100 Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p94BsKiu011879 for ; Tue, 4 Oct 2011 05:54:20 -0600 Message-ID: <4E8AF3EB.1010103@de.ibm.com> Date: Tue, 04 Oct 2011 13:54:19 +0200 From: Christian Borntraeger MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] build errors on s390 tcg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Stefan Weil , Carsten Otte , Alexander Graf , rth@twiddle.net With todays qemu git I get the following error when compiling for s390: In file included from /home/cborntra/REPOS/qemu/tcg/tcg.c:175:0: /home/cborntra/REPOS/qemu/tcg/s390/tcg-target.c:677:13: error: conflictin= g types for =91tcg_out_mov=92 /home/cborntra/REPOS/qemu/tcg/tcg.c:76:13: note: previous declaration of = =91tcg_out_mov=92 was here /home/cborntra/REPOS/qemu/tcg/s390/tcg-target.c:689:13: error: conflictin= g types for =91tcg_out_movi=92 /home/cborntra/REPOS/qemu/tcg/tcg.c:77:13: note: previous declaration of = =91tcg_out_movi=92 was here /home/cborntra/REPOS/qemu/tcg/s390/tcg-target.c:829:20: error: conflictin= g types for =91tcg_out_ld=92 /home/cborntra/REPOS/qemu/tcg/tcg.c:74:13: note: previous declaration of = =91tcg_out_ld=92 was here /home/cborntra/REPOS/qemu/tcg/s390/tcg-target.c:839:20: error: conflictin= g types for =91tcg_out_st=92 /home/cborntra/REPOS/qemu/tcg/tcg.c:81:13: note: previous declaration of = =91tcg_out_st=92 was here make[1]: *** [tcg/tcg.o] Error 1 reverting c0ad3001bf12292b137b05e1c4643f31c6b0a727 ""tcg: Add forward dec= larations for local functions" solves the problem, but it just hides the problem. Any ideas howto solve = that properly? Christian