On Monday, October 12, 2015 at 5:19:12 AM UTC-5, Ni Va wrote: > Hi, > > > Attempting to compile vim74 with python feature under seven, it fails because > of one header directive : #include "pyconfig.h" > > _________ERRORS_____________ > > Work directory: c:\Niva\VimStandalone\vim-7.4.tar\vim74\src\ > Vim source directory: c:\Niva\VimStandalone\vim-7.4.tar\vim74\src > Building gvim.exe ... > In file included from if_python.c:58:0: > C:/Niva/Python27/Include/Python.h:8:22: fatal error: pyconfig.h: No such file > or directory > #include "pyconfig.h" > ^ > compilation terminated. >
What command-line are you using to build Vim? Are you telling Vim where to find your python install, with the PYTHON variable? What makefile/compiler? See here for a somewhat verbose and complicated example: http://vim.wikia.com/wiki/Build_Python-enabled_Vim_on_Windows_with_MinGW I'm sure there are better examples online somewhere. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
