[Gtk-osx-users] glib version error while building gimp
Status: Beta
Brought to you by:
jralls
From: Tim C. <ht....@gm...> - 2011-04-18 18:17:01
|
Hi, I am trying to build gimp on my 2011 MacBook Pro (64 bit) via jhbuild. I basically follow the instruction on http://sourceforge.net/apps/trac/gtk-osx/wiki/Build and I update the .jhbuildrc-custom file with setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"]) build_policy="updated-deps" os.environ["ARCHFLAGS"] = "-arch x86_64 -arch i386" moduleset = "http://github.com/jralls/gtk-osx-build/raw/master/modulesets-stable/gtk-osx.modules" everything goes well with $ jhbuild bootstrap $ jhbuild build meta-gtk-osx-bootstrap $ jhbuild build meta-gtk-osx-core However, when I am trying to build gimp with $ jhbuild build gimp it complains about glib while configuring GEGL : checking for GLIB - version >= 2.22.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. Is there anything I missed? thanks for your help, -Tim |