Re: error running: TypeLib file for namespace 'Meta' not found



On Mon, 2009-06-08 at 20:09 -0300, Carlos Diógenes wrote:
> Hi,
> 
> After compiling gnome-shell and try to run it I get the following
> error:
> 
> kadu kodorna:~/gnome-shell/source/gnome-shell/src$ ./gnome-shell
> --replace
>     JS ERROR: !!!   Exception was: Error: Requiring Meta, version
> none: Typelib file for namespace 'Meta' (any version) not found
>     JS ERROR: !!!     lineNumber = '0'
>     JS ERROR: !!!     fileName = 'gjs_throw'
>     JS ERROR: !!!     stack = 'Error("Requiring Meta, version none:
> Typelib file for namespace 'Meta' (any version) not found")@:0
> ("Requiring Meta, version none: Typelib file for namespace 'Meta' (any
> version) not found")@gjs_throw:0
> @/home/kadu/gnome-shell/source/gnome-shell/js/ui/main.js:8

This looks like introspection support wasn't built for Mutter. Could you
try rebuilding everything from scratch with:

 jhbuild build -a -f -c

(-a = re-run autogens.h
 -f = build modules even if they haven't changed
 -c = run make clean before building)

? I'm wondering if something didn't get built right when you were
dealing with all the other build issues that we've had over the last few
days.

- Owen

 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]