Yes, it does:

*** Checking out gtk+ *** [1/1]

svn checkout http://svn.gnome.org/svn/gtk+/branches/gtk-2-10 gtk+

I'm more worried that somehow the sanity check doesn't pick up the
versions that jhbuild installs in the build directory, and instead
finds the ones installed in the system directories (/usr/lib etc.). Is
there an environment variable I would need to set for that to happen
right?

--Guido

On 3/11/07, Marco Pesenti Gritti <[EMAIL PROTECTED]> wrote:
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




--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Sugar mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/sugar

Reply via email to