From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dp6B5-0002qb-SA for qemu-devel@nongnu.org; Sun, 03 Jul 2005 11:14:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dp6B5-0002qG-5e for qemu-devel@nongnu.org; Sun, 03 Jul 2005 11:14:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp655-0001Rw-SO for qemu-devel@nongnu.org; Sun, 03 Jul 2005 11:08:27 -0400 Received: from [213.228.0.62] (helo=postfix4-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dp5qg-0004I2-Lp for qemu-devel@nongnu.org; Sun, 03 Jul 2005 10:53:34 -0400 Message-ID: <1120401334.42c7f7b66c8fc@imp2-q.free.fr> Date: Sun, 03 Jul 2005 16:35:34 +0200 From: Pierre d'Herbemont Subject: Re: [Qemu-devel] Current CVS broken References: <43B36772-F9B8-499A-A93A-269FDF2EF3E4@teleline.es> In-Reply-To: <43B36772-F9B8-499A-A93A-269FDF2EF3E4@teleline.es> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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, Natalia Portillo Selon Natalia Portillo : > Hi! > > Before last commits the monitor wasn't working on MacOS X (it appears > but anything I write on it is ignored), and not it even doesn't compile= : > > gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/Users/ > claunia/qemu/target-mips -I/Users/claunia/qemu -D_GNU_SOURCE - > D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -I/Users/claunia/qemu/fpu - > I/Users/claunia/qemu/slirp -c -o ppc-dis.o /Users/claunia/qemu/ppc-dis.= c > In file included from /Users/claunia/qemu/ppc-dis.c:3076: > /Users/claunia/qemu/target-mips/cpu.h:25: error: parse error before > numeric constant > /Users/claunia/qemu/target-mips/cpu.h:25: warning: no semicolon at > end of struct or union > /Users/claunia/qemu/target-mips/cpu.h:27: error: parse error before > '}' token > /Users/claunia/qemu/target-mips/cpu.h:49: error: field `tlb' has > incomplete type > make[1]: *** [ppc-dis.o] Error 1 > make: *** [all] Error 1 Can you try to build using gcc -no-cpp-precomp? Pierre.