qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] quick gtk2.c update


From: Jernej Simončič
Subject: Re: [Qemu-devel] quick gtk2.c update
Date: Tue, 21 Jun 2005 19:25:10 +0200

On Tuesday, June 21, 2005, 18:30:07, address@hidden wrote:

>>Do a export CFLAGS="$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="$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+).

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

The larger the project or job, the less time there is to do it.
       -- Old Engineer's Law





reply via email to

[Prev in Thread] Current Thread [Next in Thread]