From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoKIC-00036E-QK for qemu-devel@nongnu.org; Tue, 02 Aug 2011 15:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoKIC-0005zm-3P for qemu-devel@nongnu.org; Tue, 02 Aug 2011 15:06:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoKIB-0005zL-PI for qemu-devel@nongnu.org; Tue, 02 Aug 2011 15:06:16 -0400 Date: Tue, 2 Aug 2011 16:06:02 -0300 From: Luiz Capitulino Message-ID: <20110802160602.2a22445b@doriath> In-Reply-To: References: <1311278474-24336-1-git-send-email-lcapitulino@redhat.com> <1311278474-24336-5-git-send-email-lcapitulino@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/25] Add hard build dependency on glib List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: Luiz Capitulino , aliguori@us.ibm.com, Michael Roth , qemu-devel@nongnu.org, Blue Swirl On Tue, 2 Aug 2011 10:03:30 +0800 TeLeMan wrote: > This patch introduces "-mms-bitfields" cflag on MinGW but this cflag > breaks gcc packed structures("__attribute__((packed))"). For example, > slirp does not work on Win32. I'm not familiar with MinGW (or why glib would require that flag). Michael, Anthony, any idea?