Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger

2005-05-05 Thread Daniel Egger
On 05.05.2005, at 10:09, Pierre d'Herbemont wrote: switch to gcc-3.3... It is still included with in the package. Or use Daniel Egger solution (seems to work only for i386-softmmu): I just wanted to mention to those of you trying to compile Qemu on Darwin with the latest gcc snapshots that you n

Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger

2005-05-05 Thread Pierre d'Herbemont
On 4 mai 05, at 08:48, Natalia Portillo wrote: Hi! I'm getting (along with a LOT of warnings) the following error when trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple): TiBook:~/qemu claunia$ make for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit

Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger

2005-05-04 Thread Paul Brook
On Wednesday 04 May 2005 07:48, Natalia Portillo wrote: > Hi! > > I'm getting (along with a LOT of warnings) the following error when > trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple): > > TiBook:~/qemu claunia$ make > for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ >

[Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger

2005-05-04 Thread Natalia Portillo
Hi! I'm getting (along with a LOT of warnings) the following error when trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple): TiBook:~/qemu claunia$ make for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit 1 ; \ done ../dyngen -c -o opc.h op.o