On Sun, 2007-03-11 at 14:03 -0700, Guido van Rossum wrote: > I'm suspecting sugar-jhbuild's sanitycheck command is not finding the > modules that its build-base or build command installs. E.g. when > trying to build gtk+ (./sugar-jhbuild buildone gtk+) it very quickly > complains: > > Requested 'glib-2.0 >= 2.12.0' but version of GLib is 2.10.3 > Requested 'cairo >= 1.2.0' but version of cairo is 1.0.4
These looks like configure errors, not jhbuild sanitychecks. It seem like the wrong branch of gtk+ was checked out. We are using gtk 2.10 which requires glib 2.10. [EMAIL PROTECTED] sugar-jhbuild]$ ./sugar-jhbuild buildone gtk+ *** Checking out gtk+ *** [1/1] svn checkout svn+ssh://[EMAIL PROTECTED]/svn/gtk+/branches/gtk-2-10 gtk+ Can you verify if your checkout looks like that? Marco _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
