brainpicture / hashlib

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

sudo npm install hashlib, fails on solaris #16

Closed gavinuhma closed 13 years ago

gavinuhma commented 13 years ago

http://pastebin.com/MQTVFbd0

Waf: Leaving directory `/home/jill/node_modules/hashlib/build'
Build failed:
 -> task failed (err #1):
        {task: cc md4c.c -> md4c_1.o}
 -> task failed (err #1):
        {task: cxx hashlib.cc -> hashlib_2.o}
 -> task failed (err #1):
        {task: cc md5c.c -> md5c_1.o}
 -> task failed (err #1):
        {task: cc sha0c.c -> sha0c_1.o}
gavinuhma commented 13 years ago

node-waf configure build, results in the same errors

gavinuhma commented 13 years ago

fixed by ryan dahl: https://github.com/brainfucker/hashlib/issues/17