我手动编译安装 vim 的时候,config 时提示这个错误
config 参数如下:
./configure \
--prefix=/usr \
--with-features=huge \
--enable-multibyte \
--enable-cscope=yes \
--enable-perlinterp=yes \
--enable-rubyinterp=yes \
--enable-luainterp=yes \
--enable-python3interp=yes \
--enable-fontset \
--enable-terminal=yes \
--enable-largefile \
--enable-gui=no\
--enable-fail-if-missing \
--disable-netbeans \
--disable-gpm \
--with-vim-name=vim \
--with-lua-prefix=/usr/local/Cellar/lua/lua \
--with-python3-command=/usr/local/bin/python3 \
--with-python3-config-dir=/usr/local/opt/python/libexec/bin \
--with-ruby-command=ruby \
--with-compiledby=$USER \
--with-x \
百度 guoogle 都没有找到解决方法,求大神路过给个解决建议!!!