On Tuesday, June 21, 2005, 18:30:07, [EMAIL PROTECTED] 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 _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel