[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Cannot start qemu because of gtk version issue
From: |
Alberto Garcia |
Subject: |
Re: [Qemu-discuss] Cannot start qemu because of gtk version issue |
Date: |
Tue, 22 Mar 2016 14:24:08 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Tue, Mar 22, 2016 at 04:05:37PM +0800, Cao jin wrote:
> Hi,
>
> I configured as following:
> ./configure --target-list=x86_64-softmmu --enable-debug
>
> when run qemu, got following error:
> (qemu-system-x86_64:3561): Gtk-ERROR **: GTK+ 2.x symbols detected. Using
> GTK+ 2.x and GTK+ 3 in the same process is not supported
You're probably linking QEMU with GTK+ 2.x but one of the other
libraries that QEMU depends on uses GTK+ 3.x.
I suggest that you switch completely to GTK+ 3, by passing
--with-gtkabi=3.0 to the configure script.
Berto