On Jul 29, 10:26 am, mscdex <[email protected]> wrote: > On Jul 29, 8:51 am, Danil Gazizov <[email protected]> wrote: > > > yes! all then works! > > I must say, the reason was of my nodeJS win7 64bit version using. Now I'm > > using win32 nodeJS > > I'll provide a fix for 64-bit node users shortly.
Ok, so I have committed 64-bit compatibility. If you're on Windows 7 and have VS2010 Express + Windows 7.1 SDK, you'll have to make sure you `npm install <url>` from within the Windows 7.1 SDK command prompt (you can find in the start menu) in order for the addon to link properly. I currently have a commit/patch/fix for node-gyp to make this work in any command prompt if you have the kind of environment I listed above, but it's not merged upstream yet. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
