Ken Takata wrote:
> 2019/1/9 Wed 17:45:23 UTC+9 Ni Va wrote: > > Le mercredi 9 janvier 2019 05:03:50 UTC+1, [email protected] a écrit : > > > Hi, > > > > > > 2019/1/8 Tue 21:35:24 UTC+9 Ni Va wrote: > > > > Hi, > > > > > > > > Is it possible to build Vim with Python 3 support only, with mingw32 > > > > (i686) and not downloading msys2 but last release from > > > > https://www.python.org/downloads/release/python-372/ ? > > > > > > > > > > > > According that it is an alternative to the advise from installPC.txt > > > > > > > > " > > > > When using msys2 and link with Python3 bundled with msys2 (as one line): > > > > > > > > mingw32-make -f Make_ming.mak PYTHON3=c:/msys64/mingw64 > > > > PYTHON3_HOME=c:/msys64/mingw64 > > > > PYTHON3INC=-Ic:/msys64/mingw64/include/python3.6m > > > > DYNAMIC_PYTHON3=yes > > > > PYTHON3_VER=36 > > > > DYNAMIC_PYTHON3_DLL=libpython3.6m.dll > > > > STATIC_STDCPLUS=yes" > > > > > > You can use (almost) the same options as MSVC. > > > No need to set PYTHON3_HOME, PYTHON3INC and DYNAMIC_PYTHON3_DLL. > > > It might be better to use slashes for the path instead of backslashes. > > > > > > If you want to understand more details about the options, see the > > > makefiles > > > (e.g. Make_cyg_ming.mak, Make_ming.mak, Make_mvc.mak). > > > > > > Regards, > > > Ken Takata > > > > Ok Works. Built. Thank you Ken. > > I thought it was obvious that how to build with MinGW and the official Python, > but it was wrong. Attached patch revises the INSTALLpc.txt: > > * Add examples about how to build with MinGW and the official Python. > * Mention about the STATIC_STDCPLUS option. > * Update the default WINVER value. > * Update "vim80" to "vim81". Thanks! -- hundred-and-one symptoms of being an internet addict: 139. You down your lunch in five minutes, at your desk, so you can spend the rest of the hour surfing the Net. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
