我知道 Msys2 有用于安装/更新包的 pacman 我如何在 Msys 1.0 中做同样的事情?
我需要使用 Msys 1.0,因为 Windows 7 64 位终极版不支持 Msys2,这很好地得到了 Cygwin7 dll 替换不匹配错误,我需要在 msys 1.0 上安装让我们说 python 我该怎么做?
2 [main] pacman (21968) C:\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x180327400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
35147604 [main] pacman 10420 fork: child -1 - forked process 21968 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
在 Msys2 我会做
pacman --noconfirm -Suy python2 make pkg-config mingw-w64-x86_64-glib2 mingw-w64-x86_64-toolchain
获取包裹
python2
make
pkg-config
mingw-w64-x86_64-glib2
mingw-w64-x86_64-toolchain
编辑:
看起来
MinGW 安装管理器是唯一的方法,因为它有一个 GUI,所以它更好
我想我需要做的就是从
MSYS -> MSYS System Builder 选项卡中选择
这就是它的全部内容