您的位置:首页 > Web前端 > Node.js

python-2.7.6 编译 node_gyp_header_files_for_hex_1.1.6_1621_windows32 库进行生成C++项目为什么报错,是缺少什么东西么。

2014-05-08 23:19 731 查看
E:\nodegyp>vcbuild.bat release

ctrpp not found in WinSDK path--using pre-gen files from tools/msvs/genfiles.

{ 'target_defaults': { 'cflags': [],

'default_configuration': 'Release',

'defines': ['OPENSSL_NO_SSL2=1'],

'include_dirs': [],

'libraries': []},

'variables': { 'clang': 0,

'host_arch': 'ia32',

'node_install_npm': 'true',

'node_prefix': '',

'node_shared_cares': 'false',

'node_shared_http_parser': 'false',

'node_shared_libuv': 'false',

'node_shared_openssl': 'false',

'node_shared_v8': 'false',

'node_shared_zlib': 'false',

'node_tag': '',

'node_use_dtrace': 'false',

'node_use_etw': 'true',

'node_use_mdb': 'false',

'node_use_openssl': 'true',

'node_use_perfctr': 'true',

'node_use_systemtap': 'false',

'python': 'C:\\Python27\\python.exe',

'target_arch': 'ia32',

'v8_enable_gdbjit': 0,

'v8_no_strict_aliasing': 1,

'v8_use_snapshot': 'true',

'visibility': ''}}

creating config.gypi

creating config.mk

gyp: ..\..\chrome\version.gypi not found (cwd: E:\nodegyp) while reading include

s of node.gyp while trying to load node.gyp

Error running GYP

Failed to create vc project files.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐