node webkit - Windows 7上的gclient sync缺少base_window.h

时间:2014-05-18 13:35:31

标签: python windows chromium node-webkit

所以我一直试图在Windows上编译Node Webkit一段时间了,而且我已经卡住了这个错误,没有任何谷歌搜索可以帮助我解决。

我在我的Windows gclient sync上运行cmd,并且

总是出错

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/ gyp_chromium' in 'C:\www\node-webkit' Updating projects from gyp files... Warning: Missing input files: C:\www\node-webkit\src\content\..\chrome\browser\ui\base_window.h C:\www\node-webkit\src\content\nw\src\breakpad_linux_impl.h Hook ''C:\depot_tools\depot_tools\python276_bin\python.exe' src/build/gyp_chromi um' took 69.74 secs

我也检查了文件的权限,并授予我的用户对所有文件的所有权利,并且我尝试以管理员身份运行cmd,这没有任何区别。

我根本无法解决问题,而且我无法在Google上找到任何内容。以下是gclient sync的完整输出,为了简洁,任何人都可以帮助解决为什么它在OSx上工作正常而且我无法从Winblows获得任何成功?

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\www\node-webkit>gclient sync
Syncing projects:   3% ( 3/88) src/chrome/tools/test/reference_build/chrome_linu
Syncing projects:   4% ( 4/88) src/chrome/tools/test/reference_build/chrome_mac
Syncing projects:   6% ( 6/88) src/chrome_frame/tools/test/reference_build/chrom
Syncing projects:   7% ( 7/88) src/chrome_frame/tools/test/reference_build/chrom
Syncing projects:   9% ( 8/88) src/chrome/test/data/perf/third_party/octane
Syncing projects:  10% ( 9/88) src/chrome/test/data/extensions/api_test/permissi
Syncing projects:  11% (10/88) src/chrome/test/data/perf/canvas_bench
Syncing projects:  98% (87/88), done.

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
download_nacl_toolchains.py --no-arm-trusted --keep' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
linux/install-arm-sysroot.py --linux-only' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/chrome
/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py --linux-only -
-arch=amd64' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/chrome
/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py --linux-only -
-arch=i386' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/tools/
clang/scripts/update.py --mac-only' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
win/setup_cygwin_mount.py --win-only' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
util/lastchange.py -o src/build/util/LASTCHANGE' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
util/lastchange.py -s src/third_party/WebKit -o src/build/util/LASTCHANGE.blink'
 in 'C:\www\node-webkit'

________ running 'download_from_google_storage --platform=win32 --directory --bu
cket chromium-gn src/tools/gn/bin/win' in 'C:\www\node-webkit'

________ running 'download_from_google_storage --platform="linux*" --directory -
-bucket chromium-gn src/tools/gn/bin/linux' in 'C:\www\node-webkit'

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
gyp_chromium' in 'C:\www\node-webkit'
Updating projects from gyp files...
Warning: Missing input files:
C:\www\node-webkit\src\content\..\chrome\browser\ui\base_window.h
C:\www\node-webkit\src\content\nw\src\breakpad_linux_impl.h
Hook ''C:\depot_tools\depot_tools\python276_bin\python.exe' src/build/gyp_chromi
um' took 69.74 secs

________ running 'C:\depot_tools\depot_tools\python276_bin\python.exe src/build/
landmines.py' in 'C:\www\node-webkit'

C:\www\node-webkit>

0 个答案:

没有答案