How can I add “-with-python” options by building gvim/vim from source code in Windows

前端 未结 1 1388
Happy的楠姐
Happy的楠姐 2020-12-20 06:19

I\'ve tried to build vim/gvim from source code in windows for several days. And, the building actually works by both ways CygWin and WinGW.

<
相关标签:
1条回答
  • 2020-12-20 06:57

    @FvD, finally, I found the reason.

    The command of Cygwin or WinGW are all right. The problem come from Python(surprising, Uhun?)!!

    Python2x or Python3x are all should be installed as 32-bit version .

    Because my computer system is 64bit, so I download python2/3 as x86_64, that caused vim cannot load python lib dynamicly.

    I don't know exactly what's wrong with the python version. I assume it's because my Gvim/Vim are all 32bit.

    0 讨论(0)
提交回复
热议问题