python - node webkit - gclient sync on Windows 7 missing base_window.h -
so i've been trying compile node webkit on windows while , i've gotten stuck on error no amount of googling can me resolve.
i run gclient sync
on windows cmd
, errors with
________ running 'c:\depot_tools\depot_tools\python276_bin\python.exe src/build/ gyp_chromium' in 'c:\www\node-webkit' updating projects 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
i've checked permissions of files , given user rights files , i've tried running cmd
administrator, makes no difference.
i can't work out @ , can't find on google. here full output gclient sync
brevity, can assist in why worked fine on osx , can't success winblows?
microsoft windows [version 6.1.7601] copyright (c) 2009 microsoft corporation. 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 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>
Comments
Post a Comment