Re: [Qemu-devel] Re: Compile error on Windows

2006-08-17 Thread WaxDragon
Use this patch. http://lists.gnu.org/archive/html/qemu-devel/2006-08/msg00107.html Regards, Kazu I thought there was a patch floating around, but this is how I fixed it, since the code was already there. No idea if it's correct, but it let me build and boot on my win32 install. Index: vl.c ==

Re: [Qemu-devel] Re: Compile error on Windows

2006-08-16 Thread Kazu
Alex wrote: > MSYS/MinGW on Athlon 1.25 GHz with 500MB of RAM, Windows XP Pro > > $ uname -a > MINGW32_NT-5.1 VIC 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown > > $ gcc --version > gcc.exe (GCC) 3.2.3 (mingw special 20030504-1) > > ./configure --target-list=i386-softmmu --static > make > > I co

[Qemu-devel] Re: Compile error on Windows

2006-08-16 Thread Alex
MSYS/MinGW on Athlon 1.25 GHz with 500MB of RAM, Windows XP Pro $ uname -a MINGW32_NT-5.1 VIC 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown $ gcc --version gcc.exe (GCC) 3.2.3 (mingw special 20030504-1) ./configure --target-list=i386-softmmu --static make I compiled several previous versions o