vim の Makefile に「netbeans_intg」はありませんが、ここ+netbeans_intg
に記載されているように、この機能を使用して vim を構成できることがわかります。この機能は、巨大な機能のインストールには含まれていません。netbeans 機能のドキュメントには、「configure を引数なしで実行する場合、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