Excuse my broken english.
I compile by cvs source, just now, ersion 7.1.297.
In spite of I configured with "--enable-gui=no" ,
configure script make rule for install,
install gvimtutor ( target "installtutorbin: $(DEST_VIM)" ).
No make rule to guitutor, it's right. It bring about install error.
Off course comment out this section, I can install and get version 7.1.297.
I attach my script for configure.
After follow is comment out part of src/Makefile
> 1866 # install the tutor files
> 1867 installtutorbin: $(DEST_VIM)
> 1868 >-------$(INSTALL_DATA) vimtutor $(DEST_BIN)/$(VIMNAME)tutor
> 1869 >-------chmod $(SCRIPTMOD) $(DEST_BIN)/$(VIMNAME)tutor
> 1870 #>------$(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor
> 1871 #>------chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor
Please review ./configure or src/Makefile.in
Best Regards.
--
NAKAGAWA Tsuneo (a.k.a. yaemon ) mailto:[EMAIL PROTECTED]
Web site ( Japanese ony ) http://www.kikansha.jp/~yaemon/
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---