error with jhbuild script
Hi, when I try the last jhbuild script it gives me this error:
Checked out revision 7037.
*** Configuring glib *** [1/8]
./autogen.sh --prefix /Users/Alexander/gtk/inst --libdir '${exec_prefix}/lib' --disable-static --disable-gtk-doc --disable-docs --disable-scrollkeeper --build=i486-apple-darwin
You must have gtk-doc installed to compile GLib.
Install the appropriate package for your distribution,
or get the source tarball at ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
*** error during stage configure of glib: ########## Error running ./autogen.sh --prefix /Users/Alexander/gtk/inst --libdir '${exec_prefix}/lib' --disable-static --disable-gtk-doc --disable-docs --disable-scrollkeeper --build=i486-apple-darwin *** [1/8]
With the other version I haven't to install gtk-doc myself. There is some problem?

I get this error too - it's
I get this error too - it's weird since " --disable-gtk-doc --disable-docs" are passed, I'd say these flags are broken in glib
Glib is not broken. When
Glib is not broken. When building things that need gtk-doc from svn (ie not tarballs), the required tools are always required, even if not used. It's just how things work when using autotools... I'm not sure why you get the error, what are doing exactly to build? Is this with the latest instructions from the build instructions?
Yes, I'm following directly
Yes, I'm following directly what's on the building how-to page right now
Including building the
Including building the "meta-gtk-osx-bootstrap" module?
Ah that was it... I picked
Ah that was it... I picked up the part about the new sh script, but somehow that other addition eluded me. Sorry for the noise...