On 08/05/09 06:07, Ajeet wrote: > > Hi, > > I am building vim7.2 from source without any patches. I execute > configure as follows > > ./configure --enable-pythoninterp > > This finds python and its config files correctly. make also runs fine. > However, after I run "vim --version" I get "-python" meaning python > interpreter is not installed. What could be the problem? > > -- > Regards, > Ajeet
Subscribe to the vim_dev and/or vim_mac groups (where this question should have been asked) then check these groups (or their archives) for the message I sent to them Sunday (10 May) at 10:03 my time, or 08:03 UTC in a thread titled "Compiling Vim on OS X Leopard". If configure did find the python headers but make built Vim without python, it may mean that something (possibly make itself) has overridden your configure options and reset them to defaults. See at http://users.skynet.be/antoine.mechelynck/vim/compunix.htm how to set the configure parameters in the environment and invoke configure, not directly but via make, so the options are kept even if it proves necessary to re-run configure. Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 32. You don't know what sex three of your closest friends are, because they have neutral nicknames and you never bothered to ask. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
