-
Notifications
You must be signed in to change notification settings - Fork 48
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
Installation fail in node v0.11.16, v0.12.1 #7
Comments
Seems to be an issue with the changes of node 0.12: https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/ Apparently usage of nan would fix that. |
PRs accepted! I could possibly take a look at nanifying the code, if I have time the coming month. |
🙏 |
Recently tried to make a port using nan: https://github.com/heilage-nsk/node-rsvg/tree/port-to-node-0.12 - current status is "works for me", tested on node 0.10.37 and 0.12.4. Based on this fork: https://github.com/anru/node-rsvg/ |
Just tried |
Any update on this getting fixed? |
I'm sorry I haven't been able to keep up with the issues in this project and unfortunately I must confess it's not super high priority for me right now compared to some other things. It seems the fork of @anru works quite well right now. If anyone wants commit access to this repo to make it up-to-date, please send a private message. Otherwise, I'll see if I can back port the changes from anru’s fork in a few months. |
|
For now, |
I can install librsvg in node v0.10.36.
But I cannnot install in node v0.11.16 and v0.12.1.
How to install rsvg in node v0.11.16 and v0.12.1?
The text was updated successfully, but these errors were encountered: