-
Notifications
You must be signed in to change notification settings - Fork 28
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 libxml-xsd against Node 10 has fatal compile error #29
Comments
@albanm @samzilverberg |
idea: dont use node 10 😝 |
Sorry for the absence of response. This project is not actively maintained, I do not use it anymore and I lack the time and the will to work on it. But I gladly accept pull requests, and if someone has a better maintained fork I am willing to transfer ownership of the name on npm. I will put a notice on top of the README soon to state this. |
The latest release from libxmljs https://github.com/libxmljs/libxmljs/releases/tag/v0.18.8 now supports successful build with Node 10. I am hoping that since this is a fork of that library that updating it with libxmljs changes is somewhat trivial to those who know what is up. 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. |
I think you wanted to send this message here, no ? gagern/libxmljs#12 It is a fork of libxmljs published as libxmljs-mt, and we rely on it. |
you are absolutely correct.. thanks. I will do that. Sorry, it takes a bit to see all the build tree from a novice perspective... I know code, but the github ecosystem / npm world is still on my learning curve.. thanks for your help |
@corvinrok did you solve this issue? |
I've been looking for this issue and since libxmljs-mt seems not actively maintained, I propose to use original libxmljs feature to validate against xsd schema as it is well maintained and compatible with nodejs 10. |
This could be the worst response in the history of GitHub. |
@rastkojokic why would anyone consider using the latest (read: when written was) LTS version of Node? ;-) |
@rastkojokic as hilleer wrote, check when reply was written, your'e emberassing yourself. At that time, node 10 was just released, there was not even 10.1.0, and it was definitelt not considered stable (and not yet LTS). anyone who trusts me to do some work knows i'm practical and dependable, and can make exactly these type of considerations. sorry for the flame war, but you started 😛 more seriously, this project looks like its not maintained anymore, so either fork/take over and fix or find another lib. hicom150 suggests libxmljs has caught up and works now. cheers 🥂 |
In a current working project using
libxml-xsd
(version 0.5.2), I tried rebuilding after upgrading to Node 10.0.0The compile of
libxml-xsd
fails with a fatal compile error, as seen below:You can see the detailed compile stream below:
It would be wonderful if I could use this package with my Node 10 application. Can this be fixed?
The text was updated successfully, but these errors were encountered: