Am 21.09.2015 um 03:19 schrieb Mike Ladouceur: > Okay, i followed the steps from the reply to my email I noticed on the > website, but never made its way to my inbox. Now, I'm stuck with the > following errors: > > /home/mike/qemu/include/glib-compat.h: At top level: > /home/mike/qemu/include/glib-compat.h:145:21: error: conflicting types > for ‘g_cond_signal’ > static inline void (g_cond_signal)(CompatGCond *cond) > ^ > In file included from > /usr/x86_64-w64-mingw32/include/glib-2.0/glib/gasyncqueue.h:34:0, > from /usr/x86_64-w64-mingw32/include/glib-2.0/glib.h:34, > from qga/commands.c:13: > /usr/x86_64-w64-mingw32/include/glib-2.0/glib/gthread.h:201:17: note: > previous declaration of ‘g_cond_signal’ was here > void g_cond_signal (GCond *cond); > ^ [...]
Sorry, I have no idea how to fix those errors. I just tried cross compilation on cygwin. It did compile without any problem, but the resulting executables don't work: Windows reports error 0xc000007b when I try to run them.