Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

building with Microsoft Visual C++ Build Tools 2015 Technical Preview #24

@dn7q3b-zz

Description

@dn7q3b-zz

Do you support building with Microsoft Visual C++ Build Tools 2015 Technical Preview?

On Win 10 Pro with only the Build tools (both 8 and 10 SDKs installed) using

  • Visual C++ x64 Native Build Tools Command Prompt
  • added set VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
  • cmd> vcbuild chakracore nosign x64

I get a bunch of failures due to missing cor.h?

Is there some way to get around this? Or is this something the team working on the standalone C++ Build Tools Preview needs to address?

First error:
c:\dev\cygwin\home\am\node-chakracore\deps\chakrashim\core\lib\runtime\Base\DelayLoadLibrary.h(14): fatal error C1083: Cannot open include file: 'cor.h': No such file or directory [C:\dev\cygwin\home\am\node-chakracore\deps\chakrashim\cor e\lib\jsrt\Chakra.Jsrt.vcxproj] [C:\dev\cygwin\home\am\node-chakracore\deps\chakrashim\chakracore.vcxproj]

C:\dev\cygwin\home\am\node-chakracore>vcbuild chakracore nosign x64
Looking for Visual Studio 2015
Found Visual Studio 2015
configure   --engine=chakracore --dest-cpu=x64 --tag=
ctrpp not found in WinSDK path--using pre-gen files from tools/msvs/genfiles.
creating  icu_config.gypi
{ 'target_defaults': { 'cflags': [],
                       'default_configuration': 'Release',
                       'defines': [],
                       'include_dirs': [],
                       'libraries': []},
  'variables': { 'asan': 0,
                 'host_arch': 'x64',
                 'icu_small': 'false',
                 'node_byteorder': 'little',
                 'node_enable_v8_vtunejit': 'false',
                 'node_engine': 'chakracore',
                 '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:\\dev\\python27\\python.exe',
                 'target_arch': 'x64',
                 'v8_enable_gdbjit': 0,
                 'v8_enable_i18n_support': 0,
                 'v8_no_strict_aliasing': 1,
                 'v8_optimized_debug': 0,
                 'v8_random_seed': 0,
                 'v8_use_snapshot': 'true',
                 'want_separate_host_toolset': 0}}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions