[Gtk-osx-users] glib configure failure
Status: Beta
Brought to you by:
jralls
|
From: Phillip H. <ph...@me...> - 2010-09-27 16:25:20
|
Greetings,
I was rebuilding this morning, and came across this within the GLib build:
checking size of __int64... 0
configure: error:
*** GLib requires a 64 bit type. You might want to consider
*** using the GNU C compiler.
*** Error during phase configure of glib: ########## Error running ./configure --prefix /Users/gtkosxbuilder/gtk/inst --libdir '/Users/gtkosxbuilder/gtk/inst/lib' --disable-static ac_cv_c_bigendian=no --build=i486-apple-darwin *** [16/39]
I have not come across this before; .jhbuildrc-custom as follows:
_gtk_osx_use_jhbuild_python = True
append_autogenargs("python", "--with-universal-archs=32-bit --enable-universalsdk=/Developer/SDKs/MacOSX10.5.sdk")
branches["python"] = "http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2"
setup_sdk(target="10.5", sdk_version="10.5", architectures=["i386"])
os.environ["CC"] = "/usr/bin/gcc-4.0"
build_policy = "updated-deps"
modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "meta-gtk-osx-python", "librsvg", "meta-gtk-osx-themes", "gtk-quartz-engine" ]
Any ideas what might be wrong?
--phil |