Daniel Hast wrote:
> I downloaded the Vim 7.2 source from 
> ftp://ftp.vim.org/pub/vim/pc/vim72src.zip

You should patch it as well, and get the latest runtime. Patching is
quite easy, but it's a bit complex to describe (I'm hoping to do a wiki
page on it one day). I don't know a practical way to get the latest
runtime except by using rsync on a Unix-based system.

> if_python.c: In function `PythonIO_Init':
> if_python.c:951: error: structure has no member named `ob_type'

I don't know the details of what's going on, but ob_type is defined in a
Python header (look for a file like /Python30/include/object.h).
Somehow, the Vim compile is supposed to include object.h, or equivalent.
I'm giving this clue, in the hope that someone will explain what step
you are missing. Check how you are telling your compiler where your
Python is (try the make file).

John


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to