Skip to content

Instantly share code, notes, and snippets.

@sblom

sblom/error.txt Secret

Last active December 26, 2015 11:28
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 sblom/18223965e31eda6ff89b to your computer and use it in GitHub Desktop.
Save sblom/18223965e31eda6ff89b to your computer and use it in GitHub Desktop.
c:\src\node\node\deps\v8\include\v8.h(477): error C2440: '=' : cannot convert from 'v8::Primitive *' to 'v8::Object *volatile ' (src\node_file.cc) [c:\src\node\node\node.vcxproj]
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\src\node\node\deps\v8\include\v8.h(473) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Uncompilable<v8::Object>(void)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(473) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Uncompilable<v8::Object>(void)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(5572) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Per
sistent<T> &,v8::Persistent<T> *)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(5572) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Per
sistent<T> &,v8::Persistent<T> *)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(529) : see reference to function template instantiation 'void v8::Persistent<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Persistent<T> &)' bei
ng compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(529) : see reference to function template instantiation 'void v8::Persistent<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Persistent<T> &)' bei
ng compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(528) : while compiling class template member function 'v8::Persistent<T>::Persistent(const v8::Persistent<T> &)'
with
[
T=v8::Object
]
c:\src\node\node\src\node_object_wrap.h(139) : see reference to function template instantiation 'v8::Persistent<T>::Persistent(const v8::Persistent<T> &)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\src\env.h(296) : see reference to class template instantiation 'v8::Persistent<T>' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(477): error C2440: '=' : cannot convert from 'v8::Primitive *' to 'v8::Object *volatile ' (src\uv.cc) [c:\src\node\node\node.vcxproj]
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\src\node\node\deps\v8\include\v8.h(473) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Uncompilable<v8::Object>(void)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(473) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Uncompilable<v8::Object>(void)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(5572) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Per
sistent<T> &,v8::Persistent<T> *)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(5572) : see reference to function template instantiation 'void v8::NonCopyablePersistentTraits<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Per
sistent<T> &,v8::Persistent<T> *)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(529) : see reference to function template instantiation 'void v8::Persistent<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Persistent<T> &)' bei
ng compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(529) : see reference to function template instantiation 'void v8::Persistent<T>::Copy<v8::Object,v8::NonCopyablePersistentTraits<T>>(const v8::Persistent<T> &)' bei
ng compiled
with
[
T=v8::Object
]
c:\src\node\node\deps\v8\include\v8.h(528) : while compiling class template member function 'v8::Persistent<T>::Persistent(const v8::Persistent<T> &)'
with
[
T=v8::Object
]
c:\src\node\node\src\node_object_wrap.h(139) : see reference to function template instantiation 'v8::Persistent<T>::Persistent(const v8::Persistent<T> &)' being compiled
with
[
T=v8::Object
]
c:\src\node\node\src\node_object_wrap.h(138) : see reference to class template instantiation 'v8::Persistent<T>' being compiled
with
[
T=v8::Object
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment