[Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread 황윤성
U qemu/slirp/tcp_input.c U qemu/slirp/tcp_output.c U qemu/slirp/tcp_subr.c U qemu/slirp/tcp_timer.c U qemu/slirp/tcp_timer.h U qemu/slirp/tcp_var.h U qemu/slirp/tcpip.h U qemu/slirp/tftp.c U qemu/slirp/tftp.h U qemu/slirp/udp.c U qemu/slirp/udp.h cvs checkout: Updating qemu/target-arm U

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread Christian MICHON
use mingw to compile qemu for windows hosts, not cygwin. if I recall well, SDL does not cope well on cygwin. -- Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread denis . scheidt
I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : C:/msys/home/Denis/qemu/hw/pckbd.c:376: undefined reference to `vmmouse_init' make[1]: *** [qemu.exe] Error 1 make[1]: Leaving directory

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread Thiemo Seufer
[EMAIL PROTECTED] wrote: I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : Win32 appears to have no straight replacement for lockf, so I disabled pidfile locking there for now.

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread Anthony Liguori
[EMAIL PROTECTED] wrote: I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : C:/msys/home/Denis/qemu/hw/pckbd.c:376: undefined reference to `vmmouse_init' make[1]: *** [qemu.exe] Error 1 make[1]: Leaving

Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin)

2007-03-22 Thread denis . scheidt
I ran ./configure again, and it' OK now. Thanks. Selon Anthony Liguori [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error :