You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says on line 1848 of nan.h, there's an error with node::Encode().
In file included from ../src/msgpack.cc:9:
../node_modules/nan/nan.h:1848:10: error: no matching function for call to 'Encode'
return node::Encode(
^~~~~~~~~~~~
/Users/XadillaX/.node-gyp/1.0.3/src/node.h:251:34: note: candidate function not viable: cannot convert argument of
incomplete type 'const void *' to 'const char *'
NODE_EXTERN v8::Local<v8::Value> Encode(v8::Isolate* isolate,
^
/Users/XadillaX/.node-gyp/1.0.3/src/node.h:257:34: note: candidate function not viable: requires 3 arguments, but 4 were
provided
NODE_EXTERN v8::Local<v8::Value> Encode(v8::Isolate* isolate,
^
/Users/XadillaX/.node-gyp/1.0.3/src/node.h:262:45: note: candidate function not viable: requires at most 3 arguments, but
4 were provided
inline v8::Local<v8::Value> Encode(
^
/Users/XadillaX/.node-gyp/1.0.3/src/node.h:43:53: note: expanded from macro 'NODE_DEPRECATED'
#define NODE_DEPRECATED(msg, fn) V8_DEPRECATED(msg, fn)
^
/Users/XadillaX/.node-gyp/1.0.3/deps/v8/include/v8config.h:332:45: note: expanded from macro 'V8_DEPRECATED'
# define V8_DEPRECATED(message, declarator) declarator
^
1 error generated.
make: *** [Release/obj.target/msgpackBinding/src/msgpack.o] Error 1
The text was updated successfully, but these errors were encountered:
Here's node-msgpack.
It says on line
1848
ofnan.h
, there's an error withnode::Encode()
.The text was updated successfully, but these errors were encountered: