From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze52s-0004WN-1m for qemu-devel@nongnu.org; Mon, 21 Sep 2015 13:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze52o-0002aF-Qz for qemu-devel@nongnu.org; Mon, 21 Sep 2015 13:38:29 -0400 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:34950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze52o-0002Yn-Cr for qemu-devel@nongnu.org; Mon, 21 Sep 2015 13:38:26 -0400 Message-ID: <5600408E.6040000@weilnetz.de> Date: Mon, 21 Sep 2015 19:38:22 +0200 From: Stefan Weil MIME-Version: 1.0 References: <55F87B36.6040907@weilnetz.de> <55F88314.8030604@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Compiling Qemu from Cygwin List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Ladouceur Cc: qemu-devel@nongnu.org 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: >=20 > /home/mike/qemu/include/glib-compat.h: At top level: > /home/mike/qemu/include/glib-compat.h:145:21: error: conflicting types > for =E2=80=98g_cond_signal=E2=80=99 > 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:3= 4, > from qga/commands.c:13: > /usr/x86_64-w64-mingw32/include/glib-2.0/glib/gthread.h:201:17: note: > previous declaration of =E2=80=98g_cond_signal=E2=80=99 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.