Hi,
A few years ago I used incredibuild to make chromium builds run faster.
I've tried to use it again with chrome 42.0.2311.90 but I'm keep getting an error while building. I've pasted below a sample of the errors I'm getting.
Does anyone know why this is happening or how can I resolve this?
If Incredibuild is not supported anymore, is there any public distributed build tool for windows I can use ?
Any help will be much appreciated!!
FAILED: d:\chromium42\depot_tools\python276_bin\python.exe gyp-win-tool action-w
rapper environment.x86 make_core_generated_target_CSSPropertyNames_fe4dcbb12ad96
ef4dade61a9dbd3691f..rsp ..\..\third_party\WebKit\Source\core
Traceback (most recent call last):
File "../build/scripts/make_css_property_names.py", line 218, in <module>
in_generator.Maker(CSSPropertyNamesWriter).main(sys.argv)
File "D:\chromium42\chromium\src\third_party\WebKit\Source\build\scripts\in_ge
nerator.py", line 100, in main
writer.write_files(options.output_dir)
File "D:\chromium42\chromium\src\third_party\WebKit\Source\build\scripts\in_ge
nerator.py", line 76, in write_files
self._write_file_if_changed(output_dir, generator(), file_name)
File "../build/scripts/make_css_property_names.py", line 214, in generate_impl
ementation
return gperf.communicate(gperf_input)[0]
File "d:\chromium42\depot_tools\python276_bin\lib\subprocess.py", line 798, in
communicate
return self._communicate(input)
File "d:\chromium42\depot_tools\python276_bin\lib\subprocess.py", line 1035, i
n _communicate
self.stdin.write(input)
IOError: [Errno 22] Invalid argument
ninja: build stopped: subcommand failed.