-
Notifications
You must be signed in to change notification settings - Fork 258
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
Not able to run libxmljs on node-webkit #237
Comments
Same here on Mac OS X (10.9.3). |
I doubt we will have much time to look into this. You should ask on stack overflow to get someone to help you debug. If you find that it's something we can fix in libxmljs, come back with details and we'll look into it. |
I ran into this too. I tried using the 32-bit version of node and then got stuck trying to debug this error:
My plan at this point is to try using this older port of libxml to JavaScript using Emscripten. UPDATE: In case anyone else is going down this road, I ran into (what seems to me to be) a bizarre issue where it would silently fail and return a blank string. Now I'm looking at bundling portable/pre-compiled binaries for libxml2/xmllint. |
I tried running this on 32 bit console, but didn't work. I finally gave up and found something else altogether to fulfill my requirements. :) |
I was able to get it running using nw-gyp.
|
Hi,
When I use node on my x64bit Windows machine , I can use libxmljs properly,
but if I try to do the same thing in node-webkit console, I am getting this error.
%1 is not a valid Win32 application.
D:\projrepo\nwtest\node_modules\libxmljs\build\Release\xmljs.node
Please help.
Thanks,
Piyush
The text was updated successfully, but these errors were encountered: