-
Notifications
You must be signed in to change notification settings - Fork 10
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
Building against Node 10 fails. #12
Comments
@gagern If that is not the case, and its too much work to do so, can someone point me to a link or resources where I could begin to learn how I might do a pull request that could move this fork forward to match the supported updates made in the original repo that allows Node 10 support? I'm saying, I'll help, I just honestly don't where to to start exactly. |
@corvinrok Please see these pull requests: Some memory management checks had to be bypassed on Node 10. I allowed the PR to merge so that we can at least have a working Node 10 release available. |
Hi, I've just been working on trying to make https://github.com/albanm/node-libxslt compatible with libxmljs (it's a nice interface to libxslt, which uses libxmljs-mt), but it relies on the async features; I'd have to rewrite it. I'd like to help (although I've no experience with C/C++ or bindings, and I'm aware that it's non-trivial). |
Actually, #14 has worked for me and now I'm trying to get that node-libxslt module to build with Node.js 10.x. Edit: I have it working. Now, it would be great to set up a way to work with the fixed modules that is portable (as in, not installing from local directories, which doesn't scale). So if you use libxmljs and/or node-libxslt and you need to upgrade to Node.js 10.x, this can all be made to work. Here is the PR: #14 and here is my suggested fix for node-libxslt: albanm/node-libxslt#68 (comment) |
Compile when trying to
npm install
this package fails on Node 10 based Windows platform/env :The text was updated successfully, but these errors were encountered: