Re: [Qemu-devel] Windows build broken

2007-12-12 Thread JonY
Stefan Weil wrote: basetyps.h is included by windows.h / rpc.h. QEMU does not need it, so you can avoid it like this: #define WIN32_LEAN_AND_MEAN #include WIN32_LEAN_AND_MEAN reduces the number of includes in windows.h and increases compilation speed. And you don't have to rename variables lik

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread Stefan Weil
basetyps.h is included by windows.h / rpc.h. QEMU does not need it, so you can avoid it like this: #define WIN32_LEAN_AND_MEAN #include WIN32_LEAN_AND_MEAN reduces the number of includes in windows.h and increases compilation speed. And you don't have to rename variables like interface :-) Rega

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread Eduardo Felipe
2007/12/12, C.W. Betts <[EMAIL PROTECTED]>: > > Could you perhaps give a patch? I don't feel like going through and > changing every instance of BlockInterfaceType to something else. > Having a closer look I think the underlying problem is a name conflict with a #define in Mingw's header file ba

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread C.W. Betts
Could you perhaps give a patch? I don't feel like going through and changing every instance of BlockInterfaceType to something else. - Original Message - From: Eduardo Felipe To: qemu-devel@nongnu.org Sent: Wednesday, December 12, 2007 3:41 AM Subject: Re: [Qemu-

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread Eduardo Felipe
2007/12/12, C.W. Betts <[EMAIL PROTECTED]>: > > Same problem with cygwin. I think it's a problem with BlockInterfaceType > not being correctly parsed on mingw-gcc for some odd reason. Hi, I don't think it is related with BlockInterfaceType itself. The problem is to use "interface" as a variabl

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread C.W. Betts
Same problem with cygwin. I think it's a problem with BlockInterfaceType not being correctly parsed on mingw-gcc for some odd reason. - Original Message - From: "Balazs Attila-Mihaly (Cd-MaN)" <[EMAIL PROTECTED]> To: "Qemu Devel" Sent: Tuesday, December 11, 2007 8:05 PM Subject: [Qemu-d

RE: [Qemu-devel] Windows build broken

2005-07-13 Thread Andreas Bollhalder
I have it up and running again. At the end, I have deleted the local source of SDL and QEMU and checked it out from CVS again. Something went wrong localy on my machine, but I don't know what it was :( Sorry for reporting this not-a-bug. Andreas > -Original Message- > From: [EMAIL PROTEC