From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dkouz-0001z0-N6 for qemu-devel@nongnu.org; Tue, 21 Jun 2005 16:00:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dkoq6-00009G-AP for qemu-devel@nongnu.org; Tue, 21 Jun 2005 15:55:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dkoq3-0008SS-8x for qemu-devel@nongnu.org; Tue, 21 Jun 2005 15:55:15 -0400 Received: from [209.55.3.81] (helo=mxo1.broadbandsupport.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dkoey-0002Mx-3l for qemu-devel@nongnu.org; Tue, 21 Jun 2005 15:43:48 -0400 Received: from organiza3bfb0e (unknown [209.33.77.51]) by mxo1.broadbandsupport.net (Postfix) with SMTP id F26D91CEC55 for ; Tue, 21 Jun 2005 15:40:38 -0400 (EDT) Message-ID: <001801c57699$16d32f60$334d21d1@organiza3bfb0e> From: References: <20050619190949.GA14349@jbrown.mylinuxbox.org><001b01c57522$5ad985b0$334d21d1@organiza3bfb0e><20050619235311.GA15841@jbrown.mylinuxbox.org><002c01c57535$60064fb0$334d21d1@organiza3bfb0e><20050620015911.GA17675@jbrown.mylinuxbox.org><001401c57608$bc5bb5b0$334d21d1@organiza3bfb0e><20050621023932.GA12759@jbrown.mylinuxbox.org><000c01c5760d$10edf5d0$334d21d1@organiza3bfb0e><20050621042844.GA13691@jbrown.mylinuxbox.org><002001c5767e$818808a0$334d21d1@organiza3bfb0e> <677319879.20050621192059@ena.si> Subject: Re: [Qemu-devel] quick gtk2.c update Date: Tue, 21 Jun 2005 14:40:26 -0500 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org "Jernej Simončič" >> The unzip into the proper mingw directory structure. >Did you unzip to /mingw or to /? If the latter, you'll probably have Into the mingw directory. That part seems to compile etc. It's the resulting program that is screwed up some how. >export CFLAGS="$CFLAGS -mms-bitfields" Okay, I tried that. I then did a 'make clean'. Then the config, then the regular make But running the resulting qemu is still giving the same error. Considering how big the GTK libraries are for Windows, to be honest, I'm not so sure it's a good idea, anyway. The sdl library is only 300k and can be included with qemu. The gtk libraries are more than 6 meg and would be a little big to include with qemu. It just doesn't seem right to have the libraries being 8 times larger than the main program.