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

2013-03-27 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 include/sysem

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" >> A: "Paolo Bonzini" >> 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

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

2013-03-27 Thread Paolo Bonzini
- Messaggio originale - > Da: "C.W. Betts" > A: "Paolo Bonzini" > 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 > wrote: > > > Il 26/03/2013 23:16, C.W. Betts ha sc

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 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" >> Date: Sun,

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" > Date: Sun, 24 Mar 2013 11:24:05 -0600 > Subject: [PATCH 1/3] Make the GTK

[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" 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 + 1 file changed,