On Tue, 2010-11-30 at 09:59 +0800, Jianchun Zhou wrote: > I've checked out the latest code of version 1.5.8, and > run ./autogen.sh --prefix=/usr > > After a long echo of "checking ..." I failed with this information > dumped: > > > checking pkg-config is at least version 0.16... yes > checking for GLIB - version >= 2.26.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. > configure: error: glib-2.0 is required > > > Any body knows what is happening? Thanks.
your version of GLib is probably too old, or you have a malformed installation. I suggest you look at the Clutter wiki, and use JHBuild: http://wiki.clutter-project.org/wiki/BuildingClutter#Building_from_Git and not using tarballs, if you're trying to build an unstable release. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
