Skip to content
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

Closed
stonebig opened this issue Jul 7, 2015 · 4 comments
Labels

Comments

@stonebig
Copy link

stonebig commented Jul 7, 2015

My detail use-case is described here; nteract/hydrogen#79

@justinmchase
Copy link

Possible duplicate of #194

@stonebig
Copy link
Author

stonebig commented Jul 9, 2015

I don't use MSYS, so it's worse than that (or different)

@stonebig
Copy link
Author

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

pip install -i https://pypi.binstar.org/carlkl/simple mingwpy

(simpler than the vs mega-download and installation process)

@bnoordhuis
Copy link
Member

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants