I am new to linux and I wanted to try out the GUI development using GTK.
I tried to install as given in the following link - http://developer.gnome.org/gtk3/stable/gtk-building.html
But I get the error as mentioned below,
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
checking for BASE_DEPENDENCIES... no
configure: error: Package requirements (glib-2.0 >= 2.32.0 atk >= 2.2.0 pango >= 1.30.0 cairo >= 1.10.0 cairo-gobject >= 1.10.0 gdk-pixbuf-2.0 >= 2.26.0) were not met:
Requested 'glib-2.0 >= 2.32.0' but version of GLib is 2.24.1
Requested 'atk >= 2.2.0' but version of Atk is 1.30.0
Requested 'pango >= 1.30.0' but version of Pango is 1.28.0
Requested 'cairo >= 1.10.0' but version of cairo is 1.8.10
No package 'cairo-gobject' found
Requested 'gdk-pixbuf-2.0 >= 2.26.0' but version of GdkPixbuf is 2.20.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I know I have to update these modules but I am not sure how to do that as I am learnign now.
Any pointer on how to solve this error will really be helpful.
Thank you all in advance.
Regards
Stevean
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list