akdubya / rbytes

Generates cryptographically secure random byte sequences in node.js
MIT License
43 stars 9 forks source link

Use node-gyp instead of node-waf #7

Closed soarez closed 11 years ago

soarez commented 11 years ago

node-waf was deprecated with Node 0.8; its replacement, node-gyp, cannot build rbytes either .

http://stackoverflow.com/questions/16317976/node-waf-not-found

This patch makes rbytes work with node-gyp.

kmlx commented 11 years ago

I've applied your patch, but binding.gyp is missing, so the build fails.

soarez commented 11 years ago

Sorry, forgot to check it in.

soarez commented 11 years ago

Meanwhile, I solved the problem by uninstalling node, installing the latest v0.8 and then installing the latest v0.10 on top. Then you get node v0.10 and still keep node-waf.

soarez commented 11 years ago

v1.0.0 uploaded to npm. Update to fix.