1

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
4

1 に答える 1

1

なぜこの機能が必要なのですか?

この段落/netbeanssrc/Makefileジャンプします。

# NETBEANS - NetBeans interface. Only works with Motif, GTK, and gnome.
# Motif version must have XPM libraries (see |workshop-xpm|).
# Uncomment this when you do not want the netbeans interface.
#CONF_OPT_NETBEANS = --disable-netbeans

Vim を GUI でコンパイルすると、netbeans インターフェイスが自動的にコンパイルされるようです。最初の質問に戻ります。そして、これに: 単純なものがあなたが望むものをもたらすことができるのに、なぜ Vim を手動でコンパイルし$ sudo apt-get install vim-gnomeたいのですか?

于 2013-03-10T18:19:18.847 に答える