node-gyp icon indicating copy to clipboard operation
node-gyp copied to clipboard

Using node-gyp in Windows with Windows version of Node and Python and MSYS2 GCC

Open Clayblockunova opened this issue 1 year ago • 4 comments

Currently, node-gyp in Windows need VS for working, but I have MSYS2 with GCC and don't want to install another C compiler. In #1240 , the only solution is use MSYS2 version of Node and Python, which means Windows version of Python should be dropped. what should I do if I want to use node-gyp in Windows with Windows version of Node and Python and MSYS2 GCC? (idk is patch by @smaudet finished)

Clayblockunova avatar Oct 10 '24 03:10 Clayblockunova

https://github.com/search?q=repo%3Anodejs%2Fnode-gyp+MSYS2&type=issues

cclauss avatar Oct 10 '24 04:10 cclauss

https://github.com/search?q=repo%3Anodejs%2Fnode-gyp+MSYS2&type=issues

do you mean I should read all those issues?

Clayblockunova avatar Oct 11 '24 03:10 Clayblockunova

@cclauss Sorry, but I can't find anything help. What should I do? Or should I wait for support?

Clayblockunova avatar Oct 25 '24 09:10 Clayblockunova

I'd start by making a fork of node-gyp and trying to build the smallest project with it.

Kreijstal avatar Oct 29 '24 14:10 Kreijstal