On 22/04/11 08:29, Shlomi Fish wrote:
Hi all!I have the following ./configure invocation for building vim: ./configure --prefix=$HOME/apps/vim --with-features=huge \ --enable-perlinterp --enable-pythoninterp --enable-rubyinterp \ --enable-tclinterp --enable-luainterp However, when the python run-time (or whatever) is missing from the system, then ./configure is still successful, but Vim is built without these features. Insteead, I want ./configure to yell and crash and burn that Python is absent. I could not find any way to do it in "./configure --help". Is there any way to do it? If not, that would be a useful feature. Regards, Shlomi Fish
I don't think there is -- apart from running the compile till the end of the link, then grep the output of ./vim --version (i.e., the new executable, still in src/)for each of /+perl\>/ /+python\>/ /+ruby\>/ /+tcl\>/ /+lua\>/ /^Huge version\>/ and only proceed to "make install" if all those patterns match.
Best regards, Tony. -- Speak softly and carry a +6 two-handed sword. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
