यहां बताया गया है कि पैकेज gtk -3.0 पैकेज नहीं मिला:
karl@karl-ux303ln:~$ pkg-config --cflags gtk+-3.0
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
हालाँकि, मेरे पास gtk3 स्थापित है:
karl@karl-ux303ln:~$ dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]'
ii libgtk-3-0:amd64 3.14.15-0ubuntu1~14.04~ricotz1 amd64 GTK+ graphical user interface library
ii libgtk-3-bin 3.14.15-0ubuntu1~14.04~ricotz1 amd64 programs for the GTK+ graphical user interface library
ii libgtk-3-common 3.14.15-0ubuntu1~14.04~ricotz1 all common files for the GTK+ graphical user interface library
ii libgtk2.0-0:amd64 2.24.23-0ubuntu1.3 amd64 GTK+ graphical user interface library
ii libgtk2.0-bin 2.24.23-0ubuntu1.3 amd64 programs for the GTK+ graphical user interface library
ii libgtk2.0-common 2.24.23-0ubuntu1.3 all common files for the GTK+ graphical user interface library
हालाँकि मुझे लगता है कि फ़ाइल नहीं मिल रही है gtk+-3.0.pc
:
karl@karl-ux303ln:~$ sudo find / -name "gtk+-3.0.pc"
karl@karl-ux303ln:~$
कोई विचार? मैं cmake का उपयोग करने की कोशिश कर रहा हूँ, लेकिन इसे gtk3 नहीं मिल रहा है।