Install QT5.7 ubuntu 12.04
General and Desktop
2
Posts
2
Posters
1.1k
Views
1
Watching
-
wrote on 12 Mar 2016, 08:59 last edited by
Hi,
Im trying to compile qt5.7 but im getting this error when compiling from source and after run make command
qgtk3theme.cpp: In constructor ‘QGtk3Theme::QGtk3Theme()’:
qgtk3theme.cpp:90:41: error: ‘g_type_ensure’ was not declared in this scope
g_type_ensure(PANGO_TYPE_FONT_FAMILY);
i have installed all dependencies and also
sudo apt-get install libgtk-3-dev
what should i do -
Hi,
You should check your version of glib. You need at least 2.34
1/2