I'm trying to compile Vim 7.2 with Python 2.5.1 support, but I'm having some trouble.
I run configure which seems like it is working as expected
./configure --with-features=huge --enable-pythoninterp --prefix=/home/username/vimpy
Run Code Online (Sandbox Code Playgroud)
I can see that changes to --with-features works as I expect (the final compiled version has new features), and it sets up Python correctly
checking for python... (cached) //python/2.5/bin/python checking Python version... (cached) 2.5 checking Python is 1.4 or better... yep checking Python's install prefix... (cached) //python/2.5 checking Python's execution …