如何使用netbeans\u intg制作vim?

如何使用netbeans\u intg制作vim?,vim,Vim,我在vim Makefile中没有看到“netbeans\u intg”,但我确实看到我可以使用+netbeans\u intg功能配置vim,如文档所示。我看到这个功能没有包含在庞大的功能安装中。netbeans特性的文档中说,“在运行不带参数的configure时,应该包括netbeans接口。”,但是vim--version的输出显示-netbeans intg ./configure --help 显示 但是 印刷品 configure: WARNING: unrecognized o

我在vim Makefile中没有看到“netbeans\u intg”,但我确实看到我可以使用
+netbeans\u intg
功能配置vim,如文档所示。我看到这个功能没有包含在庞大的功能安装中。netbeans特性的文档中说,“在运行不带参数的configure时,应该包括netbeans接口。”,但是
vim--version
的输出显示
-netbeans intg

./configure --help
显示

但是

印刷品

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

为什么要使用此功能

src/Makefile
中执行
/netbeans
,跳转到此段落:

# 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

如果您使用GUI编译Vim,那么netbeans接口听起来像是自动编译的。这让我们回到我的第一个问题。对于这个问题:如果一个简单的
$sudo apt get install Vim gnome
可以为您带来您想要的东西,您为什么要手动编译Vim?

为什么要使用此功能

src/Makefile
中执行
/netbeans
,跳转到此段落:

# 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
如果您使用GUI编译Vim,那么netbeans接口听起来像是自动编译的。这让我们回到我的第一个问题。对于这个问题:如果一个简单的
$sudo apt get install Vim gnome
可以为您带来您想要的东西,那么为什么要手动编译Vim

# 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