Re: [Qemu-devel] [patch]Make GTK build on OS X

2013-03-28 Thread Paolo Bonzini
Yes, I know. The point is that there's already an idiom to choose between pty.h/util.h/libutil.h, and we should not introduce another. Note that mingw has none of those headers, so double-check the _WIN32 conditionals. Good catch. C.W., the right include file is

Re: [Qemu-devel] [patch]Make GTK build on OS X

2013-03-27 Thread Paolo Bonzini
Il 26/03/2013 23:16, C.W. Betts ha scritto: This patch makes the GTK UI build on OS X by including the right headers. From b5cc84343f479d4870961c82fc7b384637e9616c Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Sun, 24 Mar 2013 11:24:05 -0600 Subject: [PATCH

Re: [Qemu-devel] [patch]Make GTK build on OS X

2013-03-27 Thread C.W. Betts
On Mar 27, 2013, at 2:34 AM, Paolo Bonzini pbonz...@redhat.com wrote: Il 26/03/2013 23:16, C.W. Betts ha scritto: This patch makes the GTK UI build on OS X by including the right headers. From b5cc84343f479d4870961c82fc7b384637e9616c Mon Sep 17 00:00:00 2001 From: C.W. Betts

Re: [Qemu-devel] [patch]Make GTK build on OS X

2013-03-27 Thread Paolo Bonzini
- Messaggio originale - Da: C.W. Betts computer...@hotmail.com A: Paolo Bonzini pbonz...@redhat.com Cc: qemu-devel@nongnu.org Inviato: Mercoledì, 27 marzo 2013 19:05:46 Oggetto: Re: [patch]Make GTK build on OS X On Mar 27, 2013, at 2:34 AM, Paolo Bonzini pbonz...@redhat.com

Re: [Qemu-devel] [patch]Make GTK build on OS X

2013-03-27 Thread Bob Breuer
On 3/27/2013 1:34 PM, Paolo Bonzini wrote: - Messaggio originale - Da: C.W. Betts computer...@hotmail.com A: Paolo Bonzini pbonz...@redhat.com Cc: qemu-devel@nongnu.org Inviato: Mercoledì, 27 marzo 2013 19:05:46 Oggetto: Re: [patch]Make GTK build on OS X On Mar 27, 2013, at

[Qemu-devel] [patch]Make GTK build on OS X

2013-03-26 Thread C.W. Betts
This patch makes the GTK UI build on OS X by including the right headers. From b5cc84343f479d4870961c82fc7b384637e9616c Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Sun, 24 Mar 2013 11:24:05 -0600 Subject: [PATCH 1/3] Make the GTK UI build on OS X. --- ui/gtk.c | 5