Yeah,it works ,Thanks very much! I reconfigure with "--without--introspection"
Damien Lespiau <[email protected]> 2010-01-11 19:18 收件人 "[email protected]" <[email protected]> 抄送 "[email protected]" <[email protected]> 主题 Re: [Moblin Dev] Compile mutter on moblin-2.0 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. -------------------------------------------------------- ZTE Information Security Notice: The information contained in this mail is solely property of the sender's organization. This mail communication is confidential. Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the originator of the message. Any views expressed in this message are those of the individual sender. This message has been scanned for viruses and Spam by ZTE Anti-Spam system. _______________________________________________ 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
