You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the environmental-variable-related codes are useless and doesn't operate properly.
I spent many hours to solve this because I want to compile bson for io.js and windows x64 but as a result I finally succeeded to configure but still vcprojx has wrong conf(requires node.lib instead of iojs.lib) and I modify vcprojx manually and finally I got bson.node but that module gives me the message "module did not self-register"
sort of...
I manually modify node-gyp source code(io.js branch) to work properly for io.js(and only) 4.2.1 x64, and finally I got vcprojx file( for bson.node build) and that vcxproj file requires node.lib instead of iojs.lib and so I modified generated vcxproj file and I got bson.node successfully, and finally....yes I got "module did not self-register" message.
All of the environmental-variable-related codes are useless and doesn't operate properly.
I spent many hours to solve this because I want to compile bson for io.js and windows x64 but as a result I finally succeeded to configure but still vcprojx has wrong conf(requires node.lib instead of iojs.lib) and I modify vcprojx manually and finally I got bson.node but that module gives me the message "module did not self-register"
Of course I also tried the forked version for iojs( https://github.com/rvagg/node-gyp/tree/iojs )
The text was updated successfully, but these errors were encountered: