brainpicture / hashlib

lib for node which makes hashes
nodejs.ru
165 stars 35 forks source link

Cannot install via npm #22

Open ghost opened 13 years ago

ghost commented 13 years ago

When trying to install with npm (on Ubuntu) the following error occurs:

[4/6] cxx: hashlib.cc -> build/Release/hashlib_2.o ../hashlib.cc:14:16: fatal error: ev.h: Datei oder Verzeichnis nicht gefunden compilation terminated. Waf: Leaving directory `/usr/local/lib/node_modules/hashlib/build' Build failed: -> task failed (err #1): {task: cxx hashlib.cc -> hashlib_2.o}

When copying the git clone to the "node_modules" directory and calling "node-waf configure build" this error does not occur but the build is incomplete. Calling "make install" after that gives the following error:

~/node/node_modules/hashlib$ make install makefile:13: Warnung: Die Befehle für das Ziel »tests« werden überschrieben makefile:5: Warnung: Alte Befehle für das Ziel »tests« werden ignoriert cp: Aufruf von stat für „./build/default/hashlib.node“ nicht möglich: Datei oder Verzeichnis nicht gefunden make: *\ [install] Fehler 1

(=> call stat for "./build/default/hashlib.node" fails: no such file or directory)

mtandersson commented 13 years ago

Same thing on mac. Does install fine with node 0.4.12 but not with 0.6.0 or 0.6.1.