-
Notifications
You must be signed in to change notification settings - Fork 653
MSYS2 #1199
Comments
Hi, I wasn't aware that there was a MSYS2 thing. Sigh, Windows is hard. I am able to successfully compile libuv using just |
I took it here: http://sourceforge.net/projects/msys2/ Sorry for my English. |
The Julia fork of libuv has been building in the msys2 environment since before it's release, so it is definitely possible. The issue you are likely encountering is that msys2 can be launched either as msys2 or mingw32. As msys2, it declares its name as msys2 (aka |
You'll notice there are multiple bat files you can use to start up an MSYS2 shell:
whereas
The latter is more likely to be properly recognized by Wherever libuv's configure makes the decision to go down the Unix path or the Windows path could also be modified to choose Windows for |
Win7, msys2
I'm trying to:
and get:
If:
then:
If:
then:
Sorry for my English.
The text was updated successfully, but these errors were encountered: