我正在Ubuntu 10.04.4 LTS上构建Chrome 32测试外壳版本。我收到以下错误;
GYP_GENERATORS set to 'ninja'
Updating projects from gyp files...
Traceback (most recent call last):
File "/home/ajithk/Android_Browser/SBROWSER-TRUNK/src/build/gyp_chromium", line 157, in <module>
sys.exit(gyp.main(args))
File "/usr/lib/pymodules/python2.6/gyp/__init__.py", line 445, in main
options.circular_check)
File "/usr/lib/pymodules/python2.6/gyp/__init__.py", line 55, in Load
generator = __import__(generator_name, globals(), locals(), generator_name)
ImportError: No module named ninja
ninja: Entering directory `out/Release'
ninja: fatal: chdir to 'out/Release' - No such file or directory
If anyone of you faced the similar issues, please share the soluion
Thanks,
Ajith