-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Please make iojs and bson works together on Windows x64 #1245
Comments
It builds just fine for me on Windows 7 64-bit, VS 2013, iojs 1.3.0, |
Right......... |
@alanpurple I just tried on Windows 8 64-bit, VS 2012, iojs 1.6.2, same |
@alanpurple can we get an error log maybe? What version of bson and what version of io.js? |
Okay now I'm about to try again... Even I don't know how to make node-gyp work for iojs....(I just modified node-gyp source code for iojs) And I finally got module error from iojs console |
@alanpurple You'll need to use the node-gyp that ships with io.js. Here's the floating patch we still need to apply each time npm updates: 269e46b Also, you need to use at least bson 0.2.19: https://github.com/mongodb/js-bson/releases/tag/V0.2.19 |
See also #456 -- native packages either require NAN 1.6+, or updated native bindings to run on io.js (or even node 0.12) |
@Fishrock123 sorry I use 0.2.19 and I successfully built node.js version(which means I know what to do) And of coursse I know there is iojs version of node-gyp https://github.com/rvagg/node-gyp/ |
@alanpurple can you try using both the latest io.js and bson, using the node-gyp that comes with io.js? (not quite rvagg/node-gyp iirc) (Also, please post an error log) |
@Fishrock123 Yeah I moved the node-gyp folder in iojs program files folder to username\AppData\Roaming\npm\node-modules and I built bson.node and again I got this message [Error: Module did not self-register.] |
@alanpurple Are you using |
@mscdex Thanks!!!!!!!! with iojs.exe the message is gone and sorry for all this noise, I could'n find solution anywhere |
Related to #751 -- sorry I didn't point you there sooner. |
Why has this problem never solved?
Is this some kind of mission impossible?
node-gyp for iojs doesn't work.....and never updated since for several month ago
At least could you make bson.node for iojs and windows x64? and of course give us a link..
Please~
The text was updated successfully, but these errors were encountered: