I'm having trouble compiling the node-webkit for windows, can anyone help me?
At the Windows command prompt:
python depot_tools\win_toolchain\toolchain2013.py
gclient --version
gclient --version
in folder C:\nodewebkit\node-webkit
gclient sync
At the Windows command prompt:
set GYP_GENERATORS=msvs,ninja
set GYP_DEFINES=component=shared_library windows_sdk_path=C:\nodewebkit\depot_tools\win_toolchain\win_toolchain_2013\win8sdk
python build/gyp_chromium content/content.gyp
At the prompt with GitBash:
export GYP_GENERATORS="ninja"
export GYP_DEFINES="component=shared_library"
export GYP_DEFINES="$GYP_DEFINES windows_sdk_path=C:\nodewebkit\depot_tools\win_toolchain\win_toolchain_2013\win8sdk"
python build/gyp_chromium content/content.gyp
In both got the following error:
TypeError: object of type 'NoneType' has no len ()