-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
failed to build io.js using vs 2013 on win7x64 #1623
Comments
C1001 is an ICE, an internal compiler error. In other words, it's probably a problem with MSVC, not io.js. Does it work with |
@bnoordhuis all failed , vcbuild nosign and vcbuild debug |
I just built it with |
io.js and V8 use C++11 features. The support for that in MSVS 2013 is a little haphazard. That said, the binaries on https://iojs.org/ are built with 2013, so whatever the issue is, it's local to your install. If all else fails, use the binaries from the website and perhaps report the issue to MS. I'll close the issue. |
@mathiask88 maybe i should update vs2013 |
Encountered similar C1001 internal compiler error building Node v4 with Visual Studio 2013: c:\node\node_current\node\src\debug-agent.h(128): fatal error C1001: An internal error has occurred in the compiler. [C:\node\node_current\node\node.vcxproj](compiler file 'f:ddvctoolscompilercxxfeslp1cconvert.cpp', line 10610) Updating to Visual Studio 2013 Update 5 fixed it. |
i can build node.js with vs 2013 , but failed to build io.js with vs 2013, why, is this kind of bug?
The text was updated successfully, but these errors were encountered: