尝试安装 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。我应该将这个(或复制这个)移动到另一个文件夹中吗?如果是这样,将其移动到哪个文件夹?