node-compress
node-compress copied to clipboard
Fix node-compress compiling
I've updated the compress.cc code to handle the removal of node_events.h. I'm not 100% sure Iv'e done this correctly, but the test scripts seem to work.
FWIW, I found this post helpful: [http://permalink.gmane.org/gmane.comp.lang.javascript.nodejs/28298]
+1
Also I noticed that after locally running node-waf configure && node-waf build
that the sym link path is changed to build/Release/compress
versus build/default/compress
.
Can you duplicate this and do we need to fix? Ty.
Yeah, it should be build/default/compress
otherwise I am getting "Cannot find module 'compress'" error.
Will this pull request be merged or no? compress won't run with node 0.6 :(
Is there anyway to use your fork @elliotttf to install a package that is dependent on compress?
Yes @ecoffey-trada . You can use it like this
Put this in your package.json
"compress": "git+ssh://git://github.com/elliotttf/node-compress.git"
Thanks @madhums :-)