From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dkmzx-00018m-Lr for qemu-devel@nongnu.org; Tue, 21 Jun 2005 13:57:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkmoT-0007wz-PI for qemu-devel@nongnu.org; Tue, 21 Jun 2005 13:45:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkmoR-0007oi-QK for qemu-devel@nongnu.org; Tue, 21 Jun 2005 13:45:27 -0400 Received: from [193.77.157.51] (helo=ena.si) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkmXk-0002CA-F4 for qemu-devel@nongnu.org; Tue, 21 Jun 2005 13:28:12 -0400 Received: from ena.si (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 0B5F56E78A for ; Tue, 21 Jun 2005 19:25:12 +0200 (CEST) Received: from HACTAR (tm.213.143.74.124.dc.telemach.net [213.143.74.124]) by ena.si (Postfix) with ESMTP id 447E06E78A for ; Tue, 21 Jun 2005 19:25:11 +0200 (CEST) Date: Tue, 21 Jun 2005 19:25:10 +0200 From: =?Windows-1250?Q?Jernej_Simon=E8i=E8?= Message-ID: <68029608.20050621192510@ena.si> Subject: Re: [Qemu-devel] quick gtk2.c update In-Reply-To: <002101c5767e$81bf1e30$334d21d1@organiza3bfb0e> 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> <184704233.20050621124256@ena.si> <002101c5767e$81bf1e30$334d21d1@organiza3bfb0e> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1250 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "jeebs@yango.us on [qemu-devel]" On Tuesday, June 21, 2005, 18:30:07, jeebs@yango.us wrote: >>Do a export CFLAGS=3D"$CFLAGS -mms-bitfields" before configuring and >>compiling >>any GTK+ program on Windows - the libraries are always built to be >>compatible with MSVC so that you can use 1 set of libraries for all >>programs. > I'll have to wait until Jim sends me the changes. > I'm not a developer and I have no idea what you mean by "export". Type export CFLAGS=3D"$CFLAGS -mms-bitfields" in MSys' bash before running ./configure (or simply add it to ~/.bashrc so you don't have to type it every time). > Although the mingw/msys devel environment might work under Linux & WINE, = he > wouldn't have any way to run & test the resulting executables. MSys itself won't, since msys is actually stripped-down Cygwin. It is possible to cross-compile GTK+ programs from Linux (and it's definitely faster than under MSys, since bash+gcc are slow as hell on Win32; apparently, it's also almost easier to set up a cross-compilation environment in Linux than MSys on Windows for GTK+). --=20 < Jernej Simoncic ><><><><>< http://deepthought.ena.si/ > The larger the project or job, the less time there is to do it. -- Old Engineer's Law