GithubHelp home page GithubHelp logo

nwjs / node Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 42.0 628.5 MB

License: Other

Shell 0.46% JavaScript 62.45% C 2.88% C++ 22.01% Python 10.86% R 0.04% Makefile 0.25% HTML 0.75% Batchfile 0.19% Emacs Lisp 0.07% Perl 0.05% Assembly 0.01% TypeScript 0.01% Dockerfile 0.01%

node's People

Contributors

addaleax avatar apapirovski avatar bnoordhuis avatar bridgear avatar cjihrig avatar danbev avatar evanlucas avatar fishrock123 avatar indutny avatar isaacs avatar jasnell avatar joyeecheung avatar koichik avatar mscdex avatar mylesborins avatar piscisaureus avatar rogerwang avatar rvagg avatar ry avatar sam-github avatar shigeki avatar targos avatar thefourtheye avatar timothygu avatar tjfontaine avatar tniessen avatar tootallnate avatar trevnorris avatar trott avatar vsemozhetbyt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

node's Issues

[nw13] alpha5: https is not working

The "http" module loads and works correclty (so far) but I cannot use "https".

I try to load it by doing:

var https = nw.require('https');

but I get a blank page and devtools doesn't show up when I press F12.

It seems like some kind of deadlock when node is trying to load the module.

Did you have the same problem? Is there a temporary workaround? How can I help you to fix it? Do you have an idea of what can be the issue here?

Thanks!

invalid preprocessor command 'include_next'

Hello.

I'm trying to compile node, after going through "Building NWJS" guide, at:
http://docs.nwjs.io/en/latest/For%20Developers/Building%20NW.js

I managed to compile the nwjs smoothly, but i'm running into some issue when trying to execute:
ninja -C out/Release node

same goes for:
ninja -C out/Release_x64 node
ninja -C out/Debug node
ninja -C out/Debug_x64 node

(getting the exact error)

(Using nw46 branch)

full message in the console:

$ ninja -C out/Release_x64 node
ninja: Entering directory `out/Release_x64'
[1/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.detect-wakeup.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.detect-wakeup.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.detect-wakeup.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\detect-wakeup.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.detect-wakeup.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[2/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.inet.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.inet.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.inet.obj.rsp /c ....\third_party\node-nw\deps\uv\src\inet.c /Foobj\third_party\node-nw\deps\uv\src\libuv.inet.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\stdio.h(107): fatal error C1021: invalid preprocessor command 'include_next'
[3/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.error.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.error.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.error.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\error.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.error.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[4/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.timer.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.timer.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.timer.obj.rsp /c ....\third_party\node-nw\deps\uv\src\timer.c /Foobj\third_party\node-nw\deps\uv\src\libuv.timer.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[5/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.random.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.random.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.random.obj.rsp /c ....\third_party\node-nw\deps\uv\src\random.c /Foobj\third_party\node-nw\deps\uv\src\libuv.random.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[6/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.uv-common.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.uv-common.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.uv-common.obj.rsp /c ....\third_party\node-nw\deps\uv\src\uv-common.c /Foobj\third_party\node-nw\deps\uv\src\libuv.uv-common.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[7/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.dl.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.dl.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.dl.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\dl.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.dl.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[8/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.idna.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.idna.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.idna.obj.rsp /c ....\third_party\node-nw\deps\uv\src\idna.c /Foobj\third_party\node-nw\deps\uv\src\libuv.idna.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[9/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.core.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.core.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.core.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\core.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.core.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[10/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.fs.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.fs.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.fs.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\fs.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.fs.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\stdlib.h(97): fatal error C1021: invalid preprocessor command 'include_next'
[11/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.fs-event.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.fs-event.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.fs-event.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\fs-event.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.fs-event.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[12/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.version.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.version.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.version.obj.rsp /c ....\third_party\node-nw\deps\uv\src\version.c /Foobj\third_party\node-nw\deps\uv\src\libuv.version.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[13/1388] CC obj\third_party\node-nw\deps\uv\src\libuv.fs-poll.obj
FAILED: obj/third_party/node-nw/deps/uv/src/libuv.fs-poll.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\libuv.fs-poll.obj.rsp /c ....\third_party\node-nw\deps\uv\src\fs-poll.c /Foobj\third_party\node-nw\deps\uv\src\libuv.fs-poll.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
[14/1388] CC obj\third_party\node-nw\deps\uv\src\win\libuv.async.obj
FAILED: obj/third_party/node-nw/deps/uv/src/win/libuv.async.obj
ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\Hostx64\x64\cl.exe" /nologo /showIncludes /FC @obj\third_party\node-nw\deps\uv\src\win\libuv.async.obj.rsp /c ....\third_party\node-nw\deps\uv\src\win\async.c /Foobj\third_party\node-nw\deps\uv\src\win\libuv.async.obj /Fdobj\third_party\node-nw\deps\uv\libuv.c.pdb
cl : Command line warning D9002 : ignoring unknown option '/Zc:dllexportInlines-'
C:\kanomi\nwjs464\src\buildtools\third_party\libc++\trunk\include\errno.h(31): fatal error C1021: invalid preprocessor command 'include_next'
ninja: build stopped: subcommand failed.

Did anyone run into this issue?

Thanks!

Unable to build nwjs, as node build is failing

Nwjs version trying to build: nw24 (Completed without errors),
Node version trying to build: nw24,
Operating System: Windows 7,
VS: Visual Studio 2015 Update 3

I am trying to create nwjs build and my nwjs build step has succeeded but my node build step is failing with the following linker error:

ninja: Entering directory `out/Release'
[1/1] LINK_EMBED(DLL) node.dll
FAILED: node.dll node.dll.lib node.dll.pdb 
C:\Users\Administrator\codebase\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe gyp-win-tool link-with-manifests environment.x86 True node.dll "C:\Users\Administrator\codebase\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /IMPLIB:node.dll.lib /DLL /OUT:node.dll @node.dll.rsp" 2 mt.exe rc.exe "obj\third_party\node-nw\node.node.dll.intermediate.manifest" obj\third_party\node-nw\node.node.dll.generated.manifest
node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::Exit(void)" (__imp_?Exit@Context@v8@@QAEXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::Enter(void)" (__imp_?Enter@Context@v8@@QAEXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::External::Value(void)const " (__imp_?Value@External@v8@@QBEPAXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Integer> __cdecl v8::Integer::New(class v8::Isolate *,int)" (__imp_?New@Integer@v8@@SA?AV?$Local@VInteger@v8@@@2@PAVIsolate@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::EnqueueMicrotask(void (__cdecl*)(void *),void *)" (__imp_?EnqueueMicrotask@Isolate@v8@@QAEXP6AXPAX@Z0@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Isolate::ThrowException(class v8::Local<class v8::Value>)" (__imp_?ThrowException@Isolate@v8@@QAE?AV?$Local@VValue@v8@@@2@V32@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Context> __thiscall v8::Isolate::GetCurrentContext(void)" (__imp_?GetCurrentContext@Isolate@v8@@QAE?AV?$Local@VContext@v8@@@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::HeapProfiler * __thiscall v8::Isolate::GetHeapProfiler(void)" (__imp_?GetHeapProfiler@Isolate@v8@@QAEPAVHeapProfiler@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::HeapProfiler::SetWrapperClassInfoProvider(unsigned short,class v8::RetainedObjectInfo * (__cdecl*)(unsigned short,class v8::Local<class v8::Value>))" (__imp_?SetWrapperClassInfoProvider@HeapProfiler@v8@@QAEXGP6APAVRetainedObjectInfo@2@GV?$Local@VValue@v8@@@2@@Z@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static class v8::internal::Object * * __cdecl v8::HandleScope::CreateHandle(class v8::internal::Isolate *,class v8::internal::Object *)" (__imp_?CreateHandle@HandleScope@v8@@KAPAPAVObject@internal@2@PAVIsolate@42@PAV342@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class v8::internal::Object * * __cdecl v8::HandleScope::CreateHandle(class v8::internal::HeapObject *,class v8::internal::Object *)" (__imp_?CreateHandle@HandleScope@v8@@CAPAPAVObject@internal@2@PAVHeapObject@42@PAV342@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HandleScope::~HandleScope(void)" (__imp_??1HandleScope@v8@@QAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HandleScope::HandleScope(class v8::Isolate *)" (__imp_??0HandleScope@v8@@QAE@PAVIsolate@1@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::TypeError(class v8::Local<class v8::String>)" (__imp_?TypeError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::FunctionTemplate::SetClassName(class v8::Local<class v8::String>)" (__imp_?SetClassName@FunctionTemplate@v8@@QAEXV?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ObjectTemplate> __thiscall v8::FunctionTemplate::InstanceTemplate(void)" (__imp_?InstanceTemplate@FunctionTemplate@v8@@QAE?AV?$Local@VObjectTemplate@v8@@@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Function> __thiscall v8::FunctionTemplate::GetFunction(void)" (__imp_?GetFunction@FunctionTemplate@v8@@QAE?AV?$Local@VFunction@v8@@@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::FunctionTemplate> __cdecl v8::FunctionTemplate::New(class v8::Isolate *,void (__cdecl*)(class v8::FunctionCallbackInfo<class v8::Value> const &),class v8::Local<class v8::Value>,class v8::Local<class v8::Signature>,int,enum v8::ConstructorBehavior)" (__imp_?New@FunctionTemplate@v8@@SA?AV?$Local@VFunctionTemplate@v8@@@2@PAVIsolate@2@P6AXABV?$FunctionCallbackInfo@VValue@v8@@@2@@ZV?$Local@VValue@v8@@@2@V?$Local@VSignature@v8@@@2@HW4ConstructorBehavior@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::MicrotasksScope::PerformCheckpoint(class v8::Isolate *)" (__imp_?PerformCheckpoint@MicrotasksScope@v8@@SAXPAVIsolate@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::ArrayBuffer> __cdecl v8::ArrayBuffer::New(class v8::Isolate *,void *,unsigned int,enum v8::ArrayBufferCreationMode)" (__imp_?New@ArrayBuffer@v8@@SA?AV?$Local@VArrayBuffer@v8@@@2@PAVIsolate@2@PAXIW4ArrayBufferCreationMode@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::ToLocalEmpty(void)" (__imp_?ToLocalEmpty@V8@v8@@CAXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::FromJustIsNothing(void)" (__imp_?FromJustIsNothing@V8@v8@@CAXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::MakeWeak(class v8::internal::Object * *,void *,void (__cdecl*)(class v8::WeakCallbackInfo<void> const &),enum v8::WeakCallbackType)" (__imp_?MakeWeak@V8@v8@@CAXPAPAVObject@internal@2@PAXP6AXABV?$WeakCallbackInfo@X@2@@ZW4WeakCallbackType@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::DisposeGlobal(class v8::internal::Object * *)" (__imp_?DisposeGlobal@V8@v8@@CAXPAPAVObject@internal@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class v8::internal::Object * * __cdecl v8::V8::GlobalizeReference(class v8::internal::Isolate *,class v8::internal::Object * *)" (__imp_?GlobalizeReference@V8@v8@@CAPAPAVObject@internal@2@PAVIsolate@42@PAPAV342@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<double> __thiscall v8::Value::NumberValue(class v8::Local<class v8::Context>)const " (__imp_?NumberValue@Value@v8@@QBE?AV?$Maybe@N@2@V?$Local@VContext@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __thiscall v8::Value::NumberValue(void)const " (__imp_?NumberValue@Value@v8@@QBENXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsPromise(void)const " (__imp_?IsPromise@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsExternal(void)const " (__imp_?IsExternal@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsNumber(void)const " (__imp_?IsNumber@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsObject(void)const " (__imp_?IsObject@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsFunction(void)const " (__imp_?IsFunction@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsTrue(void)const " (__imp_?IsTrue@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Float64Array> __cdecl v8::Float64Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Float64Array@v8@@SA?AV?$Local@VFloat64Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::TryCatch::~TryCatch(void)" (__imp_??1TryCatch@v8@@QAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::TryCatch::TryCatch(class v8::Isolate *)" (__imp_??0TryCatch@v8@@QAE@PAVIsolate@1@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromOneByte(class v8::Isolate *,unsigned char const *,enum v8::NewStringType,int)" (__imp_?NewFromOneByte@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PBEW4NewStringType@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::NewStringType,int)" (__imp_?NewFromUtf8@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PBDW4NewStringType@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Number> __cdecl v8::Number::New(class v8::Isolate *,double)" (__imp_?New@Number@v8@@SA?AV?$Local@VNumber@v8@@@2@PAVIsolate@2@N@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void * __thiscall v8::Object::SlowGetAlignedPointerFromInternalField(int)" (__imp_?SlowGetAlignedPointerFromInternalField@Object@v8@@AAEPAXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: class v8::Local<class v8::Value> __thiscall v8::Object::SlowGetInternalField(int)" (__imp_?SlowGetInternalField@Object@v8@@AAE?AV?$Local@VValue@v8@@@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Object> __cdecl v8::Object::New(class v8::Isolate *)" (__imp_?New@Object@v8@@SA?AV?$Local@VObject@v8@@@2@PAVIsolate@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Object::SetAlignedPointerInInternalField(int,void *)" (__imp_?SetAlignedPointerInInternalField@Object@v8@@QAEXHPAX@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Object::SetInternalField(int,class v8::Local<class v8::Value>)" (__imp_?SetInternalField@Object@v8@@QAEXHV?$Local@VValue@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::Object::InternalFieldCount(void)" (__imp_?InternalFieldCount@Object@v8@@QAEHXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(class v8::Local<class v8::Value>)" (__imp_?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@V32@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::Get(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Get@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::ForceSet(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>,class v8::Local<class v8::Value>,enum v8::PropertyAttribute)" (__imp_?ForceSet@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@1W4PropertyAttribute@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Object::Set(class v8::Local<class v8::Value>,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE_NV?$Local@VValue@v8@@@2@0@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Symbol> __cdecl v8::Symbol::New(class v8::Isolate *,class v8::Local<class v8::String>)" (__imp_?New@Symbol@v8@@SA?AV?$Local@VSymbol@v8@@@2@PAVIsolate@2@V?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Function::SetName(class v8::Local<class v8::String>)" (__imp_?SetName@Function@v8@@QAEXV?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Function::Call(class v8::Local<class v8::Value>,int,class v8::Local<class v8::Value> * const)" (__imp_?Call@Function@v8@@QAE?AV?$Local@VValue@v8@@@2@V32@HQAV32@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Function::Call(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>,int,class v8::Local<class v8::Value> * const)" (__imp_?Call@Function@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@HQAV52@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint32Array> __cdecl v8::Uint32Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint32Array@v8@@SA?AV?$Local@VUint32Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetInternalFieldCount(int)" (__imp_?SetInternalFieldCount@ObjectTemplate@v8@@QAEXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetAccessor(class v8::Local<class v8::String>,void (__cdecl*)(class v8::Local<class v8::String>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(class v8::Local<class v8::String>,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<void> const &),class v8::Local<class v8::Value>,enum v8::AccessControl,enum v8::PropertyAttribute,class v8::Local<class v8::AccessorSignature>)" (__imp_?SetAccessor@ObjectTemplate@v8@@QAEXV?$Local@VString@v8@@@2@P6AX0ABV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AX0V?$Local@VValue@v8@@@2@ABV?$PropertyCallbackInfo@X@2@@Z3W4AccessControl@2@W4PropertyAttribute@2@V?$Local@VAccessorSignature@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::ObjectTemplate::NewInstance(class v8::Local<class v8::Context>)" (__imp_?NewInstance@ObjectTemplate@v8@@QAE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::RetainedObjectInfo::`vftable'" (__imp_??_7RetainedObjectInfo@v8@@6B@)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall v8::RetainedObjectInfo::~RetainedObjectInfo(void)" (__imp_??1RetainedObjectInfo@v8@@MAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall v8::RetainedObjectInfo::RetainedObjectInfo(void)" (__imp_??0RetainedObjectInfo@v8@@IAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual int __thiscall v8::RetainedObjectInfo::GetElementCount(void)" (__imp_?GetElementCount@RetainedObjectInfo@v8@@UAEHXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual char const * __thiscall v8::RetainedObjectInfo::GetGroupLabel(void)" (__imp_?GetGroupLabel@RetainedObjectInfo@v8@@UAEPBDXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::Context::GetAlignedPointerFromEmbedderData(int)" (__imp_?GetAlignedPointerFromEmbedderData@Context@v8@@QAEPAXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::External * __cdecl v8::External::Cast(class v8::Value *)" (__imp_?Cast@External@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Function * __cdecl v8::Function::Cast(class v8::Value *)" (__imp_?Cast@Function@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Promise * __cdecl v8::Promise::Cast(class v8::Value *)" (__imp_?Cast@Promise@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Object * __cdecl v8::Object::Cast(class v8::Value *)" (__imp_?Cast@Object@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::Object::GetAlignedPointerFromInternalField(int)" (__imp_?GetAlignedPointerFromInternalField@Object@v8@@QAEPAXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::GetInternalField(int)" (__imp_?GetInternalField@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@H@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Signature> __cdecl v8::Signature::New(class v8::Isolate *,class v8::Local<class v8::FunctionTemplate>)" (__imp_?New@Signature@v8@@SA?AV?$Local@VSignature@v8@@@2@PAVIsolate@2@V?$Local@VFunctionTemplate@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Template::Set(class v8::Local<class v8::Name>,class v8::Local<class v8::Data>,enum v8::PropertyAttribute)" (__imp_?Set@Template@v8@@QAEXV?$Local@VName@v8@@@2@V?$Local@VData@v8@@@2@W4PropertyAttribute@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::Error(class v8::Local<class v8::String>)" (__imp_?Error@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Array> __cdecl v8::Array::New(class v8::Isolate *,int)" (__imp_?New@Array@v8@@SA?AV?$Local@VArray@v8@@@2@PAVIsolate@2@H@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::Array::Length(void)const " (__imp_?Length@Array@v8@@QBEIXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ObjectTemplate> __thiscall v8::FunctionTemplate::PrototypeTemplate(void)" (__imp_?PrototypeTemplate@FunctionTemplate@v8@@QAE?AV?$Local@VObjectTemplate@v8@@@2@XZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::Value::Int32Value(void)const " (__imp_?Int32Value@Value@v8@@QBEHXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::Value::Uint32Value(void)const " (__imp_?Uint32Value@Value@v8@@QBEIXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint32(void)const " (__imp_?IsUint32@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt32(void)const " (__imp_?IsInt32@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsArray(void)const " (__imp_?IsArray@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: class v8::internal::Object * * __thiscall v8::EscapableHandleScope::Escape(class v8::internal::Object * *)" (__imp_?Escape@EscapableHandleScope@v8@@AAEPAPAVObject@internal@2@PAPAV342@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::EscapableHandleScope::EscapableHandleScope(class v8::Isolate *)" (__imp_??0EscapableHandleScope@v8@@QAE@PAVIsolate@1@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(unsigned int)" (__imp_?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@I@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Set(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@1@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Object::Set(unsigned int,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE_NIV?$Local@VValue@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Set(class v8::Local<class v8::Context>,unsigned int,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@IV?$Local@VValue@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Array * __cdecl v8::Array::Cast(class v8::Value *)" (__imp_?Cast@Array@v8@@SAPAV12@PAVValue@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: bool __thiscall v8::Value::QuickIsString(void)const " (__imp_?QuickIsString@Value@v8@@ABE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsString(void)const " (__imp_?IsString@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: bool __thiscall v8::Value::QuickIsUndefined(void)const " (__imp_?QuickIsUndefined@Value@v8@@ABE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUndefined(void)const " (__imp_?IsUndefined@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::String * __cdecl v8::String::Cast(class v8::Value *)" (__imp_?Cast@String@v8@@SAPAV12@PAVValue@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::EscapableHandleScope::~EscapableHandleScope(void)" (__imp_??1EscapableHandleScope@v8@@QAE@XZ)

node.connection_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Boolean> __cdecl v8::Boolean::New(class v8::Isolate *,bool)" (__imp_?New@Boolean@v8@@SA?AV?$Local@VBoolean@v8@@@2@PAVIsolate@2@_N@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::SetPromiseHook(void (__cdecl*)(enum v8::PromiseHookType,class v8::Local<class v8::Promise>,class v8::Local<class v8::Value>))" (__imp_?SetPromiseHook@Isolate@v8@@QAEXP6AXW4PromiseHookType@2@V?$Local@VPromise@v8@@@2@V?$Local@VValue@v8@@@2@@Z@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::CpuProfiler * __thiscall v8::Isolate::GetCpuProfiler(void)" (__imp_?GetCpuProfiler@Isolate@v8@@QAEPAVCpuProfiler@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::StackFrame::IsEval(void)const " (__imp_?IsEval@StackFrame@v8@@QBE_NXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::StackFrame::GetFunctionName(void)const " (__imp_?GetFunctionName@StackFrame@v8@@QBE?AV?$Local@VString@v8@@@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::StackFrame::GetScriptName(void)const " (__imp_?GetScriptName@StackFrame@v8@@QBE?AV?$Local@VString@v8@@@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackFrame::GetScriptId(void)const " (__imp_?GetScriptId@StackFrame@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackFrame::GetColumn(void)const " (__imp_?GetColumn@StackFrame@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackFrame::GetLineNumber(void)const " (__imp_?GetLineNumber@StackFrame@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::StackTrace> __cdecl v8::StackTrace::CurrentStackTrace(class v8::Isolate *,int,enum v8::StackTrace::StackTraceOptions)" (__imp_?CurrentStackTrace@StackTrace@v8@@SA?AV?$Local@VStackTrace@v8@@@2@PAVIsolate@2@HW4StackTraceOptions@12@@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackTrace::GetFrameCount(void)const " (__imp_?GetFrameCount@StackTrace@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::StackFrame> __thiscall v8::StackTrace::GetFrame(unsigned int)const " (__imp_?GetFrame@StackTrace@v8@@QBE?AV?$Local@VStackFrame@v8@@@2@I@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Context> __thiscall v8::Object::CreationContext(void)" (__imp_?CreationContext@Object@v8@@QAE?AV?$Local@VContext@v8@@@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::CpuProfiler::SetIdle(bool)" (__imp_?SetIdle@CpuProfiler@v8@@QAEX_N@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::Function::NewInstance(class v8::Local<class v8::Context>)const " (__imp_?NewInstance@Function@v8@@QBE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.fs_event_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::Empty(class v8::Isolate *)" (__imp_?Empty@String@v8@@SA?AV?$Local@VString@v8@@@2@PAVIsolate@2@@Z)

node.js_stream.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::External> __cdecl v8::External::New(class v8::Isolate *,void *)" (__imp_?New@External@v8@@SA?AV?$Local@VExternal@v8@@@2@PAVIsolate@2@PAX@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::SetAlignedPointerInEmbedderData(int,void *)" (__imp_?SetAlignedPointerInEmbedderData@Context@v8@@QAEXHPAX@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Isolate * __thiscall v8::Context::GetIsolate(void)" (__imp_?GetIsolate@Context@v8@@QAEPAVIsolate@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Context> __cdecl v8::Context::New(class v8::Isolate *,class v8::ExtensionConfiguration *,class v8::MaybeLocal<class v8::ObjectTemplate>,class v8::MaybeLocal<class v8::Value>)" (__imp_?New@Context@v8@@SA?AV?$Local@VContext@v8@@@2@PAVIsolate@2@PAVExtensionConfiguration@2@V?$MaybeLocal@VObjectTemplate@v8@@@2@V?$MaybeLocal@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Object> __thiscall v8::Context::Global(void)" (__imp_?Global@Context@v8@@QAE?AV?$Local@VObject@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "bool __cdecl v8::platform::PumpMessageLoop(class v8::Platform *,class v8::Isolate *,enum v8::platform::MessageLoopBehavior)" (?PumpMessageLoop@platform@v8@@YA_NPAVPlatform@2@PAVIsolate@2@W4MessageLoopBehavior@12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "class v8::Platform * __cdecl v8::platform::CreateDefaultPlatform(int,enum v8::platform::IdleTaskSupport,enum v8::platform::InProcessStackDumping)" (?CreateDefaultPlatform@platform@v8@@YAPAVPlatform@2@HW4IdleTaskSupport@12@W4InProcessStackDumping@12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Integer> __cdecl v8::Integer::NewFromUnsigned(class v8::Isolate *,unsigned int)" (__imp_?NewFromUnsigned@Integer@v8@@SA?AV?$Local@VInteger@v8@@@2@PAVIsolate@2@I@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Private> __cdecl v8::Private::New(class v8::Isolate *,class v8::Local<class v8::String>)" (__imp_?New@Private@v8@@SA?AV?$Local@VPrivate@v8@@@2@PAVIsolate@2@V?$Local@VString@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall v8::Isolate::ReportExternalAllocationLimitReached(void)" (__imp_?ReportExternalAllocationLimitReached@Isolate@v8@@AAEXXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Isolate::AddMessageListener(void (__cdecl*)(class v8::Local<class v8::Message>,class v8::Local<class v8::Value>),class v8::Local<class v8::Value>)" (__imp_?AddMessageListener@Isolate@v8@@QAE_NP6AXV?$Local@VMessage@v8@@@2@V?$Local@VValue@v8@@@2@@Z1@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::SetFatalErrorHandler(void (__cdecl*)(char const *,char const *))" (__imp_?SetFatalErrorHandler@Isolate@v8@@QAEXP6AXPBD0@Z@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::SetAutorunMicrotasks(bool)" (__imp_?SetAutorunMicrotasks@Isolate@v8@@QAEX_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::GetHeapStatistics(class v8::HeapStatistics *)" (__imp_?GetHeapStatistics@Isolate@v8@@QAEXPAVHeapStatistics@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::Dispose(void)" (__imp_?Dispose@Isolate@v8@@QAEXXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Isolate * __cdecl v8::Isolate::GetCurrent(void)" (__imp_?GetCurrent@Isolate@v8@@SAPAV12@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Isolate * __cdecl v8::Isolate::New(struct v8::Isolate::CreateParams const &)" (__imp_?New@Isolate@v8@@SAPAV12@ABUCreateParams@12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::HeapProfiler::StartTrackingHeapObjects(bool)" (__imp_?StartTrackingHeapObjects@HeapProfiler@v8@@QAEX_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::TypedArray::Length(void)" (__imp_?Length@TypedArray@v8@@QAEIXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ArrayBuffer> __thiscall v8::ArrayBufferView::Buffer(void)" (__imp_?Buffer@ArrayBufferView@v8@@QAE?AV?$Local@VArrayBuffer@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall v8::Locker::Initialize(class v8::Isolate *)" (__imp_?Initialize@Locker@v8@@AAEXPAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Locker::~Locker(void)" (__imp_??1Locker@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __thiscall v8::ArrayBuffer::Allocator::SetProtection(void *,unsigned int,enum v8::ArrayBuffer::Allocator::Protection)" (__imp_?SetProtection@Allocator@ArrayBuffer@v8@@UAEXPAXIW4Protection@123@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __thiscall v8::ArrayBuffer::Allocator::Free(void *,unsigned int,enum v8::ArrayBuffer::Allocator::AllocationMode)" (__imp_?Free@Allocator@ArrayBuffer@v8@@UAEXPAXIW4AllocationMode@123@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void * __thiscall v8::ArrayBuffer::Allocator::Reserve(unsigned int)" (__imp_?Reserve@Allocator@ArrayBuffer@v8@@UAEPAXI@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::ArrayBuffer::Contents __thiscall v8::ArrayBuffer::GetContents(void)" (__imp_?GetContents@ArrayBuffer@v8@@QAE?AVContents@12@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class v8::Value * __cdecl v8::V8::Eternalize(class v8::Isolate *,class v8::Value *)" (__imp_?Eternalize@V8@v8@@CAPAVValue@2@PAVIsolate@2@PAV32@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::InitializePlatform(class v8::Platform *)" (__imp_?InitializePlatform@V8@v8@@SAXPAVPlatform@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::InitializeExternalStartupData(char const *)" (__imp_?InitializeExternalStartupData@V8@v8@@SAXPBD@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl v8::V8::Dispose(void)" (__imp_?Dispose@V8@v8@@SA_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetEntropySource(bool (__cdecl*)(unsigned char *,unsigned int))" (__imp_?SetEntropySource@V8@v8@@SAXP6A_NPAEI@Z@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl v8::V8::Initialize(void)" (__imp_?Initialize@V8@v8@@SA_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char const * __cdecl v8::V8::GetVersion(void)" (__imp_?GetVersion@V8@v8@@SAPBDXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetFlagsFromCommandLine(int *,char * *,bool)" (__imp_?SetFlagsFromCommandLine@V8@v8@@SAXPAHPAPAD_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetFlagsFromString(char const *,int)" (__imp_?SetFlagsFromString@V8@v8@@SAXPBDH@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetSnapshotDataBlob(class v8::StartupData *)" (__imp_?SetSnapshotDataBlob@V8@v8@@SAXPAVStartupData@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetNativesDataBlob(class v8::StartupData *)" (__imp_?SetNativesDataBlob@V8@v8@@SAXPAVStartupData@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::SealHandleScope::~SealHandleScope(void)" (__imp_??1SealHandleScope@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::SealHandleScope::SealHandleScope(class v8::Isolate *)" (__imp_??0SealHandleScope@v8@@QAE@PAVIsolate@1@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall v8::Value::IntegerValue(void)const " (__imp_?IntegerValue@Value@v8@@QBE_JXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::BooleanValue(void)const " (__imp_?BooleanValue@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Integer> __thiscall v8::Value::ToInteger(class v8::Isolate *)const " (__imp_?ToInteger@Value@v8@@QBE?AV?$Local@VInteger@v8@@@2@PAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Object> __thiscall v8::Value::ToObject(class v8::Isolate *)const " (__imp_?ToObject@Value@v8@@QBE?AV?$Local@VObject@v8@@@2@PAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::Value::ToString(class v8::Isolate *)const " (__imp_?ToString@Value@v8@@QBE?AV?$Local@VString@v8@@@2@PAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsFloat64Array(void)const " (__imp_?IsFloat64Array@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsNativeError(void)const " (__imp_?IsNativeError@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsSymbol(void)const " (__imp_?IsSymbol@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HeapStatistics::HeapStatistics(void)" (__imp_??0HeapStatistics@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<int> __thiscall v8::Message::GetEndColumn(class v8::Local<class v8::Context>)const " (__imp_?GetEndColumn@Message@v8@@QBE?AV?$Maybe@H@2@V?$Local@VContext@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<int> __thiscall v8::Message::GetStartColumn(class v8::Local<class v8::Context>)const " (__imp_?GetStartColumn@Message@v8@@QBE?AV?$Maybe@H@2@V?$Local@VContext@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::Message::GetLineNumber(void)const " (__imp_?GetLineNumber@Message@v8@@QBEHXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Message::GetScriptResourceName(void)const " (__imp_?GetScriptResourceName@Message@v8@@QBE?AV?$Local@VValue@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::Message::GetSourceLine(void)const " (__imp_?GetSourceLine@Message@v8@@QBE?AV?$Local@VString@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::TryCatch::IsVerbose(void)const " (__imp_?IsVerbose@TryCatch@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::TryCatch::SetVerbose(bool)" (__imp_?SetVerbose@TryCatch@v8@@QAEX_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Message> __thiscall v8::TryCatch::Message(void)const " (__imp_?Message@TryCatch@v8@@QBE?AV?$Local@VMessage@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::TryCatch::Exception(void)const " (__imp_?Exception@TryCatch@v8@@QBE?AV?$Local@VValue@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::TryCatch::HasCaught(void)const " (__imp_?HasCaught@TryCatch@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::Debug::DebugBreak(class v8::Isolate *)" (__imp_?DebugBreak@Debug@v8@@SAXPAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Script::Run(void)" (__imp_?Run@Script@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::Script> __cdecl v8::Script::Compile(class v8::Local<class v8::Context>,class v8::Local<class v8::String>,class v8::ScriptOrigin *)" (__imp_?Compile@Script@v8@@SA?AV?$MaybeLocal@VScript@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VString@v8@@@2@PAVScriptOrigin@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::String::Utf8Value::~Utf8Value(void)" (__imp_??1Utf8Value@String@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::String::Utf8Value::Utf8Value(class v8::Local<class v8::Value>)" (__imp_??0Utf8Value@String@v8@@QAE@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::Concat(class v8::Local<class v8::String>,class v8::Local<class v8::String>)" (__imp_?Concat@String@v8@@SA?AV?$Local@VString@v8@@@2@V32@0@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::NewFromTwoByte(class v8::Isolate *,unsigned short const *,enum v8::String::NewStringType,int)" (__imp_?NewFromTwoByte@String@v8@@SA?AV?$Local@VString@v8@@@2@PAVIsolate@2@PBGW4NewStringType@12@H@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::String::NewStringType,int)" (__imp_?NewFromUtf8@String@v8@@SA?AV?$Local@VString@v8@@@2@PAVIsolate@2@PBDW4NewStringType@12@H@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ResourceConstraints::ResourceConstraints(void)" (__imp_??0ResourceConstraints@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Isolate * __thiscall v8::Object::GetIsolate(void)" (__imp_?GetIsolate@Object@v8@@QAEPAVIsolate@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::SetPrototype(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?SetPrototype@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::GetPrivate(class v8::Local<class v8::Context>,class v8::Local<class v8::Private>)" (__imp_?GetPrivate@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VPrivate@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::SetPrivate(class v8::Local<class v8::Context>,class v8::Local<class v8::Private>,class v8::Local<class v8::Value>)" (__imp_?SetPrivate@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VPrivate@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::HasPrivate(class v8::Local<class v8::Context>,class v8::Local<class v8::Private>)" (__imp_?HasPrivate@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VPrivate@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::SetAccessor(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>,void (__cdecl*)(class v8::Local<class v8::Name>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(class v8::Local<class v8::Name>,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<void> const &),class v8::MaybeLocal<class v8::Value>,enum v8::AccessControl,enum v8::PropertyAttribute)" (__imp_?SetAccessor@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@P6AX1ABV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AX1V?$Local@VValue@v8@@@2@ABV?$PropertyCallbackInfo@X@2@@ZV?$MaybeLocal@VValue@v8@@@2@W4AccessControl@2@W4PropertyAttribute@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Delete(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Delete@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Has(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Has@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::Get(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Get@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@I@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::DefineOwnProperty(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>,class v8::Local<class v8::Value>,enum v8::PropertyAttribute)" (__imp_?DefineOwnProperty@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@V?$Local@VValue@v8@@@2@W4PropertyAttribute@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetHandler(struct v8::NamedPropertyHandlerConfiguration const &)" (__imp_?SetHandler@ObjectTemplate@v8@@QAEXABUNamedPropertyHandlerConfiguration@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::ObjectTemplate> __cdecl v8::ObjectTemplate::New(class v8::Isolate *,class v8::Local<class v8::FunctionTemplate>)" (__imp_?New@ObjectTemplate@v8@@SA?AV?$Local@VObjectTemplate@v8@@@2@PAVIsolate@2@V?$Local@VFunctionTemplate@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::ArrayBuffer::Allocator::`vftable'" (__imp_??_7Allocator@ArrayBuffer@v8@@6B@)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ArrayBuffer::Allocator::Allocator(void)" (__imp_??0Allocator@ArrayBuffer@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall v8::Isolate::AdjustAmountOfExternalAllocatedMemory(__int64)" (__imp_?AdjustAmountOfExternalAllocatedMemory@Isolate@v8@@QAE_J_J@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Float64Array * __cdecl v8::Float64Array::Cast(class v8::Value *)" (__imp_?Cast@Float64Array@v8@@SAPAV12@PAVValue@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Uint32Array * __cdecl v8::Uint32Array::Cast(class v8::Value *)" (__imp_?Cast@Uint32Array@v8@@SAPAV12@PAVValue@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: bool __thiscall v8::Value::QuickIsNull(void)const " (__imp_?QuickIsNull@Value@v8@@ABE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsNull(void)const " (__imp_?IsNull@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Locker::Locker(class v8::Isolate *)" (__imp_??0Locker@v8@@QAE@PAVIsolate@1@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Isolate::Scope::~Scope(void)" (__imp_??1Scope@Isolate@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Isolate::Scope::Scope(class v8::Isolate *)" (__imp_??0Scope@Isolate@v8@@QAE@PAV12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::used_heap_size(void)" (__imp_?used_heap_size@HeapStatistics@v8@@QAEIXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::total_heap_size(void)" (__imp_?total_heap_size@HeapStatistics@v8@@QAEIXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::ArrayBuffer::Contents::Data(void)const " (__imp_?Data@Contents@ArrayBuffer@v8@@QBEPAXXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::ArrayBuffer::Allocator::~Allocator(void)" (__imp_??1Allocator@ArrayBuffer@v8@@UAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char * __thiscall v8::String::Utf8Value::operator*(void)" (__imp_??DUtf8Value@String@v8@@QAEPADXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint8Array> __cdecl v8::Uint8Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint8Array@v8@@SA?AV?$Local@VUint8Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint8ClampedArray> __cdecl v8::Uint8ClampedArray::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint8ClampedArray@v8@@SA?AV?$Local@VUint8ClampedArray@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Int8Array> __cdecl v8::Int8Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Int8Array@v8@@SA?AV?$Local@VInt8Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::ArrayBufferView::ByteOffset(void)" (__imp_?ByteOffset@ArrayBufferView@v8@@QAEIXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::RangeError(class v8::Local<class v8::String>)" (__imp_?RangeError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Float32Array> __cdecl v8::Float32Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Float32Array@v8@@SA?AV?$Local@VFloat32Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Function> __thiscall v8::FunctionTemplate::GetFunction(class v8::Local<class v8::Context>)" (__imp_?GetFunction@FunctionTemplate@v8@@QAE?AV?$MaybeLocal@VFunction@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Boolean::Value(void)const " (__imp_?Value@Boolean@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::ArrayBuffer> __cdecl v8::ArrayBuffer::New(class v8::Isolate *,unsigned int)" (__imp_?New@ArrayBuffer@v8@@SA?AV?$Local@VArrayBuffer@v8@@@2@PAVIsolate@2@I@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void * __cdecl v8::V8::ClearWeak(class v8::internal::Object * *)" (__imp_?ClearWeak@V8@v8@@CAPAXPAPAVObject@internal@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::StrictEquals(class v8::Local<class v8::Value>)const " (__imp_?StrictEquals@Value@v8@@QBE_NV?$Local@VValue@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<int> __thiscall v8::Value::Int32Value(class v8::Local<class v8::Context>)const " (__imp_?Int32Value@Value@v8@@QBE?AV?$Maybe@H@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<unsigned int> __thiscall v8::Value::Uint32Value(class v8::Local<class v8::Context>)const " (__imp_?Uint32Value@Value@v8@@QBE?AV?$Maybe@I@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<__int64> __thiscall v8::Value::IntegerValue(class v8::Local<class v8::Context>)const " (__imp_?IntegerValue@Value@v8@@QBE?AV?$Maybe@_J@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::Value::ToObject(class v8::Local<class v8::Context>)const " (__imp_?ToObject@Value@v8@@QBE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::String> __thiscall v8::Value::ToString(class v8::Local<class v8::Context>)const " (__imp_?ToString@Value@v8@@QBE?AV?$MaybeLocal@VString@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Number> __thiscall v8::Value::ToNumber(class v8::Local<class v8::Context>)const " (__imp_?ToNumber@Value@v8@@QBE?AV?$MaybeLocal@VNumber@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Boolean> __thiscall v8::Value::ToBoolean(class v8::Local<class v8::Context>)const " (__imp_?ToBoolean@Value@v8@@QBE?AV?$MaybeLocal@VBoolean@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsFloat32Array(void)const " (__imp_?IsFloat32Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt32Array(void)const " (__imp_?IsInt32Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint32Array(void)const " (__imp_?IsUint32Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt16Array(void)const " (__imp_?IsInt16Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint16Array(void)const " (__imp_?IsUint16Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt8Array(void)const " (__imp_?IsInt8Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint8ClampedArray(void)const " (__imp_?IsUint8ClampedArray@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint8Array(void)const " (__imp_?IsUint8Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsTypedArray(void)const " (__imp_?IsTypedArray@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsArrayBuffer(void)const " (__imp_?IsArrayBuffer@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsBoolean(void)const " (__imp_?IsBoolean@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsName(void)const " (__imp_?IsName@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint16Array> __cdecl v8::Uint16Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint16Array@v8@@SA?AV?$Local@VUint16Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromTwoByte(class v8::Isolate *,unsigned short const *,enum v8::NewStringType,int)" (__imp_?NewFromTwoByte@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PBGW4NewStringType@2@H@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::WriteUtf8(char *,int,int *,int)const " (__imp_?WriteUtf8@String@v8@@QBEHPADHPAHH@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::WriteOneByte(unsigned char *,int,int,int)const " (__imp_?WriteOneByte@String@v8@@QBEHPAEHHH@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Write(unsigned short *,int,int,int)const " (__imp_?Write@String@v8@@QBEHPAGHHH@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Utf8Length(void)const " (__imp_?Utf8Length@String@v8@@QBEHXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Length(void)const " (__imp_?Length@String@v8@@QBEHXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Int32Array> __cdecl v8::Int32Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Int32Array@v8@@SA?AV?$Local@VInt32Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __thiscall v8::Number::Value(void)const " (__imp_?Value@Number@v8@@QBENXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::HasOwnProperty(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>)" (__imp_?HasOwnProperty@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::GetPrototype(void)" (__imp_?GetPrototype@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Array> __thiscall v8::Object::GetPropertyNames(class v8::Local<class v8::Context>)" (__imp_?GetPropertyNames@Object@v8@@QAE?AV?$MaybeLocal@VArray@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Delete(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Delete@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@I@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Has(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Has@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@I@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Int16Array> __cdecl v8::Int16Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Int16Array@v8@@SA?AV?$Local@VInt16Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::Function::NewInstance(class v8::Local<class v8::Context>,int,class v8::Local<class v8::Value> * const)const " (__imp_?NewInstance@Function@v8@@QBE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@HQAV?$Local@VValue@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetAccessor(class v8::Local<class v8::Name>,void (__cdecl*)(class v8::Local<class v8::Name>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(class v8::Local<class v8::Name>,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<void> const &),class v8::Local<class v8::Value>,enum v8::AccessControl,enum v8::PropertyAttribute,class v8::Local<class v8::AccessorSignature>)" (__imp_?SetAccessor@ObjectTemplate@v8@@QAEXV?$Local@VName@v8@@@2@P6AX0ABV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AX0V?$Local@VValue@v8@@@2@ABV?$PropertyCallbackInfo@X@2@@Z3W4AccessControl@2@W4PropertyAttribute@2@V?$Local@VAccessorSignature@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::TypedArray * __cdecl v8::TypedArray::Cast(class v8::Value *)" (__imp_?Cast@TypedArray@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::ArrayBuffer * __cdecl v8::ArrayBuffer::Cast(class v8::Value *)" (__imp_?Cast@ArrayBuffer@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Number * __cdecl v8::Number::Cast(class v8::Value *)" (__imp_?Cast@Number@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Name * __cdecl v8::Name::Cast(class v8::Value *)" (__imp_?Cast@Name@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Boolean * __cdecl v8::Boolean::Cast(class v8::Value *)" (__imp_?Cast@Boolean@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::ArrayBuffer::Contents::ByteLength(void)const " (__imp_?ByteLength@Contents@ArrayBuffer@v8@@QBEIXZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::ArrayBuffer::Allocator * __thiscall v8::Isolate::array_buffer_allocator(void)" (__imp_?array_buffer_allocator@Isolate@v8@@QAEPAVAllocator@ArrayBuffer@2@XZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::ArrayBufferView::ByteLength(void)" (__imp_?ByteLength@ArrayBufferView@v8@@QAEIXZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ArrayBuffer::Neuter(void)" (__imp_?Neuter@ArrayBuffer@v8@@QAEXXZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::ArrayBuffer::ByteLength(void)const " (__imp_?ByteLength@ArrayBuffer@v8@@QBEIXZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsArrayBufferView(void)const " (__imp_?IsArrayBufferView@Value@v8@@QBE_NXZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::String::Value::~Value(void)" (__imp_??1Value@String@v8@@QAE@XZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::String::Value::Value(class v8::Local<class v8::Value>)" (__imp_??0Value@String@v8@@QAE@V?$Local@VValue@v8@@@2@@Z)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::ArrayBufferView * __cdecl v8::ArrayBufferView::Cast(class v8::Value *)" (__imp_?Cast@ArrayBufferView@v8@@SAPAV12@PAVValue@2@@Z)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Value::length(void)const " (__imp_?length@Value@String@v8@@QBEHXZ)

node.node_buffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned short * __thiscall v8::String::Value::operator*(void)" (__imp_??DValue@String@v8@@QAEPAGXZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::SetEmbedderData(int,class v8::Local<class v8::Value>)" (__imp_?SetEmbedderData@Context@v8@@QAEXHV?$Local@VValue@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Context::GetSecurityToken(void)" (__imp_?GetSecurityToken@Context@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::SetSecurityToken(class v8::Local<class v8::Value>)" (__imp_?SetSecurityToken@Context@v8@@QAEXV?$Local@VValue@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::CancelTerminateExecution(void)" (__imp_?CancelTerminateExecution@Isolate@v8@@QAEXXZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ScriptCompiler::CachedData::~CachedData(void)" (__imp_??1CachedData@ScriptCompiler@v8@@QAE@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ScriptCompiler::CachedData::CachedData(unsigned char const *,int,enum v8::ScriptCompiler::CachedData::BufferPolicy)" (__imp_??0CachedData@ScriptCompiler@v8@@QAE@PBEHW4BufferPolicy@012@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::UnboundScript> __cdecl v8::ScriptCompiler::CompileUnboundScript(class v8::Isolate *,class v8::ScriptCompiler::Source *,enum v8::ScriptCompiler::CompileOptions)" (__imp_?CompileUnboundScript@ScriptCompiler@v8@@SA?AV?$MaybeLocal@VUnboundScript@v8@@@2@PAVIsolate@2@PAVSource@12@W4CompileOptions@12@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Script> __thiscall v8::UnboundScript::BindToCurrentContext(void)" (__imp_?BindToCurrentContext@UnboundScript@v8@@QAE?AV?$Local@VScript@v8@@@2@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::FunctionTemplate::HasInstance(class v8::Local<class v8::Value>)" (__imp_?HasInstance@FunctionTemplate@v8@@QAE_NV?$Local@VValue@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::FunctionTemplate::SetHiddenPrototype(bool)" (__imp_?SetHiddenPrototype@FunctionTemplate@v8@@QAEX_N@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Value::BooleanValue(class v8::Local<class v8::Context>)const " (__imp_?BooleanValue@Value@v8@@QBE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Integer> __thiscall v8::Value::ToInteger(class v8::Local<class v8::Context>)const " (__imp_?ToInteger@Value@v8@@QBE?AV?$MaybeLocal@VInteger@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::TryCatch::ReThrow(void)" (__imp_?ReThrow@TryCatch@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Context> __cdecl v8::Debug::GetDebugContext(class v8::Isolate *)" (__imp_?GetDebugContext@Debug@v8@@SA?AV?$Local@VContext@v8@@@2@PAVIsolate@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl v8::Debug::SetDebugEventListener(class v8::Isolate *,void (__cdecl*)(class v8::Debug::EventDetails const &),class v8::Local<class v8::Value>)" (__imp_?SetDebugEventListener@Debug@v8@@SA_NPAVIsolate@2@P6AXABVEventDetails@12@@ZV?$Local@VValue@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::PropertyDescriptor::set_configurable(bool)" (__imp_?set_configurable@PropertyDescriptor@v8@@QAEX_N@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::PropertyDescriptor::set_enumerable(bool)" (__imp_?set_enumerable@PropertyDescriptor@v8@@QAEX_N@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::PropertyDescriptor::~PropertyDescriptor(void)" (__imp_??1PropertyDescriptor@v8@@QAE@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::PropertyDescriptor::PropertyDescriptor(class v8::Local<class v8::Value>,bool)" (__imp_??0PropertyDescriptor@v8@@QAE@V?$Local@VValue@v8@@@1@_N@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::PropertyDescriptor::PropertyDescriptor(class v8::Local<class v8::Value>,class v8::Local<class v8::Value>)" (__imp_??0PropertyDescriptor@v8@@QAE@V?$Local@VValue@v8@@@1@0@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<enum v8::PropertyAttribute> __thiscall v8::Object::GetRealNamedPropertyAttributes(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>)" (__imp_?GetRealNamedPropertyAttributes@Object@v8@@QAE?AV?$Maybe@W4PropertyAttribute@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::GetRealNamedProperty(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>)" (__imp_?GetRealNamedProperty@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::Object::GetConstructorName(void)" (__imp_?GetConstructorName@Object@v8@@QAE?AV?$Local@VString@v8@@@2@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Array> __thiscall v8::Object::GetOwnPropertyNames(void)" (__imp_?GetOwnPropertyNames@Object@v8@@QAE?AV?$Local@VArray@v8@@@2@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Array> __thiscall v8::Object::GetPropertyNames(void)" (__imp_?GetPropertyNames@Object@v8@@QAE?AV?$Local@VArray@v8@@@2@XZ)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::GetOwnPropertyDescriptor(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>)" (__imp_?GetOwnPropertyDescriptor@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::DefineProperty(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>,class v8::PropertyDescriptor &)" (__imp_?DefineProperty@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@AAVPropertyDescriptor@2@@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Context::GetEmbedderData(int)" (__imp_?GetEmbedderData@Context@v8@@QAE?AV?$Local@VValue@v8@@@2@H@Z)

node.node_contextify.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Uint8Array * __cdecl v8::Uint8Array::Cast(class v8::Value *)" (__imp_?Cast@Uint8Array@v8@@SAPAV12@PAVValue@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsSharedArrayBuffer(void)const " (__imp_?IsSharedArrayBuffer@Value@v8@@QBE_NXZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class v8::MaybeLocal<class v8::WasmCompiledModule> __thiscall v8::ValueDeserializer::Delegate::GetWasmModuleFromId(class v8::Isolate *,unsigned int)" (__imp_?GetWasmModuleFromId@Delegate@ValueDeserializer@v8@@UAE?AV?$MaybeLocal@VWasmCompiledModule@v8@@@3@PAVIsolate@3@I@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class v8::MaybeLocal<class v8::Object> __thiscall v8::ValueDeserializer::Delegate::ReadHostObject(class v8::Isolate *)" (__imp_?ReadHostObject@Delegate@ValueDeserializer@v8@@UAE?AV?$MaybeLocal@VObject@v8@@@3@PAVIsolate@3@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::ValueDeserializer::ReadRawBytes(unsigned int,void const * *)" (__imp_?ReadRawBytes@ValueDeserializer@v8@@QAE_NIPAPBX@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::ValueDeserializer::ReadDouble(double *)" (__imp_?ReadDouble@ValueDeserializer@v8@@QAE_NPAN@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::ValueDeserializer::ReadUint64(unsigned __int64 *)" (__imp_?ReadUint64@ValueDeserializer@v8@@QAE_NPA_K@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::ValueDeserializer::ReadUint32(unsigned int *)" (__imp_?ReadUint32@ValueDeserializer@v8@@QAE_NPAI@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::ValueDeserializer::GetWireFormatVersion(void)const " (__imp_?GetWireFormatVersion@ValueDeserializer@v8@@QBEIXZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueDeserializer::TransferSharedArrayBuffer(unsigned int,class v8::Local<class v8::SharedArrayBuffer>)" (__imp_?TransferSharedArrayBuffer@ValueDeserializer@v8@@QAEXIV?$Local@VSharedArrayBuffer@v8@@@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueDeserializer::TransferArrayBuffer(unsigned int,class v8::Local<class v8::ArrayBuffer>)" (__imp_?TransferArrayBuffer@ValueDeserializer@v8@@QAEXIV?$Local@VArrayBuffer@v8@@@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::ValueDeserializer::ReadValue(class v8::Local<class v8::Context>)" (__imp_?ReadValue@ValueDeserializer@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::ValueDeserializer::ReadHeader(class v8::Local<class v8::Context>)" (__imp_?ReadHeader@ValueDeserializer@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ValueDeserializer::~ValueDeserializer(void)" (__imp_??1ValueDeserializer@v8@@QAE@XZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ValueDeserializer::ValueDeserializer(class v8::Isolate *,unsigned char const *,unsigned int,class v8::ValueDeserializer::Delegate *)" (__imp_??0ValueDeserializer@v8@@QAE@PAVIsolate@1@PBEIPAVDelegate@01@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __thiscall v8::ValueSerializer::Delegate::FreeBufferMemory(void *)" (__imp_?FreeBufferMemory@Delegate@ValueSerializer@v8@@UAEXPAX@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void * __thiscall v8::ValueSerializer::Delegate::ReallocateBufferMemory(void *,unsigned int,unsigned int *)" (__imp_?ReallocateBufferMemory@Delegate@ValueSerializer@v8@@UAEPAXPAXIPAI@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class v8::Maybe<unsigned int> __thiscall v8::ValueSerializer::Delegate::GetWasmModuleTransferId(class v8::Isolate *,class v8::Local<class v8::WasmCompiledModule>)" (__imp_?GetWasmModuleTransferId@Delegate@ValueSerializer@v8@@UAE?AV?$Maybe@I@3@PAVIsolate@3@V?$Local@VWasmCompiledModule@v8@@@3@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class v8::Maybe<unsigned int> __thiscall v8::ValueSerializer::Delegate::GetSharedArrayBufferId(class v8::Isolate *,class v8::Local<class v8::SharedArrayBuffer>)" (__imp_?GetSharedArrayBufferId@Delegate@ValueSerializer@v8@@UAE?AV?$Maybe@I@3@PAVIsolate@3@V?$Local@VSharedArrayBuffer@v8@@@3@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class v8::Maybe<bool> __thiscall v8::ValueSerializer::Delegate::WriteHostObject(class v8::Isolate *,class v8::Local<class v8::Object>)" (__imp_?WriteHostObject@Delegate@ValueSerializer@v8@@UAE?AV?$Maybe@_N@3@PAVIsolate@3@V?$Local@VObject@v8@@@3@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::WriteRawBytes(void const *,unsigned int)" (__imp_?WriteRawBytes@ValueSerializer@v8@@QAEXPBXI@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::WriteDouble(double)" (__imp_?WriteDouble@ValueSerializer@v8@@QAEXN@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::WriteUint64(unsigned __int64)" (__imp_?WriteUint64@ValueSerializer@v8@@QAEX_K@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::WriteUint32(unsigned int)" (__imp_?WriteUint32@ValueSerializer@v8@@QAEXI@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::SetTreatArrayBufferViewsAsHostObjects(bool)" (__imp_?SetTreatArrayBufferViewsAsHostObjects@ValueSerializer@v8@@QAEX_N@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::TransferArrayBuffer(unsigned int,class v8::Local<class v8::ArrayBuffer>)" (__imp_?TransferArrayBuffer@ValueSerializer@v8@@QAEXIV?$Local@VArrayBuffer@v8@@@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct std::pair<unsigned char *,unsigned int> __thiscall v8::ValueSerializer::Release(void)" (__imp_?Release@ValueSerializer@v8@@QAE?AU?$pair@PAEI@std@@XZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::ValueSerializer::WriteValue(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?WriteValue@ValueSerializer@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ValueSerializer::WriteHeader(void)" (__imp_?WriteHeader@ValueSerializer@v8@@QAEXXZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ValueSerializer::~ValueSerializer(void)" (__imp_??1ValueSerializer@v8@@QAE@XZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ValueSerializer::ValueSerializer(class v8::Isolate *,class v8::ValueSerializer::Delegate *)" (__imp_??0ValueSerializer@v8@@QAE@PAVIsolate@1@PAVDelegate@01@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::ValueDeserializer::Delegate::`vftable'" (__imp_??_7Delegate@ValueDeserializer@v8@@6B@)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::ValueSerializer::Delegate::`vftable'" (__imp_??_7Delegate@ValueSerializer@v8@@6B@)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ValueDeserializer::Delegate::Delegate(void)" (__imp_??0Delegate@ValueDeserializer@v8@@QAE@XZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ValueSerializer::Delegate::Delegate(void)" (__imp_??0Delegate@ValueSerializer@v8@@QAE@XZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::SharedArrayBuffer * __cdecl v8::SharedArrayBuffer::Cast(class v8::Value *)" (__imp_?Cast@SharedArrayBuffer@v8@@SAPAV12@PAVValue@2@@Z)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::ValueDeserializer::Delegate::~Delegate(void)" (__imp_??1Delegate@ValueDeserializer@v8@@UAE@XZ)

node.node_serdes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::ValueSerializer::Delegate::~Delegate(void)" (__imp_??1Delegate@ValueSerializer@v8@@UAE@XZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Promise::Resolver::Reject(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Reject@Resolver@Promise@v8@@QAE?AV?$Maybe@_N@3@V?$Local@VContext@v8@@@3@V?$Local@VValue@v8@@@3@@Z)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Promise::Resolver::Resolve(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Resolve@Resolver@Promise@v8@@QAE?AV?$Maybe@_N@3@V?$Local@VContext@v8@@@3@V?$Local@VValue@v8@@@3@@Z)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::Promise::Resolver> __cdecl v8::Promise::Resolver::New(class v8::Local<class v8::Context>)" (__imp_?New@Resolver@Promise@v8@@SA?AV?$MaybeLocal@VResolver@Promise@v8@@@3@V?$Local@VContext@v8@@@3@@Z)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: enum v8::Promise::PromiseState __thiscall v8::Promise::State(void)" (__imp_?State@Promise@v8@@QAE?AW4PromiseState@12@XZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Promise::Result(void)" (__imp_?Result@Promise@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsProxy(void)const " (__imp_?IsProxy@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsDataView(void)const " (__imp_?IsDataView@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsSetIterator(void)const " (__imp_?IsSetIterator@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsMapIterator(void)const " (__imp_?IsMapIterator@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsSet(void)const " (__imp_?IsSet@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsMap(void)const " (__imp_?IsMap@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsAsyncFunction(void)const " (__imp_?IsAsyncFunction@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsRegExp(void)const " (__imp_?IsRegExp@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsDate(void)const " (__imp_?IsDate@Value@v8@@QBE_NXZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Proxy::GetHandler(void)" (__imp_?GetHandler@Proxy@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Object> __thiscall v8::Proxy::GetTarget(void)" (__imp_?GetTarget@Proxy@v8@@QAE?AV?$Local@VObject@v8@@@2@XZ)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Promise::Resolver * __cdecl v8::Promise::Resolver::Cast(class v8::Value *)" (__imp_?Cast@Resolver@Promise@v8@@SAPAV123@PAVValue@3@@Z)

node.node_util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Proxy * __cdecl v8::Proxy::Cast(class v8::Value *)" (__imp_?Cast@Proxy@v8@@SAPAV12@PAVValue@2@@Z)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Isolate::GetHeapSpaceStatistics(class v8::HeapSpaceStatistics *,unsigned int)" (__imp_?GetHeapSpaceStatistics@Isolate@v8@@QAE_NPAVHeapSpaceStatistics@2@I@Z)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::Isolate::NumberOfHeapSpaces(void)" (__imp_?NumberOfHeapSpaces@Isolate@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl v8::ScriptCompiler::CachedDataVersionTag(void)" (__imp_?CachedDataVersionTag@ScriptCompiler@v8@@SAIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HeapSpaceStatistics::HeapSpaceStatistics(void)" (__imp_??0HeapSpaceStatistics@v8@@QAE@XZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapSpaceStatistics::physical_space_size(void)" (__imp_?physical_space_size@HeapSpaceStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapSpaceStatistics::space_available_size(void)" (__imp_?space_available_size@HeapSpaceStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapSpaceStatistics::space_used_size(void)" (__imp_?space_used_size@HeapSpaceStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapSpaceStatistics::space_size(void)" (__imp_?space_size@HeapSpaceStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall v8::HeapSpaceStatistics::space_name(void)" (__imp_?space_name@HeapSpaceStatistics@v8@@QAEPBDXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::does_zap_garbage(void)" (__imp_?does_zap_garbage@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::peak_malloced_memory(void)" (__imp_?peak_malloced_memory@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::malloced_memory(void)" (__imp_?malloced_memory@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::heap_size_limit(void)" (__imp_?heap_size_limit@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::total_available_size(void)" (__imp_?total_available_size@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::total_physical_size(void)" (__imp_?total_physical_size@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::total_heap_size_executable(void)" (__imp_?total_heap_size_executable@HeapStatistics@v8@@QAEIXZ)

node.node_v8.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Utf8Value::length(void)const " (__imp_?length@Utf8Value@String@v8@@QBEHXZ)

node.node_watchdog.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::TerminateExecution(void)" (__imp_?TerminateExecution@Isolate@v8@@QAEXXZ)

node.process_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::Equals(class v8::Local<class v8::Value>)const " (__imp_?Equals@Value@v8@@QBE_NV?$Local@VValue@v8@@@2@@Z)

node.spawn_sync.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Object> __thiscall v8::Object::Clone(void)" (__imp_?Clone@Object@v8@@QAE?AV?$Local@VObject@v8@@@2@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewExternalOneByte(class v8::Isolate *,class v8::String::ExternalOneByteStringResource *)" (__imp_?NewExternalOneByte@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PAVExternalOneByteStringResource@12@@Z)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewExternalTwoByte(class v8::Isolate *,class v8::String::ExternalStringResource *)" (__imp_?NewExternalTwoByte@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PAVExternalStringResource@12@@Z)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::String::ExternalOneByteStringResource const * __thiscall v8::String::GetExternalOneByteStringResource(void)const " (__imp_?GetExternalOneByteStringResource@String@v8@@QBEPBVExternalOneByteStringResource@12@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::String::IsExternalOneByte(void)const " (__imp_?IsExternalOneByte@String@v8@@QBE_NXZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::String::IsExternal(void)const " (__imp_?IsExternal@String@v8@@QBE_NXZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::String::IsOneByte(void)const " (__imp_?IsOneByte@String@v8@@QBE_NXZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::String::ExternalStringResource::`vftable'" (__imp_??_7ExternalStringResource@String@v8@@6B@)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::String::ExternalOneByteStringResource::`vftable'" (__imp_??_7ExternalOneByteStringResource@String@v8@@6B@)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::String::ExternalStringResourceBase::`vftable'" (__imp_??_7ExternalStringResourceBase@String@v8@@6B@)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::String::ExternalStringResource * __thiscall v8::String::GetExternalStringResource(void)const " (__imp_?GetExternalStringResource@String@v8@@QBEPAVExternalStringResource@12@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall v8::String::ExternalOneByteStringResource::ExternalOneByteStringResource(void)" (__imp_??0ExternalOneByteStringResource@String@v8@@IAE@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::String::ExternalOneByteStringResource::~ExternalOneByteStringResource(void)" (__imp_??1ExternalOneByteStringResource@String@v8@@UAE@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall v8::String::ExternalStringResource::ExternalStringResource(void)" (__imp_??0ExternalStringResource@String@v8@@IAE@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::String::ExternalStringResource::~ExternalStringResource(void)" (__imp_??1ExternalStringResource@String@v8@@UAE@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: virtual void __thiscall v8::String::ExternalStringResourceBase::Dispose(void)" (__imp_?Dispose@ExternalStringResourceBase@String@v8@@MAEXXZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall v8::String::ExternalStringResourceBase::ExternalStringResourceBase(void)" (__imp_??0ExternalStringResourceBase@String@v8@@IAE@XZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual bool __thiscall v8::String::ExternalStringResourceBase::IsCompressible(void)const " (__imp_?IsCompressible@ExternalStringResourceBase@String@v8@@UBE_NXZ)

node.string_bytes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::String::ExternalStringResourceBase::~ExternalStringResourceBase(void)" (__imp_??1ExternalStringResourceBase@String@v8@@UAE@XZ)

node.agent.obj : error LNK2001: unresolved external symbol "public: void __thiscall v8::platform::tracing::TracingController::StopTracing(void)" (?StopTracing@TracingController@tracing@platform@v8@@QAEXXZ)

node.agent.obj : error LNK2001: unresolved external symbol "public: void __thiscall v8::platform::tracing::TracingController::StartTracing(class v8::platform::tracing::TraceConfig *)" (?StartTracing@TracingController@tracing@platform@v8@@QAEXPAVTraceConfig@234@@Z)

node.agent.obj : error LNK2001: unresolved external symbol "public: void __thiscall v8::platform::tracing::TracingController::Initialize(class v8::platform::tracing::TraceBuffer *)" (?Initialize@TracingController@tracing@platform@v8@@QAEXPAVTraceBuffer@234@@Z)

node.agent.obj : error LNK2001: unresolved external symbol "public: __thiscall v8::platform::tracing::TracingController::TracingController(void)" (??0TracingController@tracing@platform@v8@@QAE@XZ)

node.agent.obj : error LNK2001: unresolved external symbol "public: void __thiscall v8::platform::tracing::TraceConfig::AddIncludedCategory(char const *)" (?AddIncludedCategory@TraceConfig@tracing@platform@v8@@QAEXPBD@Z)

node.agent.obj : error LNK2001: unresolved external symbol "void __cdecl v8::platform::SetTracingController(class v8::Platform *,class v8::platform::tracing::TracingController *)" (?SetTracingController@platform@v8@@YAXPAVPlatform@2@PAVTracingController@tracing@12@@Z)

node.node_trace_buffer.obj : error LNK2001: unresolved external symbol "public: class v8::platform::tracing::TraceObject * __thiscall v8::platform::tracing::TraceBufferChunk::AddTraceEvent(unsigned int *)" (?AddTraceEvent@TraceBufferChunk@tracing@platform@v8@@QAEPAVTraceObject@234@PAI@Z)

node.node_trace_buffer.obj : error LNK2001: unresolved external symbol "public: void __thiscall v8::platform::tracing::TraceBufferChunk::Reset(unsigned int)" (?Reset@TraceBufferChunk@tracing@platform@v8@@QAEXI@Z)

node.node_trace_buffer.obj : error LNK2001: unresolved external symbol "public: __thiscall v8::platform::tracing::TraceBufferChunk::TraceBufferChunk(unsigned int)" (??0TraceBufferChunk@tracing@platform@v8@@QAE@I@Z)

node.node_trace_buffer.obj : error LNK2001: unresolved external symbol "public: __thiscall v8::platform::tracing::TraceObject::~TraceObject(void)" (??1TraceObject@tracing@platform@v8@@QAE@XZ)

node.node_trace_writer.obj : error LNK2001: unresolved external symbol "public: static class v8::platform::tracing::TraceWriter * __cdecl v8::platform::tracing::TraceWriter::CreateJSONTraceWriter(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?CreateJSONTraceWriter@TraceWriter@tracing@platform@v8@@SAPAV1234@AAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z)

node.util.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::LowMemoryNotification(void)" (__imp_?LowMemoryNotification@Isolate@v8@@QAEXXZ)

node.node_crypto.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::AccessorSignature> __cdecl v8::AccessorSignature::New(class v8::Isolate *,class v8::Local<class v8::FunctionTemplate>)" (__imp_?New@AccessorSignature@v8@@SA?AV?$Local@VAccessorSignature@v8@@@2@PAVIsolate@2@V?$Local@VFunctionTemplate@v8@@@2@@Z)

node.dll : fatal error LNK1120: 401 unresolved externals

Traceback (most recent call last):

  File "gyp-win-tool", line 323, in <module>

    sys.exit(main(sys.argv[1:]))

  File "gyp-win-tool", line 29, in main

    exit_code = executor.Dispatch(args)

  File "gyp-win-tool", line 71, in Dispatch

    return getattr(self, method)(*args[1:])

  File "gyp-win-tool", line 179, in ExecLinkWithManifests

    subprocess.check_call(ldcmd + add_to_ld)

  File "C:\Users\Administrator\codebase\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 540, in check_call

    raise CalledProcessError(retcode, cmd)

subprocess.CalledProcessError: Command 'C:\Users\Administrator\codebase\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /IMPLIB:node.dll.lib /DLL /OUT:node.dll @node.dll.rsp node.dll.manifest.res' returned non-zero exit status 1120

ninja: build stopped: subcommand failed.

libnode.so: undefined symbol

[3188:3188:1109/091527.619989:FATAL:nw_content_renderer_hooks.cc(53)] Failed to load node library (error: /home/work/nwjs_default/src/outst/nw/lib/libnode.so: undefined symbol: _ZN2v811ArrayBuffer7NewNodeEPNS_7IsolateESt10shared_ptrINS_12BackingStoreEE)

Error when compiling and running,Thanks for any info

Update "print sys.byteorder" (Python compatibility issue)

This line:

'v8_host_byteorder': '<!(python -c "import sys; print sys.byteorder")',

Works if the default Python is 2.x, fails in 3.x. Unlike other invocations of python in gyp, it is not affected by setting e.g. --python (nwjs/nw-gyp#122).

This was already patched in upstream Node (nodejs/node@3d8b844) to:

    'v8_host_byteorder': '<!(python -c "import sys; print(sys.byteorder)")',

Though this is in toolchain.gypi; couldn't find their common.gypi. At any rate, seems to be worth it to make this small fix; this currently breaks nw-gyp, which admittedly does not have many users, but it comes in handy once in a while.

nw80 branch not created

nw-patches repo assumes that for every release, there is a corresponding NW.js branch. Our GitHub Action failed to generated a node.patch file since a nw80 branch has not been created. Would like to request to create a branch for nw80. Thanks!

HowTo rebase with iojs, and/or node.

Hi, I wanted to know if there is a simple way of rebasing with the latest version of iojs and etc as I want to merge iojs 1.6.3 into my own build of nw.

could not open '../nw/libc++.dll.lib'

Hello.

I'm trying to build nwjs46 for my first time. (Windows 10 x64)

I've managed to compile nwjs after going through "Building NWJS" guide, at:
http://docs.nwjs.io/en/latest/For%20Developers/Building%20NW.js

But when i tried to compile the node, i got the following error:

$ ninja -C out/Release_x64 node
ninja: Entering directory `out/Release_x64'
[1/99] LINK_EMBED(DLL) icuuc.dll
FAILED: icuuc.dll icuuc.dll.lib icuuc.dll.pdb
C:\Python27\python.exe gyp-win-tool link-with-manifests environment.x64 True icuuc.dll "C:\Python27\python.exe gyp-win-tool link-wrapper environment.x64 False ....\third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo /IMPLIB:icuuc.dll.lib /DLL /OUT:icuuc.dll @icuuc.dll.rsp" 2 mt.exe rc.exe "obj\third_party\icu\icuuc.icuuc.dll.intermediate.manifest" obj\third_party\icu\icuuc.icuuc.dll.generated.manifest
lld-link: error: could not open '../nw/libc++.dll.lib': no such file or directory
Traceback (most recent call last):
File "gyp-win-tool", line 323, in
sys.exit(main(sys.argv[1:]))
File "gyp-win-tool", line 29, in main
exit_code = executor.Dispatch(args)
File "gyp-win-tool", line 71, in Dispatch
return getattr(self, method)(*args[1:])
File "gyp-win-tool", line 179, in ExecLinkWithManifests
subprocess.check_call(ldcmd + add_to_ld)
File "C:\Python27\lib\subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'C:\Python27\python.exe gyp-win-tool link-wrapper environment.x64 False ....\third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo /IMPLIB:icuuc.dll.lib /DLL /OUT:icuuc.dll @icuuc.dll.rsp icuuc.dll.manifest.res' returned non-zero exit status 1
ninja: build stopped: subcommand failed.

I've tried some things to resolve this issue, such as downloading and installing LLVM 10 from the link:
https://releases.llvm.org/download.html#10.0.0

I would appretiate assist with the following.

Thanks.

Encountered an error that 'version.gypi' could not be found during the build process.

PS G:\GitLibrary\node-1> ./vcbuild.bat
Looking for Python 2.x
Looking for Visual Studio 2017
calling: "D:\VS2017\VC\Auxiliary\Build\vcvarsall.bat" amd64


** Visual Studio 2017 Developer Command Prompt v15.9.55
** Copyright (c) 2017 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
Found MSVS version 15.0
configure --dest-cpu=x64
creating icu_config.gypi

  • Using ICU in deps/icu-small
    creating icu_config.gypi
    { 'target_defaults': { 'cflags': [],
    'default_configuration': 'Release',
    'defines': [],
    'include_dirs': [],
    'libraries': []},
    'variables': { 'asan': 0,
    'coverage': 'false',
    'debug_http2': 'false',
    'debug_nghttp2': 'false',
    'force_dynamic_crt': 0,
    'host_arch': 'x64',
    'icu_data_in': '..\..\deps/icu-small\source/data/in\icudt61l.dat',
    'icu_endianness': 'l',
    'icu_gyp_path': 'tools/icu/icu-generic.gyp',
    'icu_locales': 'en,root',
    'icu_path': 'deps/icu-small',
    'icu_small': 'true',
    'icu_ver_major': '61',
    'node_byteorder': 'little',
    'node_debug_lib': 'false',
    'node_enable_d8': 'false',
    'node_enable_v8_vtunejit': 'false',
    'node_install_npm': 'true',
    'node_module_version': 59,
    'node_no_browser_globals': 'false',
    'node_prefix': '/usr/local',
    'node_release_urlbase': '',
    'node_shared': 'false',
    'node_shared_cares': 'false',
    'node_shared_http_parser': 'false',
    'node_shared_libuv': 'false',
    'node_shared_nghttp2': 'false',
    'node_shared_openssl': 'false',
    'node_shared_zlib': 'false',
    'node_tag': '',
    'node_target_type': 'executable',
    'node_use_bundled_v8': 'true',
    'node_use_dtrace': 'false',
    'node_use_etw': 'true',
    'node_use_lttng': 'false',
    'node_use_openssl': 'true',
    'node_use_perfctr': 'true',
    'node_use_v8_platform': 'true',
    'node_without_node_options': 'false',
    'openssl_fips': '',
    'openssl_no_asm': 0,
    'shlib_suffix': 'so.59',
    'target_arch': 'x64',
    'v8_enable_gdbjit': 0,
    'v8_enable_i18n_support': 1,
    'v8_enable_inspector': 1,
    'v8_no_strict_aliasing': 1,
    'v8_optimized_debug': 0,
    'v8_promise_internal_field_count': 1,
    'v8_random_seed': 0,
    'v8_trace_maps': 0,
    'v8_use_snapshot': 'true',
    'want_separate_host_toolset': 0}}
    creating config.gypi
    creating config.mk
    gyp: ....\build\util\version.gypi not found (cwd: G:\GitLibrary\node-1) while reading includes of node.gyp while trying to load node.gyp
    Error running GYP

I tried to compile, but encountered an error. Here are some logs. It seems that no build-related directories were generated .Did I miss any steps?

Unable to build (libcpp.lib not found)

Hello,

For now it's impossible to build node correctly. This is what I get:

FAILED: node.dll node.dll.lib node.dll.pdb
f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-with-manifests environment.x64 True node.dll "f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x64 False ..\..\third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo /IMPLIB:node.dll.lib /DLL /OUT:node.dll @node.dll.rsp" 2 mt.exe rc.exe "obj\third_party\node-nw\node.node.dll.intermediate.manifest" obj\third_party\node-nw\node.node.dll.generated.manifest
lld-link: error: could not open '../nw/obj/buildtools/third_party/libc++/libcpp.lib': no such file or directory
lld-link: error: /failifmismatch: mismatch detected for 'RuntimeLibrary':
>>> obj\third_party\node-nw\src\node.tls_wrap.obj has value MTd_StaticDebug
>>> ../nw/obj/v8\v8_libplatform/trace-object.obj has value MDd_DynamicDebug
Traceback (most recent call last):
  File "gyp-win-tool", line 323, in <module>
    sys.exit(main(sys.argv[1:]))
  File "gyp-win-tool", line 29, in main
    exit_code = executor.Dispatch(args)
  File "gyp-win-tool", line 71, in Dispatch
    return getattr(self, method)(*args[1:])
  File "gyp-win-tool", line 179, in ExecLinkWithManifests
    subprocess.check_call(ldcmd + add_to_ld)
  File "f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\lib\subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x64 False ..\..\third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo /IMPLIB:node.dll.lib /DLL /OUT:node.dll @node.dll.rsp node.dll.manifest.res' returned non-zero exit status 1
ninja: build stopped: subcommand failed.

I also tried to call build manually like this:

f:\nwjs\src>autoninja -C out\nw libcpp
"f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python3\bin\python3.exe" F:\dev\depot_tools\ninja.py -C out\nw libcpp -j 34
ninja: Entering directory `out\nw'
[2/2] LIB obj/buildtools/third_party/libc++/libcpp.lib

f:\nwjs\src>autoninja -C out\nw libc++
"f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python3\bin\python3.exe" F:\dev\depot_tools\ninja.py -C out\nw libc++ -j 34
ninja: Entering directory `out\nw'
ninja: no work to do.

And it shows, that it does something, but doesn't generate any output file in case of libcpp.

Missing branch `nw61`

For the benefit of anyone who would try to build this branch using the build instructions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.