我已經python3通過自制軟件安裝:brew install python3 --framework
用Python3編譯vim(通過Homebrew安裝)支持?
我有VIM源(7.3)在/usr/src
下載我運行:
./configure --prefix=/usr/local --enable-rubyinterp --enable-python3interp --disable-gpm --enable-gui=no --enable-multibyte
在我src/auto/config.log
我看到:
configure:5442: checking --enable-python3interp argument
configure:5451: result: yes
configure:5456: checking for python3
configure:5489: result: no
我搜索了一些,發現this,所以我試着讓對於python3.2Ë符號連接,然後運行配置是這樣的:
./configure --prefix=/usr/local --enable-rubyinterp --enable-python3interp --disable-gpm --enable-gui=no --enable-multibyte --with-python3-config-dir=/usr/local/Cellar/python3/3.2/Frameworks/Python.framework/Versions/3.2/lib/python3.2/config-3.2m
我的日誌顯示相同的錯誤。我需要做什麼才能使用Python3支持來編譯vim?
而且不:我不想使用MacVim。
➜ ls -al /System/Library/Frameworks/Python.framework/Versions
total 16
drwxr-xr-x 7 root wheel 238 May 28 15:33 .
drwxr-xr-x 7 root wheel 238 Sep 21 2010 ..
drwxr-xr-x 8 root wheel 272 Sep 17 2010 2.3
drwxr-xr-x 12 root wheel 408 Dec 1 12:49 2.5
drwxr-xr-x 12 root wheel 408 Dec 1 12:49 2.6
lrwxr-xr-x 1 root wheel 70 May 28 15:33 Current -> /usr/local/Cellar/python3/3.2/Frameworks/Python.framework/Versions/3.2
lrwxr-xr-x 1 root wheel 3 Sep 17 2010 old-Current -> 2.6
➜ which python3.2
/usr/local/bin/python3.2
更新:我已經得到它通過家釀工作一拉this post與Python 2.7.1,但與Python 3仍然沒有喜悅...
是的!它終於有效。謝謝你的補丁! – neezer 2011-06-20 15:23:48
Vim Patch的鏈接已損壞。有什麼建議麼? – 2014-03-11 16:28:41
路徑鏈接對我來說也是破碎的。請提出一些建議,因爲這仍然是壞的 – vitiral 2014-11-24 15:17:20