-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can't build on Windows #55
Comments
I'm having the same issues Windows 10 x64 |
Maybe helpful to someone else: Instructions (from cmd line):
TADA! My setup, if it helps: Windows 10 |
As @davidmurdoch noted this seems to have been fixed in the master branch. Running That being said it would be good to see an updated NPM release is there aren't other outstanding issues that a new release would cause. |
Had the same problem.
Solve the problem by running Windows 10 |
Instaling from npm fails anyway with such error:
But this might be because of: nodejs/node-gyp#629 upd: find same problem described here in your repo: #40 (comment) , so this might be common problem for all windows users. |
The first time I've tried to build it, it told me it can't find the includes util.h and util-inl.h included by node_internals.h.
I've then download said 2 includes from nodejs's github repo, plop them into .node-gyp\5.1.0\include\node, and now the build fails with errors related to nan.h, NodeCoreAudio.cpp, and AudioEngine.cpp.
I've looked at nan's CI job for Node 5 Linux and it builds perfectly fine.
Using fresh install of NodeJS
Window 10 x64
NPM 3.3.12
NodeJS 5.1.0
Python 2.7.10
node-gyp 3.0.3
Visual Studio Community 2013
The text was updated successfully, but these errors were encountered: