Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created June 13, 2014 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmpvar/0e20685adcdfab9d10f3 to your computer and use it in GitHub Desktop.
Save tmpvar/0e20685adcdfab9d10f3 to your computer and use it in GitHub Desktop.
Error 3427 error LNK2005: "public: __cdecl v8::Persistent<class v8::Object>::Persistent<class v8::Object>(void)" (??0?$Persistent@VObject@v8@@@v8@@QEAA@XZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3428 error LNK2005: "public: class v8::Object * __cdecl v8::Handle<class v8::Object>::operator*(void)const " (??D?$Handle@VObject@v8@@@v8@@QEBAPEAVObject@1@XZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3429 error LNK2005: "public: class v8::Object * __cdecl v8::Handle<class v8::Object>::operator->(void)const " (??C?$Handle@VObject@v8@@@v8@@QEBAPEAVObject@1@XZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3430 error LNK2005: "public: bool __cdecl v8::Handle<class v8::Object>::IsEmpty(void)const " (?IsEmpty@?$Handle@VObject@v8@@@v8@@QEBA_NXZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3431 error LNK2005: "public: __cdecl v8::Handle<class v8::Object>::Handle<class v8::Object>(class v8::Object *)" (??0?$Handle@VObject@v8@@@v8@@QEAA@PEAVObject@1@@Z) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3432 error LNK2005: "public: class v8::FunctionTemplate * __cdecl v8::Handle<class v8::FunctionTemplate>::operator->(void)const " (??C?$Handle@VFunctionTemplate@v8@@@v8@@QEBAPEAVFunctionTemplate@1@XZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3433 error LNK2005: "protected: virtual void __cdecl node::ObjectWrap::Unref(void)" (?Unref@ObjectWrap@node@@MEAAXXZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3434 error LNK2005: "protected: virtual void __cdecl node::ObjectWrap::Ref(void)" (?Ref@ObjectWrap@node@@MEAAXXZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3435 error LNK2005: "protected: void __cdecl node::ObjectWrap::Wrap(class v8::Handle<class v8::Object>)" (?Wrap@ObjectWrap@node@@IEAAXV?$Handle@VObject@v8@@@v8@@@Z) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3436 error LNK2005: "public: virtual __cdecl node::ObjectWrap::~ObjectWrap(void)" (??1ObjectWrap@node@@UEAA@XZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3437 error LNK2005: "public: __cdecl node::ObjectWrap::ObjectWrap(void)" (??0ObjectWrap@node@@QEAA@XZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3438 error LNK2005: "public: char * __cdecl v8::String::Utf8Value::operator*(void)" (??DUtf8Value@String@v8@@QEAAPEADXZ) already defined in node.lib(node.exe) C:\Users\tmpvar\work\node-boosh\build\context2d-static.lib(context2d.obj) boosh
Error 3439 error LNK1169: one or more multiply defined symbols found C:\Users\tmpvar\work\node-boosh\build\Release\boosh.node 1 1 boosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment