On Tuesday, October 13, 2015 at 5:43:25 PM UTC+2, Ben Fritz wrote: > On Tuesday, October 13, 2015 at 1:32:28 AM UTC-5, Ni Va wrote: > > > > > > 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. > > Did you edit the batch file for your own computer's paths before using it? > Note that the path to the installed python is hard-coded into the batch file > in that wiki link. > > Please give the EXACT command line you used to compile, or the EXACT batch > file you used. Otherwise we can only guess what could be the problem. > > Many people compile python-enabled Vim all the time, on Windows and other > systems. So there is something different about YOUR setup or compilation > commands that is causing the build failure.
Hi Ben, Ok then I compiled Vim 7.4 with python/dyn and python3/dyn Make_mvc updated for Visual2015 but I got an issue with omnisharp feature. I have two questions: 1. How can I test python feature from within Vim 2. Omnisharp plugin really needs +python or can it run with +python/dyn Thank you -- -- 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.
