Can you please try with a standard python without anaconda? > Am 12.09.2021 um 13:16 schrieb Hristo <[email protected]>: > > > Hello, I am trying to do the same thing, but without the dynamic option and > the compilation fails on both python2 and python3. These are my commands for > the compilation using VS: > > Python2: nmake -f Make_mvc.mak GUI=yes > PYTHON=C:\Users\gou\Miniconda3\envs\py27 PYTHON_VER=27 > Python3: nmake -f Make_mvc.mak GUI=yes PYTHON3=C:\Users\gou\Miniconda3 > PYTHON3_VER=37 > > ... > if_python3.obj : error LNK2001: Nicht aufgelöstes externes Symbol > "__imp__PyEval_RestoreThread". > gvim.exe : fatal error LNK1120: 105 nicht aufgelöste Externe > NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual > Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\link.EXE"": > Rückgabe-Code "0x460" > Stop. > > There are many LNK2001 errors, but i cut them off to not spam the window. The > win32 installer provides Python support, but only dynamic, which doesn't seem > to be acceptable for some plugins, i.e. vimspector. > > Does anyone have an idea how to fix the problem? It seems to be a Windows > issue (surprise surprise) because i compiled vim fine on linux. The win32 > installer provides Python support, but only dynamic, which doesn't seem to be > acceptable for some plugins, i.e. vimspector. > > Thanks in advance. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub. > Triage notifications on the go with GitHub Mobile for iOS or Android. > > -- > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/7842/917615284%40github.com.
-- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/4DFF42C7-33E1-44AF-8809-C28171D4C106%40256bit.org.
