ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

without setup_env.bat in project ax_gen ,the solution complie error #447

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. env:win7x64 ,vs2013, chromium:38.0.2124.1 
2. run gclient sync is  ok
3. run gclient runhooks is ok
4. use vs2013 to complile error
================================output=========================================
1>------ Build started: Project: ax_gen, Configuration: Debug Win32 ------
1>  Generating C++ API bundle code
1>  Running external rules for ax_gen
1>  '"F:\chrome\src\ui\accessibility\.\setup_env.bat"' is not recognized as an 
internal or external command,
1>  operable program or batch file.
1>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error 
MSB6006: "cmd.exe" exited with code 1.
=============================================================
the ax_gen project of solution chrome complies error.
there is have not setup_env.bat in path "F:\chrome\src\ui\accessibility\".
this setup_env.bat file should be created in procedure of runhooks ?
where can i get it? or create it ?

Original issue reported on code.google.com by fuku...@gmail.com on 22 Aug 2014 at 2:58