Alexpux / MSYS2-pacman

MSYS2 port of Arch Linux packman package manager.
GNU General Public License v2.0
164 stars 34 forks source link

Installer should create mingw32 and mingw64 directories #39

Closed jeroen closed 6 years ago

jeroen commented 7 years ago

Started on a fresh machine with the latest msys2 installer. However I run into a conflict that seems to be caused by the fact that the $(msys2)/mingw64 is now an executable that starts a shell, so the system cannot create the /mingw64 directory anymore!

installer
jeroen commented 7 years ago

I was able to solve the problem by manually creating /mingw32 and /mingw64 directories in windows explorer. I couldn't do this from msys2 because it already has those executebles.

selay01 commented 7 years ago

I was able to solve the problem by manually creating /mingw32 and /mingw64 directories in windows explorer.----------------->i did this too,but why the bash give the confused infomation?!!!!!

landfillbaby commented 7 years ago

mkdir /mingw{32,64} from the MSYS shell worked for me. The only existing files by those names were the .exe and .ini ones, but it still got confused.

jeroen commented 6 years ago

I think this has been solved. I no longer experience this issue.