-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
would it be possible (or impossible) to use mingw-64 instead of visual studio on Windows ? #660
Comments
Possible duplicate of #194 |
I don't use MSYS, so it's worse than that (or different) |
using mingwpy as a possible target compiler of node-gyp may be a simple way to resolve the general issue #629 mingwpy can now be installed like a wheel
(simpler than the vs mega-download and installation process) |
The short answer is 'no': mingw is not supported by gyp and its C++ symbol mangling is incompatible with VS. Even if you got it to compile, you wouldn't be able to load the resulting add-on in node (which is built with VS.) |
My detail use-case is described here; nteract/hydrogen#79
The text was updated successfully, but these errors were encountered: