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. -- -- 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.
