On Mon, 2010-01-11 at 06:57 +0000, [email protected] wrote: > Hi,developpers:
Hi, > Traceback (most recent call last): > File "/usr/local/bin/g-ir-scanner", line 39, in <module> > sys.exit(scanner_main(sys.argv)) > File "/usr/local/lib/gobject-introspection/giscanner/scannermain.py", > line 287, in scanner_main > transformer.register_include(include_obj) > File "/usr/local/lib/gobject-introspection/giscanner/transformer.py", > line 111, in register_include > filename = self._find_include(include) > File "/usr/local/lib/gobject-introspection/giscanner/transformer.py", > line 129, in _find_include > % (girname, searchdirs)) > ValueError: Couldn't find include 'Gdk-2.0.gir' (search path: > ['/usr/local/share/gir-1.0', '/usr/share/gir-1.0', > '/usr/local/share/gir-1.0']) > make[4]: *** [Meta-2.27.gir] Error 1 > make[4]: Leaving directory `/root/src/mutter-2.27.0~0.21/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/root/src/mutter-2.27.0~0.21/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/root/src/mutter-2.27.0~0.21/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/src/mutter-2.27.0~0.21' > make: *** [all] Error 2 > > How can I fixed the problem? You can configure the compilation to skip the generation of the GObject-introspection stuff by adding --disable-introspection to your ./configure options. HTH, -- Damien --------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
