libgtk2.0-common fails to build with Gdk-2.0.gir error, Type reference 'GdkPixbuf' not found
- by Stefano Palazzo
I'm trying to build gtk, but it fails. Here's what I'm doing:
sudo apt-get build-dep libgtk2.0-common
sudo apt-get source libgtk2.0-common
cd gtk+2.0-2.22.0/
sudo gedit gtk/gtktreeview.c &
#...editing a few files (or not, it's the same error)
sudo ./configure --prefix=/usr
sudo make
The compilation runs for a while and then quits:
Gdk-2.0.gir: error: Type reference 'GdkPixbuf' not found
...
make: *** [all] Error 2
What am I doing wrong?