Page 1 of 1

Build Error: Downloading clang-format from Google Storage...

PostPosted: Fri Jun 21, 2019 1:25 pm
by mrincredible
I received this error building ...

-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.8")
-- Downloading clang-format from Google Storage...
0> Failed to fetch file gs://chromium-clang-format/b5f5d8d5f8a8 ... c3e129c945 for tools/buildtools/win/clang-format.exe, skipping. [Err: Traceback (most recent call last):
File "C:\Users\...\cef-build\cef-project\tools\buildtools\gsutil.py", line 160, in <module>
sys.exit(main())

WIndows 10
Visual Studio 2017

TIA

Re: Build Error: Downloading clang-format from Google Storag

PostPosted: Fri Jun 21, 2019 3:17 pm
by Czarek
What command are you running? The python interpreter used should be the one from depot_tools and in your case it's different and it will cause issues. When download error occurs re-run command again and if it fails again wait a few hours and run again until the service is available.

Re: Build Error: Downloading clang-format from Google Storag

PostPosted: Sat Jun 22, 2019 8:50 am
by mrincredible
thx - that wasn't it. The error was caused by not having the correct version of MS Visual Studio (14) installed.