PDA

View Full Version : [ubuntu] After 14.04 upgrade I have two GTK's installed



micheus
September 2nd, 2014, 02:02 AM
I'm relatively new to Linux so after I upgrade Ubuntu 13.10 to 14.04 I noticed it has two different versions of GTK:
- 3.10.8-0ubuntu1.2
- 2.24.23-0ubuntu1.1

Is there any problem about them coexists? Can this create any problem building programs?

I checked that because I was compiling a program that uses wxWidgets library and I got an error during a call to a function in wx module that gave me this message:

./src/gtk/window.cpp(2919): assert "(m_widget != __null)" failed in DoGetClientSize(): invalid window

BazBear
September 2nd, 2014, 04:36 AM
I'm almost certain you should have both, as some things use GTK2, some GTK3. In any case, I have both on my system, same exact build numbers.

micheus
September 3rd, 2014, 12:30 AM
Thanks for the replay.