priaonehaha / google-breakpad

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

i use gclient to check source on windows but it seems can't make a sln file #529

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Syncing projects:  50% (1/2), done.

________ running 'E:\Develop\depot_tools\python_bin\python.exe src/src/tools/gyp
/gyp src/src/client/windows/breakpad_client.gyp' in 'C:\Documents and Settings\A
dministrator\桌面\新建文件夹\1'
E:\Develop\depot_tools\python_bin\python.exe: can't open file 'src/src/tools/gyp
/gyp': [Errno 2] No such file or directory
Error: Command E:\Develop\depot_tools\python_bin\python.exe src/src/tools/gyp/gy
p src/src/client/windows/breakpad_client.gyp returned non-zero exit status 2 in

Original issue reported on code.google.com by XSpeed1...@gmail.com on 30 Apr 2013 at 3:29

GoogleCodeExporter commented 8 years ago
gclient runs svn with --ignore-externals. Add a new entry in gclient for gyp 
and check it out to the right location.

Original comment by thestig@chromium.org on 30 Apr 2013 at 8:23