On Tue, Oct 5, 2010 at 12:26 PM, Milan Bouchet-Valat <[email protected]> wrote: > > Le mardi 05 octobre 2010 à 09:42 +0800, Allan E. Registos a écrit : > > Hi, > > noob question. > > checking for gtk... configure: error: Package requirements (gtk+-2.0 > > >= 2.21.8) were not met: > > Requested 'gtk+-2.0 >= 2.21.8' but version of GTK+ is 2.20.1 > You don't have a recent enough version of GTK+. But you should use > jhbuild to build the Shell, else you'll run into endless build issues. > > > How can I fix this? > See http://live.gnome.org/GnomeShell/#Building > > > > _______________________________________________ > gnome-shell-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-shell-list
No, thats because gtk in jhbuild is gtk+3.0, аnd dconf from jhbuild is executing pkg-config for gtk+2.0. There is no gtk+2.0 in jhbuild tree, so pkg-config uses gtk+2.0 from host system and it is old, of course. I have the same issue with current jhbuild: checking which gtk+ version to compile against... 2.0 checking for gtk... configure: error: Package requirements (gtk+-2.0 >= 2.21.8) were not met: The only solution I know is waiting for things to settle. _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
