Skip to content

Instantly share code, notes, and snippets.

@dherman
Created February 10, 2017 23:41
Show Gist options
  • Save dherman/d77aa3a0c7969c4d759a8f5b37007369 to your computer and use it in GitHub Desktop.
Save dherman/d77aa3a0c7969c4d759a8f5b37007369 to your computer and use it in GitHub Desktop.
Dave Herman@DESKTOP-DT0E73J MINGW64 ~/Sources/snarfblatt
$ npm install
> [email protected] install C:\Users\Dave Herman\Sources\snarfblatt
> neon build
neon info running cargo
neon info cargo build --release --target=x86_64-pc-windows-msvc
Compiling neon-runtime v0.1.11 (file:///C:/Users/Dave%20Herman/Sources/neon/crates/neon-runtime)
Compiling neon v0.1.11 (file:///C:/Users/Dave%20Herman/Sources/neon)
Compiling snarfblatt v0.1.0 (file:///C:/Users/Dave%20Herman/Sources/snarfblatt/native)
error: linking with `link.exe` failed: exit code: 1120
|
= note: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\amd64\\link.exe" "/LIBPATH:C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\lib\\amd64" "/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.10240.0\\ucrt\\x64" "/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\8.1\\lib\\winv6.3\\um\\x64" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Users\\Dave Herman\\.multirust\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\Dave Herman\\Sources\\snarfblatt\\native\\target\\x86_64-pc-windows-msvc\\release\\deps\\snarfblatt.0.o" "/OUT:C:\\Users\\Dave Herman\\Sources\\snarfblatt\\native\\target\\x86_64-pc-windows-msvc\\release\\deps\\snarfblatt.dll" "/DEF:C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\lib.def" "C:\\Users\\Dave Herman\\Sources\\snarfblatt\\native\\target\\x86_64-pc-windows-msvc\\release\\deps\\snarfblatt.metadata.o" "/OPT:REF,ICF" "/DEBUG" "/LIBPATH:C:\\Users\\Dave Herman\\Sources\\snarfblatt\\native\\target\\x86_64-pc-windows-msvc\\release\\deps" "/LIBPATH:C:\\Users\\Dave Herman\\Sources\\snarfblatt\\native\\target\\x86_64-pc-windows-msvc\\release\\build\\neon-runtime-784df49951c46019\\out" "/LIBPATH:C:\\Users\\Dave Herman\\.multirust\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libneon.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libneon_runtime.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libcslice-82a8836fa6bc3ea1.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libstd-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libpanic_unwind-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libunwind-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\librand-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libcollections-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\librustc_unicode-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\liblibc-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\liballoc-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\liballoc_system-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libcore-a4729905.rlib" "C:\\Users\\DAVEHE~1\\AppData\\Local\\Temp\\rustc.K9c1z5UBqN7P\\libcompiler_builtins-a4729905.rlib" "ws2_32.lib" "userenv.lib" "shell32.lib" "advapi32.lib" "msvcrt.lib" "/DLL" "/IMPLIB:C:\\Users\\Dave Herman\\Sources\\snarfblatt\\native\\target\\x86_64-pc-windows-msvc\\release\\deps\\snarfblatt.dll.lib"
= note: Creating library C:\Users\Dave Herman\Sources\snarfblatt\native\target\x86_64-pc-windows-msvc\release\deps\snarfblatt.dll.lib and object C:\Users\Dave Herman\Sources\snarfblatt\native\target\x86_64-pc-windows-msvc\release\deps\snarfblatt.dll.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
snarfblatt.0.o : error LNK2019: unresolved external symbol node_module_register referenced in function _ZN10snarfblatt18__LOAD_NEON_MODULE18__load_neon_module17hdc88139f4bb90dc5E
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl v8::HandleScope::HandleScope(class v8::Isolate *)" (__imp_??0HandleScope@v8@@QEAA@PEAVIsolate@1@@Z) referenced in function "void __cdecl Nan::ThrowError(char const *)" (?ThrowError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl v8::HandleScope::~HandleScope(void)" (__imp_??1HandleScope@v8@@QEAA@XZ) referenced in function "void __cdecl Nan::ThrowError(char const *)" (?ThrowError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@@KAPEAPEAVObject@internal@2@PEAVIsolate@42@PEAV342@@Z) referenced in function NeonSys_Class_AddMethod
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl v8::EscapableHandleScope::EscapableHandleScope(class v8::Isolate *)" (__imp_??0EscapableHandleScope@v8@@QEAA@PEAVIsolate@1@@Z) referenced in function NeonSys_Convert_ToObject
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) private: class v8::internal::Object * * __cdecl v8::EscapableHandleScope::Escape(class v8::internal::Object * *)" (__imp_?Escape@EscapableHandleScope@v8@@AEAAPEAPEAVObject@internal@2@PEAPEAV342@@Z) referenced in function NeonSys_Convert_ToObject
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsTrue(void)const " (__imp_?IsTrue@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_Of
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsFalse(void)const " (__imp_?IsFalse@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_Of
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsFunction(void)const " (__imp_?IsFunction@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_IsFunction
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsArray(void)const " (__imp_?IsArray@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_IsArray
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsObject(void)const " (__imp_?IsObject@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_IsObject
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsBoolean(void)const " (__imp_?IsBoolean@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_IsBoolean
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsNumber(void)const " (__imp_?IsNumber@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_IsNumber
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsInt32(void)const " (__imp_?IsInt32@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Primitive_IsInt32
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsUint32(void)const " (__imp_?IsUint32@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Primitive_IsUint32
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Value::IsNativeError(void)const " (__imp_?IsNativeError@Value@v8@@QEBA_NXZ) referenced in function NeonSys_Tag_IsError
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::String> __cdecl v8::Value::ToString(class v8::Local<class v8::Context>)const " (__imp_?ToString@Value@v8@@QEBA?AV?$MaybeLocal@VString@v8@@@2@V?$Local@VContext@v8@@@2@@Z) referenced in function NeonSys_Convert_ToString
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __cdecl v8::Value::ToObject(class v8::Local<class v8::Context>)const " (__imp_?ToObject@Value@v8@@QEBA?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z) referenced in function NeonSys_Convert_ToObject
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::Boolean::Value(void)const " (__imp_?Value@Boolean@v8@@QEBA_NXZ) referenced in function NeonSys_Primitive_BooleanValue
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __cdecl v8::String::Utf8Length(void)const " (__imp_?Utf8Length@String@v8@@QEBAHXZ) referenced in function NeonSys_String_Utf8Length
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@PEBDW4NewStringType@2@H@Z) referenced in function "class v8::MaybeLocal<class v8::String> __cdecl Nan::New<class v8::String,char const *>(char const *)" (??$New@VString@v8@@PEBD@Nan@@YA?AV?$MaybeLocal@VString@v8@@@v8@@PEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@PEBEW4NewStringType@2@H@Z) referenced in function NeonSys_Class_ThrowCallError
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: double __cdecl v8::Number::Value(void)const " (__imp_?Value@Number@v8@@QEBANXZ) referenced in function NeonSys_Primitive_NumberValue
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@N@Z) referenced in function NeonSys_Primitive_Number
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@H@Z) referenced in function NeonSys_Primitive_Integer
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __cdecl v8::Integer::Value(void)const " (__imp_?Value@Integer@v8@@QEBA_JXZ) referenced in function NeonSys_Primitive_IntegerValue
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __cdecl 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@@QEAA?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@1@Z) referenced in function NeonSys_Object_Set
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __cdecl v8::Object::Set(class v8::Local<class v8::Context>,unsigned int,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QEAA?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@IV?$Local@VValue@v8@@@2@@Z) referenced in function NeonSys_Object_Set_Index
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __cdecl v8::Object::Get(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Get@Object@v8@@QEAA?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z) referenced in function NeonSys_Object_Get
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __cdecl v8::Object::Get(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Get@Object@v8@@QEAA?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@I@Z) referenced in function NeonSys_Object_Get_Index
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Array> __cdecl v8::Object::GetOwnPropertyNames(class v8::Local<class v8::Context>)" (__imp_?GetOwnPropertyNames@Object@v8@@QEAA?AV?$MaybeLocal@VArray@v8@@@2@V?$Local@VContext@v8@@@2@@Z) referenced in function NeonSys_Object_GetOwnPropertyNames
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl v8::Object::SetAlignedPointerInInternalField(int,void *)" (__imp_?SetAlignedPointerInInternalField@Object@v8@@QEAAXHPEAX@Z) referenced in function "public: virtual void __cdecl neon::BaseClassMetadata::construct(class v8::FunctionCallbackInfo<class v8::Value> const &)" (?construct@BaseClassMetadata@neon@@UEAAXAEBV?$FunctionCallbackInfo@VValue@v8@@@v8@@@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Isolate * __cdecl v8::Object::GetIsolate(void)" (__imp_?GetIsolate@Object@v8@@QEAAPEAVIsolate@2@XZ) referenced in function NeonSys_Object_GetIsolate
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@@Z) referenced in function "class v8::Local<class v8::Object> __cdecl Nan::New<class v8::Object>(void)" (??$New@VObject@v8@@@Nan@@YA?AV?$Local@VObject@v8@@@v8@@XZ)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) private: void * __cdecl v8::Object::SlowGetAlignedPointerFromInternalField(int)" (__imp_?SlowGetAlignedPointerFromInternalField@Object@v8@@AEAAPEAXH@Z) referenced in function NeonSys_Class_GetInstanceInternals
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __cdecl v8::Array::Length(void)const " (__imp_?Length@Array@v8@@QEBAIXZ) referenced in function NeonSys_Array_Length
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@H@Z) referenced in function NeonSys_Array_New
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::Function> __cdecl v8::Function::New(class v8::Local<class v8::Context>,void (__cdecl*)(class v8::FunctionCallbackInfo<class v8::Value> const &),class v8::Local<class v8::Value>,int,enum v8::ConstructorBehavior)" (__imp_?New@Function@v8@@SA?AV?$MaybeLocal@VFunction@v8@@@2@V?$Local@VContext@v8@@@2@P6AXAEBV?$FunctionCallbackInfo@VValue@v8@@@2@@ZV?$Local@VValue@v8@@@2@HW4ConstructorBehavior@2@@Z) referenced in function NeonSys_Fun_New
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __cdecl v8::Function::NewInstance(class v8::Local<class v8::Context>,int,class v8::Local<class v8::Value> * const)const " (__imp_?NewInstance@Function@v8@@QEBA?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@HQEAV?$Local@VValue@v8@@@2@@Z) referenced in function NeonSys_Fun_Construct
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __cdecl 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@@QEAA?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@HQEAV52@@Z) referenced in function NeonSys_Fun_Call
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@PEAX@Z) referenced in function NeonSys_Class_CreateBase
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * __cdecl v8::External::Value(void)const " (__imp_?Value@External@v8@@QEBAPEAXXZ) referenced in function NeonSys_Class_ConstructBaseCallback
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl v8::Template::Set(class v8::Local<class v8::Name>,class v8::Local<class v8::Data>,enum v8::PropertyAttribute)" (__imp_?Set@Template@v8@@QEAAXV?$Local@VName@v8@@@2@V?$Local@VData@v8@@@2@W4PropertyAttribute@2@@Z) referenced in function NeonSys_Class_AddMethod
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@PEAVIsolate@2@P6AXAEBV?$FunctionCallbackInfo@VValue@v8@@@2@@ZV?$Local@VValue@v8@@@2@V?$Local@VSignature@v8@@@2@HW4ConstructorBehavior@2@@Z) referenced in function NeonSys_Class_CreateBase
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Function> __cdecl v8::FunctionTemplate::GetFunction(void)" (__imp_?GetFunction@FunctionTemplate@v8@@QEAA?AV?$Local@VFunction@v8@@@2@XZ) referenced in function NeonSys_Class_Constructor
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ObjectTemplate> __cdecl v8::FunctionTemplate::InstanceTemplate(void)" (__imp_?InstanceTemplate@FunctionTemplate@v8@@QEAA?AV?$Local@VObjectTemplate@v8@@@2@XZ) referenced in function NeonSys_Class_CreateBase
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ObjectTemplate> __cdecl v8::FunctionTemplate::PrototypeTemplate(void)" (__imp_?PrototypeTemplate@FunctionTemplate@v8@@QEAA?AV?$Local@VObjectTemplate@v8@@@2@XZ) referenced in function NeonSys_Class_AddMethod
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl v8::FunctionTemplate::SetClassName(class v8::Local<class v8::String>)" (__imp_?SetClassName@FunctionTemplate@v8@@QEAAXV?$Local@VString@v8@@@2@@Z) referenced in function NeonSys_Class_SetName
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl v8::FunctionTemplate::HasInstance(class v8::Local<class v8::Value>)" (__imp_?HasInstance@FunctionTemplate@v8@@QEAA_NV?$Local@VValue@v8@@@2@@Z) referenced in function NeonSys_Class_Check
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl v8::ObjectTemplate::SetInternalFieldCount(int)" (__imp_?SetInternalFieldCount@ObjectTemplate@v8@@QEAAXH@Z) referenced in function NeonSys_Class_CreateBase
libneon_runtime.rlib(neon.obj) : error LNK2019: 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) referenced in function "void __cdecl Nan::ThrowRangeError(char const *)" (?ThrowRangeError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::ReferenceError(class v8::Local<class v8::String>)" (__imp_?ReferenceError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z) referenced in function "void __cdecl Nan::ThrowReferenceError(char const *)" (?ThrowReferenceError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::SyntaxError(class v8::Local<class v8::String>)" (__imp_?SyntaxError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z) referenced in function "void __cdecl Nan::ThrowSyntaxError(char const *)" (?ThrowSyntaxError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: 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) referenced in function "void __cdecl Nan::ThrowTypeError(char const *)" (?ThrowTypeError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: 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) referenced in function "void __cdecl Nan::ThrowError(char const *)" (?ThrowError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class v8::Isolate * __cdecl v8::Isolate::GetCurrent(void)" (__imp_?GetCurrent@Isolate@v8@@SAPEAV12@XZ) referenced in function "class v8::Local<class v8::Object> __cdecl Nan::New<class v8::Object>(void)" (??$New@VObject@v8@@@Nan@@YA?AV?$Local@VObject@v8@@@v8@@XZ)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Context> __cdecl v8::Isolate::GetCurrentContext(void)" (__imp_?GetCurrentContext@Isolate@v8@@QEAA?AV?$Local@VContext@v8@@@2@XZ) referenced in function NeonSys_Convert_ToObject
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __cdecl v8::Isolate::ThrowException(class v8::Local<class v8::Value>)" (__imp_?ThrowException@Isolate@v8@@QEAA?AV?$Local@VValue@v8@@@2@V32@@Z) referenced in function "void __cdecl Nan::ThrowError(char const *)" (?ThrowError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@@CAPEAPEAVObject@internal@2@PEAVIsolate@42@PEAPEAV342@@Z) referenced in function "public: __cdecl neon::BaseClassInstanceMetadata::BaseClassInstanceMetadata(class v8::Isolate *,class v8::Local<class v8::Object>,void *,void (__cdecl*)(void *))" (??0BaseClassInstanceMetadata@neon@@QEAA@PEAVIsolate@v8@@V?$Local@VObject@v8@@@3@PEAXP6AX2@Z@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::DisposeGlobal(class v8::internal::Object * *)" (__imp_?DisposeGlobal@V8@v8@@CAXPEAPEAVObject@internal@2@@Z) referenced in function "public: __cdecl neon::BaseClassInstanceMetadata::BaseClassInstanceMetadata(class v8::Isolate *,class v8::Local<class v8::Object>,void *,void (__cdecl*)(void *))" (??0BaseClassInstanceMetadata@neon@@QEAA@PEAVIsolate@v8@@V?$Local@VObject@v8@@@3@PEAXP6AX2@Z@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: 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@@CAXPEAPEAVObject@internal@2@PEAXP6AXAEBV?$WeakCallbackInfo@X@2@@ZW4WeakCallbackType@2@@Z) referenced in function "public: __cdecl neon::BaseClassInstanceMetadata::BaseClassInstanceMetadata(class v8::Isolate *,class v8::Local<class v8::Object>,void *,void (__cdecl*)(void *))" (??0BaseClassInstanceMetadata@neon@@QEAA@PEAVIsolate@v8@@V?$Local@VObject@v8@@@3@PEAXP6AX2@Z@Z)
libneon_runtime.rlib(neon.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::FromJustIsNothing(void)" (__imp_?FromJustIsNothing@V8@v8@@CAXXZ)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::ToLocalEmpty(void)" (__imp_?ToLocalEmpty@V8@v8@@CAXXZ) referenced in function "void __cdecl Nan::ThrowError(char const *)" (?ThrowError@Nan@@YAXPEBD@Z)
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) __int64 __cdecl node::DecodeWrite(class v8::Isolate *,char *,unsigned __int64,class v8::Local<class v8::Value>,enum node::encoding)" (__imp_?DecodeWrite@node@@YA_JPEAVIsolate@v8@@PEAD_KV?$Local@VValue@v8@@@3@W4encoding@1@@Z) referenced in function NeonSys_String_Data
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl node::AtExit(void (__cdecl*)(void *),void *)" (__imp_?AtExit@node@@YAXP6AXPEAX@Z0@Z) referenced in function NeonSys_Class_SetClassMap
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) bool __cdecl node::Buffer::HasInstance(class v8::Local<class v8::Value>)" (__imp_?HasInstance@Buffer@node@@YA_NV?$Local@VValue@v8@@@v8@@@Z) referenced in function NeonSys_Tag_IsBuffer
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) char * __cdecl node::Buffer::Data(class v8::Local<class v8::Object>)" (__imp_?Data@Buffer@node@@YAPEADV?$Local@VObject@v8@@@v8@@@Z) referenced in function NeonSys_Buffer_Data
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) unsigned __int64 __cdecl node::Buffer::Length(class v8::Local<class v8::Object>)" (__imp_?Length@Buffer@node@@YA_KV?$Local@VObject@v8@@@v8@@@Z) referenced in function NeonSys_Buffer_Data
libneon_runtime.rlib(neon.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) class v8::MaybeLocal<class v8::Object> __cdecl node::Buffer::New(class v8::Isolate *,unsigned __int64)" (__imp_?New@Buffer@node@@YA?AV?$MaybeLocal@VObject@v8@@@v8@@PEAVIsolate@4@_K@Z) referenced in function NeonSys_Buffer_New
C:\Users\Dave Herman\Sources\snarfblatt\native\target\x86_64-pc-windows-msvc\release\deps\snarfblatt.dll : fatal error LNK1120: 69 unresolved externals
error: aborting due to previous error
error: Could not compile `snarfblatt`.
To learn more, run the command again with --verbose.
neon ERR! cargo build failed
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v7.2.0
npm ERR! npm v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `neon build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'neon build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the snarfblatt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! neon build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs snarfblatt
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls snarfblatt
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Dave Herman\Sources\snarfblatt\npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment