chad3814 / node-hashtable

Native hashtable interface for when V8 objects can't take the heat
MIT License
106 stars 41 forks source link

Trying to install on Ubuntu 14.04 #27

Closed borisgeller closed 8 years ago

borisgeller commented 8 years ago

Gives me an error In file included from ../src/hashtable.h:15:0, from ../src/hashtable.cpp:1: ../src/v8_value_hasher.h: In member function ‘size_t v8_valuehash::operator()(CopyablePersistent) const’: ../src/v8_valuehasher.h:21:91: error: no matching function for call to ‘v8::Localv8::Value::New(v8::Isolate, CopyablePersistent&)’ v8::Localv8::Value key = v8::Localv8::Value::New(v8::Isolate::GetCurrent(), *k);

But installs ok on Windows 10.

borisgeller commented 8 years ago

node -v => v0.10.25 npm -v => 1.3.10

borisgeller commented 8 years ago

Probably version issue, Windows shows more advanced version: node -v => v5.9.0 npm -v => 3.8.2