Re: can't build gnome-shell: missing meta-plugin.h

2011-06-23 Thread Tim Cuthbertson
I've no idea how that affected the ability to import a file that is clearly there, but it worked - Thanks. On Thu, Jun 23, 2011 at 9:31 PM, Jasper St. Pierre wrote: > I've gotten theses sorts of errors before when autotools got messed > up. Usually a good ol' > > $ git clean -fdx > > in the mutte

Re: can't build gnome-shell: missing meta-plugin.h

2011-06-23 Thread Jasper St. Pierre
I've gotten theses sorts of errors before when autotools got messed up. Usually a good ol' $ git clean -fdx in the mutter and shell dirs, and then do: $ jhbuild buildone -afn mutter gnome-shell On Thu, Jun 23, 2011 at 7:27 AM, Tim Cuthbertson wrote: > It's been a while since I had build issues