On Saturday, 6 August 2016 12:22:14 UTC+8, Ken Takata wrote: > Hi, > > 2016/8/6 Sat 13:15:24 UTC+9 Marslo Jiao wrote: > > > > Hi Ken, > > > > I'm using the latest vim source code from github. the version is 7.4.2161. > > Do I still need apply patches? > > Thanks. > > > > BRs. Marslo > > The patch is not included, because no one tested it. > (And I have totally forgotten about the patch.) > > Regards, > Ken Takata
Hi Ken, Well.... the issue has been fixed somehow. I think the issue happened in Python compile, but not in vim compile. I'm using "# make install altinstall" instead of "# make altinstall", and reboot, and the vim built works!! configure shows: ... checking for python2... (cached) /usr/local/bin/python2 checking Python version... (cached) 2.7 checking Python is 2.3 or better... yep checking Python's install prefix... (cached) /usr/local checking Python's execution prefix... (cached) /usr/local (cached) checking Python's configuration directory... (cached) /usr/local/lib/python2.7/config (cached) checking Python's dll name... (cached) libpython2.7.so.1.0 ... The build can be succeed, but python still cannot works in vim: :python print 'abc' E887: Sorry, this command is disabled, the Python's site module could not be loaded. Press ENTER or type command to continue -- -- 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.
