Re: [Qemu-devel] [PATCH] configure: Don't permit SDL or GTK on OSX

2015-08-20 Thread Peter Maydell
On 14 August 2015 at 16:10, Peter Maydell wrote: > The cocoa GUI frontend assumes it is the only GUI (it redefines > main() so it always gets control before the rest of QEMU), so > it does not play well with other UIs like SDL or GTK. (Mostly > people building QEMU on OSX don't have the necessary

Re: [Qemu-devel] [PATCH] configure: Don't permit SDL or GTK on OSX

2015-08-14 Thread Programmingkid
On Aug 14, 2015, at 11:10 AM, Peter Maydell wrote: > The cocoa GUI frontend assumes it is the only GUI (it redefines > main() so it always gets control before the rest of QEMU), so > it does not play well with other UIs like SDL or GTK. (Mostly > people building QEMU on OSX don't have the necessa

Re: [Qemu-devel] [PATCH] configure: Don't permit SDL or GTK on OSX

2015-08-14 Thread Daniel P. Berrange
On Fri, Aug 14, 2015 at 04:10:52PM +0100, Peter Maydell wrote: > The cocoa GUI frontend assumes it is the only GUI (it redefines > main() so it always gets control before the rest of QEMU), so > it does not play well with other UIs like SDL or GTK. (Mostly > people building QEMU on OSX don't have t

[Qemu-devel] [PATCH] configure: Don't permit SDL or GTK on OSX

2015-08-14 Thread Peter Maydell
The cocoa GUI frontend assumes it is the only GUI (it redefines main() so it always gets control before the rest of QEMU), so it does not play well with other UIs like SDL or GTK. (Mostly people building QEMU on OSX don't have the necessary dependencies available for configure to build those other