I recently upgraded to Ubuntu 11.10. Ubuntu 11.10 comes with gtk(2, 24, 6).
I want to test one of my program with gtk (2,16,1), so how can I install gtk(2,16,1) and compile my pygtk program?
I try to install gtk(2,16,1) using:
gtk+-2.16.1$ ./configure --prefix ~/Home/opt/gtk2.16
However it results in the following error:
checking for BASE_DEPENDENCIES... configure: error:
Package requirements (glib-2.0 >= 2.19.7 atk >= 1.13.0 pango >=
1.20 cairo >= 1.6) were not met:
Is there any way to install multiple version of gtk on Ubuntu?
