On Mon, 2010-04-19 at 17:14 +0200, Luuk de Waal Malefijt wrote: > I'm running the stable build from the repo (on Ubuntu 9.10), but I > wanted to get to use the latest version of GS, so I could align my > thoughts for a design proposal with it. > However, the build fails at phase 2 when running jhbuild, and gives > the following: > > In file included from <stdin>:28: > /usr/include/gtk-2.0/gdk/gdkprivate-directfb.h:40:33: error: > gdkdisplay-directfb.h: No such file or directory > /usr/include/gtk-2.0/gdk/gdkprivate-directfb.h:41:31: error: > gdkregion-generic.h: No such file or directory > > In file included from <stdin>:40: > /usr/include/gtk-2.0/gdk/gdkx.h:82:28: error: gdkprivate-x11.h: No > such file or directory > /usr/include/gtk-2.0/gdk/gdkx.h:83:27: error: gdkscreen-x11.h: No such > file or directory > > I'm supposed to have all the dependencies. Where could I get these > files? (as they apparently are not part of any package (anymore) )
You need to uninstall the gtk-directfb development headers. They are useless (unless you are hacking on the Ubuntu installer...) and confuse the build process. Not sure about exact name of the package. Will have 'gtk' 'directfb' and '-dev' in the name. - Owen _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
