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
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
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
devel] Windows build broken
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. T
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
11, 2007 8:05 PM
Subject: [Qemu-devel] Windows build broken
Trying to build the current CVS Head with Mingw under windows, the result is
the following error message:
In file included from tap-win32.c:31:
sysemu.h:125: error: syntax error before ';' token
sysemu.h:137: error: syntax e
Trying to build the current CVS Head with Mingw under windows, the result is
the following error message:
In file included from tap-win32.c:31:
sysemu.h:125: error: syntax error before ';' token
sysemu.h:137: error: syntax error before ',' token
sysemu.h:138: error: syntax error before ')' token
rom: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Andreas Bollhalder
> Sent: Tuesday, July 12, 2005 6:20 PM
> To: qemu-devel@nongnu.org
> Subject: [Qemu-devel] Windows build broken
>
>
> Hi
>
> I hav built the current CVS of QEMU on my WinXP SP2 host wit
Hi
I hav built the current CVS of QEMU on my WinXP SP2 host with
MinGW-3.1.0-1 / MSYS-1.0.10.
Now, when starting QEMU, I get a black screen. No BIOS information is
printed out and the QEMU window stays black. The console is working
and QEMU seems to do something. The laster build I had done was f