On Tue, Jun 21, 2005 at 02:40:26PM -0500, [EMAIL PROTECTED] wrote:
> >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.
> 
> 

Not the slightest clue why that should be. Unless make or gcc was ignoring
the CFLAGS variable (or you used different shells).

You can try the Makefile.target patch I sent, that may give better results.

> 
> 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.
> 

On Linux, the SDL library is 2.5M and the GTK library is 16.5M

So I understand the feeling. However, if we can keep the Windows and Linux
versions unified with GTK, I think that the benefit would be sigficant.

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to