Re: [Gtk-osx-users] glib version error while building gimp
Status: Beta
Brought to you by:
jralls
|
From: John R. <jr...@ce...> - 2011-04-18 20:26:14
|
On Apr 18, 2011, at 11:16 AM, Tim Chen wrote: > 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? Please post the error from config.log. The current Glib in stable is 2.27, and I just built gegl in my tree, so something's messed up in yours. Regards, John Ralls |