安装Vim 8.0时出现故障

安装Vim 8.0时出现故障,vim,installation,Vim,Installation,我按照上的说明进行操作,但在克隆repo并在vim/src中运行make之后,出现了以下错误: 我是在运行make in just vim时得到这个的/ 另外,我使用的是Vim 7.3附带的MobaXTerm 使用内置安装程序也不起作用 mobapt Updating packages list, please wait... Installing vim /bin/apt-cyg install vim Found package vim Downloading vim-8.0.0

我按照上的说明进行操作,但在克隆repo并在vim/src中运行make之后,出现了以下错误:

我是在运行make in just vim时得到这个的/

另外,我使用的是Vim 7.3附带的MobaXTerm

使用内置安装程序也不起作用

mobapt

Updating packages list, please wait...
Installing  vim

/bin/apt-cyg   install  vim
Found package vim
Downloading vim-8.0.0494-1.tar.xz...
Downloading /home/mobaxterm/.aptcyg/http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin/release/vim/vim-8.0.0494-1.tar.xz using Windows internet settings
sha512sum: can't open 'vim-8.0.0494-1.tar.xz': No such file or directory
/bin/apt-cyg: line 476: test: 66691247e5715e05e96098f47174b13d7e0ab3027f1c3f0c325ee24804f9d72c64c617fbecf4f3fe8d8ca41ebc09ba67b82a62a0c7bd25f0c763f0236bc13751: unary operator expected
md5sum: can't open 'vim-8.0.0494-1.tar.xz': No such file or directory
/bin/apt-cyg: line 479: test: 66691247e5715e05e96098f47174b13d7e0ab3027f1c3f0c325ee24804f9d72c64c617fbecf4f3fe8d8ca41ebc09ba67b82a62a0c7bd25f0c763f0236bc13751: unary operator expected
Checksum did not match, exiting
src下有一个配置脚本。您需要在运行make之前运行它

configure脚本创建make使用的config.mk文件


让我知道它是否有用。

MobaXTerm最近似乎出现了很多,所以我去了他们的网站,它似乎使用了UndertheHood,这是可用的,所以…你为什么不使用它呢?我不知道如何使用你发布的链接。那页上的链接不允许你下载任何东西谁说要下载?MobaXterm站点声称它有一个内置的软件包管理器,你试过了吗?它给了我这个错误,没有找到终端库,所以我尝试安装ncurses并使用-with-tlib=ncursesw重新运行配置脚本,但它也不能正常工作。我正要切换回Cygwin。MobaXTerm的开发人员声称它是Cygwin的更新和更好的版本,但我在尝试安装东西和解决依赖关系时遇到了太多麻烦。应用程序的GUI方面很好,但他们应该打包所有这些依赖项,并确保其内置安装功能正常工作
! was unexpected at this time.
make: *** [first] Error 255
mobapt

Updating packages list, please wait...
Installing  vim

/bin/apt-cyg   install  vim
Found package vim
Downloading vim-8.0.0494-1.tar.xz...
Downloading /home/mobaxterm/.aptcyg/http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin/release/vim/vim-8.0.0494-1.tar.xz using Windows internet settings
sha512sum: can't open 'vim-8.0.0494-1.tar.xz': No such file or directory
/bin/apt-cyg: line 476: test: 66691247e5715e05e96098f47174b13d7e0ab3027f1c3f0c325ee24804f9d72c64c617fbecf4f3fe8d8ca41ebc09ba67b82a62a0c7bd25f0c763f0236bc13751: unary operator expected
md5sum: can't open 'vim-8.0.0494-1.tar.xz': No such file or directory
/bin/apt-cyg: line 479: test: 66691247e5715e05e96098f47174b13d7e0ab3027f1c3f0c325ee24804f9d72c64c617fbecf4f3fe8d8ca41ebc09ba67b82a62a0c7bd25f0c763f0236bc13751: unary operator expected
Checksum did not match, exiting