On Monday, October 12, 2015 at 4:14:02 PM UTC+1, Ben Fritz wrote: > 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.
Yes this is it. I use your link example and the batch file. I have installed both Python3.5 and 2.7 versions. I am surprised meanwhile that both path are in my user path that it(the header file Python.h) does not find "pyconfig.h". This file is in C:\Niva\Python27\PC. -- -- 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.
