我在 vim Makefile 中没有看到“netbeans_intg”,但我确实看到我可以使用该功能配置 vim,+netbeans_intg
如此处所述。我看到这个功能不包含在巨大的功能安装中。netbeans 功能的文档说,“当运行不带参数的配置时,应该包含 NetBeans 接口。”,但vim --version
显示的输出-netbeans-intg
。
./configure --help
节目
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
但
./configure --enable-netbeans_intg=yes
印刷
configure: WARNING: unrecognized options: --enable-netbeans_intg
configure: loading cache auto/config.cache
configure: error: `CC' was set to `' in the previous run
configure: error: `CFLAGS' was set to `' in the previous run
configure: error: `LDFLAGS' was set to `' in the previous run
configure: error: `CPPFLAGS' was set to `' in the previous run
configure: error: in `/home/ros/vim/src':
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm auto/config.cache' and start over