On Monday, 9 April 2012 13:10:45 UTC+8, JohnBeckett wrote: > src/Makefile includes: > objects/py_config.o: $(PYTHON_CONFDIR)/config.c > > The file /usr/lib/python2.7/config/config.c does not contain any > of the identifiers that give the errors above, so my guess is > that you have a mixture of files from Python 2.7 and some > earlier version.
That's a useful clue. I have the source of Python and I see that those modules defined Module/config.c in the Python source. Instead of pointing to source, I pointed to default install of Python from Ubuntu. Perhaps some problem lies there, let me try in to source or a local prefixed install of Python from source and then try to compile vim against it. Thanks, Senthil -- 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
