-
Notifications
You must be signed in to change notification settings - Fork 68
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
node-libxslt fails to build with iojs 3.3.0 #24
Comments
Yes, hopefully switching to nan 2 will solve this, cf #23 Migration is not trivial though, and not in my immediate plans. As usual a pull request would be welcome ! |
@tuananh Maybe you want to try now that Node v4.0.0 (Stable) it's been announced, although probably resulting in the same kind of error. I personally get the following error:
Please refer to the complete error trace |
Thanks. I settled with another lib for now. Will revisit this later Tuan Anh Tran On Wed, Sep 9, 2015 at 6:39 AM, Benjamin Orozco [email protected]
|
Which one (just curious)? |
@benoror i went with another route. I plan to use |
Adding to the list: nodejs/node#2798. |
Is this fixed by #26? |
I don't think it's fixed yet. I added the 4.0, 4.1 and iojs (3.3.1) to Travis using latest master. See results here: |
I was able to successfully compile node-xslt on Travis from master (not from NPM since it contains outdated https://travis-ci.org/sergeche/node-libxslt/builds/92247939 The problem is that new
|
Awesome ;) Tuan Anh Tranw: https://tuananh.org | e: [email protected] | t: +84 91 223 45 11 On Fri, Nov 20, 2015 at 7:47 PM, Sergey Chikuyonok
|
That's fantastic! |
@sergeche I just published version 0.6.0 |
node-libxslt fails to build with iojs 3.3.0 with a bunch of error messages like:
It seem sto related to
nan
.The text was updated successfully, but these errors were encountered: