Re: [Qemu-devel] PPC build errors in CVS

2007-10-07 Thread J. Mayer
On Sun, 2007-10-07 at 18:40 -0400, Daniel Jacobowitz wrote: > On Sun, Oct 07, 2007 at 11:45:51PM +0200, J. Mayer wrote: > > I also took a look in C 99 specification and I saw no restriction on > > writing: > > do_this(a, > > #ifdef _this_is_defined > > b, > > #else > > c, > > #endif > >

Re: [Qemu-devel] PPC build errors in CVS

2007-10-07 Thread Daniel Jacobowitz
On Sun, Oct 07, 2007 at 11:45:51PM +0200, J. Mayer wrote: > I also took a look in C 99 specification and I saw no restriction on > writing: > do_this(a, > #ifdef _this_is_defined > b, > #else > c, > #endif > d); > when do_this() is defined as a macro. > > May I suggest you to use

Re: [Qemu-devel] PPC build errors in CVS

2007-10-07 Thread J. Mayer
On Sun, 2007-10-07 at 17:06 -0400, Robert Reif wrote: > PPC compiling has been broken for me in CVS for a few days and is > getting worse. > I'm running Red Hat 9. > plain text document attachment (ppc.errors.txt) The current CVS builds here, at least on amd64 and x86. But Red Hat as a long tradi

[Qemu-devel] PPC build errors in CVS

2007-10-07 Thread Robert Reif
PPC compiling has been broken for me in CVS for a few days and is getting worse. I'm running Red Hat 9. make -C i386-linux-user all make[1]: Entering directory `/home/wine/qemu/i386-linux-user' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/wine/qemu/i386-linux-user' mak