-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.installIssues and PRs related to the installers.Issues and PRs related to the installers.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
I tried building the msi by running vcbuild msi
, but I cannot find the msi anywhere. I get a node.exe but no msi. Here is the output:
Looking for Visual Studio 2015
Found Visual Studio 2015
Looking for WiX installation for Visual Studio 2015...
configure "--download=all" --with-intl=small-icu --dest-cpu=x86 --tag=
ctrpp not found in WinSDK path--using pre-gen files from tools/msvs/genfiles.
creating icu_config.gypi
* Using ICU in deps\icu
creating icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'asan': 0,
'host_arch': 'x64',
'icu_data_file': 'icudt56l.dat',
'icu_data_in': '../../deps/icu/source/data/in\\icudt56l.dat',
'icu_endianness': 'l',
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
'icu_locales': 'en,root',
'icu_path': 'deps\\icu',
'icu_small': 'true',
'icu_ver_major': '56',
'node_byteorder': 'little',
'node_enable_v8_vtunejit': 'false',
'node_install_npm': 'true',
'node_prefix': '/usr/local',
'node_release_urlbase': '',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_use_dtrace': 'false',
'node_use_etw': 'true',
'node_use_lttng': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'true',
'openssl_fips': '',
'openssl_no_asm': 0,
'python': 'C:\\Program Files\\Python\\2.7\\python.exe',
'target_arch': 'ia32',
'v8_enable_gdbjit': 0,
'v8_enable_i18n_support': 1,
'v8_no_strict_aliasing': 1,
'v8_optimized_debug': 0,
'v8_random_seed': 0,
'v8_use_snapshot': 'true',
'want_separate_host_toolset': 1}}
creating config.gypi
creating config.mk
Project files generated.
gtest.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\gtest.lib
http_parser.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\http_parser.lib
libuv.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\libuv.lib
node_js2c
cares.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\cares.lib
v8_libbase.vcxproj -> ..\..\..\..\build\Release\lib\v8_libbase.lib
v8_libplatform.vcxproj -> ..\..\..\..\build\Release\lib\v8_libplatform.lib
zlib.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\zlib.lib
openssl.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\openssl.lib
icustubdata.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\icustubdata.lib
icuucx.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\icuucx.lib
icui18n.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\icui18n.lib
icutools.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\icutools.lib
genccode.vcxproj -> C:\Users\felix\git\opensource\node\Release\\genccode.exe
iculslocs.vcxproj -> C:\Users\felix\git\opensource\node\Release\\iculslocs.exe
icupkg.vcxproj -> C:\Users\felix\git\opensource\node\Release\\icupkg.exe
genrb.vcxproj -> C:\Users\felix\git\opensource\node\Release\\genrb.exe
v8_nosnapshot.vcxproj -> ..\..\..\..\build\Release\lib\v8_nosnapshot.lib
icudata.vcxproj -> C:\Users\felix\git\opensource\node\Release\lib\icudata.lib
Generating code
v8_base_1.vcxproj -> ..\..\..\..\build\Release\lib\v8_base_1.lib
v8_base_2.vcxproj -> ..\..\..\..\build\Release\lib\v8_base_2.lib
v8_base_3.vcxproj -> ..\..\..\..\build\Release\lib\v8_base_3.lib
v8_base_0.vcxproj -> ..\..\..\..\build\Release\lib\v8_base_0.lib
mksnapshot.vcxproj -> ..\..\..\..\build\Release\\mksnapshot.exe
run_mksnapshot
snapshot.cc
C:\Program Files (x86)\Windows Kits\8.1\Include\um\dbghelp.h(1544): warning C4091: 'typedef ': ignored on left of '' when no var
iable is declared [C:\Users\felix\git\opensource\node\deps\v8\tools\gyp\v8_snapshot.vcxproj]
C:\Program Files (x86)\Windows Kits\8.1\Include\um\dbghelp.h(3190): warning C4091: 'typedef ': ignored on left of '' when no var
iable is declared [C:\Users\felix\git\opensource\node\deps\v8\tools\gyp\v8_snapshot.vcxproj]
v8_snapshot.vcxproj -> ..\..\..\..\build\Release\lib\v8_snapshot.lib
Finished generating code
openssl-cli.vcxproj -> C:\Users\felix\git\opensource\node\Release\\openssl-cli.exe
node_javascript.cc
Creating library C:\Users\felix\git\opensource\node\Release\cctest.lib and object C:\Users\felix\git\opensource\node\Releas
e\cctest.exp
Generating code
Creating library C:\Users\felix\git\opensource\node\Release\node.lib and object C:\Users\felix\git\opensource\node\Release\
node.exp
Generating code
Finished generating code
cctest.vcxproj -> C:\Users\felix\git\opensource\node\Release\\cctest.exe
Finished generating code
node.vcxproj -> C:\Users\felix\git\opensource\node\Release\\node.exe
Newest WiX is installed, Windows 10, Visual Studio 2015 Update 1, Python 2.7.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.installIssues and PRs related to the installers.Issues and PRs related to the installers.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.