Hi all,
I am facing some issues since yesterday for building on windows.
My gclient sync is showing this output:
Environment set for toolchain in D:\chromium-2013\src\win_toolchain_2013\.
D:\chromium-2013\src>gclient sync
Installing git 1.8.5.2.chromium.1 (avg 1-2 min download) ...
Installing python 2.7.6...
Then I get the popup for libcurl missing some function definition export as :
git-remote-https.exe - Entry Point Not Found
The procedure entry point curl_multi_timeout could not be located in the dynamic link library libcurl.dll
The libcurl.dll that comes with the new git i.e. git-1.8.5.2.chromium.1_bin.zip has the following path and size:
E:\depot_tools\git-1.8.5.2.chromium.1_bin\bin\libcurl.dll ~= 352 kb
While the existing git i.e. git-1.8.0_bin is having the below path with the size
E:\depot_tools\git-1.8.0_bin\bin\libcurl-4.dll ~= 403 kb
For this I manually copied the libcurl-4.dll to the new version, renmaed it to be libcurl.dll and its working fine (at least its not reporting about the error: entry point).
After this when I try to run the build command, I get the following error:
D:\chromium-2013\src>timecmd ninja -C out\Debug chrome
ninja: Entering directory `out\Debug'
[69/13190] ACTION Generating installer_util_strings
FAILED: E:\depot_tools\python_bin\python.exe gyp-win-tool action-wrapper environment.x86 installer_util_strings_target_installer_util_strings_e4f81605e8f7dacccc71b028f5a715bd..rsp
..\..\chrome
File "installer/util/prebuild/create_string_rc.py", line 303
for (string_id, message_text) in source_strings.iteritems()
^
SyntaxError: invalid syntax
[69/13190] ACTION generate_about_tracing: generate_about_tracing_47e9a70f33d9e5af8f642463b5805998
ninja: build stopped: subcommand failed.
command took 0:1:10.09 (70.09s total)
Any help?