|
cvs了一个vim7,
根据Install文档,
make
make install
但是gvim使用不了。
于是重新编译安装:
make distclean
./configure --enable-gui=gtk --with-features=big --prefix=/usr
make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim MAKE="make -e"
make install
但是使用gvim,却启动不了,提示:
E25: GUI cannot be used: Not enabled at compile time
大家是怎么安装成功gvim的?:thank |
|