-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix node-compress compiling #13
base: master
Are you sure you want to change the base?
Conversation
+1 |
Also I noticed that after locally running Can you duplicate this and do we need to fix? Ty. |
Yeah, it should be |
add package.json and fix symlink
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 :-) |
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]