Re: [Gtk-osx-users] glib configure failure
- From: John Ralls <jralls ceridwen fremont ca us>
- To: GTK+-2 OSX Users <gtk-osx-users lists sourceforge net>
- Subject: Re: [Gtk-osx-users] glib configure failure
- Date: Mon, 27 Sep 2010 12:18:17 -0700
On Sep 27, 2010, at 9:25 AM, Phillip Heller wrote:
> 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?
Interesting. I get the same error in glib's config.log, but it doesn't stop configure or cause any trouble. (The problem seems to be that on Darwin it should be testing for __int64_t instead of __int64).
Might your /usr/bin/gcc-4.0 have gotten messed up?
Regards,
John Ralls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]