gpt4 book ai didi

python - 来自源代码的基本 Vim 安装

转载 作者:行者123 更新时间:2023-12-01 06:01:08 26 4
gpt4 key购买 nike

尝试安装 Vim 7.3,所以我首先安装了 Mercurial,它允许我从 Googlecode 克隆 vim 源代码。至此就成功完成了。

问题从这里开始:

cd vim/src
./configure --enable-pythoninterp --with-features=huge -prefix=$HOME/opt/vim

从终端提取此响应:

configure: loading cache auto/config.cache
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/Users/JayEdge/vim/src':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

尝试查看 config.log(在我的例子中是 auto/config.log),但我不确定要注意什么。

背景:我检查了 Xcode 是否安装正确,并且在路径 vim/runtime/compiler 中找到了 gcc.vim。我应该将其移动(或复制)到另一个文件夹中吗?如果是这样,将其移动到哪个文件夹?

最佳答案

就像 Karoly 所说,你需要一个 C 编译器。因为看起来您正在运行 OSX(根据您的 xcode 注释,我建议您在以下站点获取 OSX-GCC 安装程序:

https://github.com/kennethreitz/osx-gcc-installer

我也会考虑抓取 homebrew用于安装 vim 之类的东西。

干杯,肖恩

关于python - 来自源代码的基本 Vim 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10385327/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com