Hi, On Tue, 2012-11-27 at 13:44 +0800, Satabdi Das wrote: > I am new to gnome-development and want to take part in OPW internship > 2013. I am trying to build json-glib on ubuntu 10.10. It requires > gobject -2.0 >= 2.34.0 - but I have gObject 2.26.1 - is there any way > I can do it without doing the following - > 1. getting the sourcecode of such modules > 2. upgrading my os.
Compiling newer software often requires newer software dependencies. So you'll have to either upgrade or compile more sourcecode. I'd take a look at jhbuild which can do this automatically for you: http://developer.gnome.org/jhbuild/ In general: Ubuntu 10.10 saw its end of life on 2012-04-10 so you're currently running a vulnerable version that does not receive security fixes anymore. andre -- Andre Klapper | [email protected] http://blogs.gnome.org/aklapper/ _______________________________________________ gnome-love mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-love
