Hi Ken, > $ make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc > RC=x86_64-w64-mingw32-windres ARCH=x86-64 GUI=yes
this command works well and I can build gvim with it. I was trying to compile vim using perl and python. I have perl in c:\perl64 and python in c:\python27_64 I can compile fine using make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc RC=x86_64-w64-mingw32-windres ARCH=x86-64 PYTHON=/cygdrive/c/Python27_64 PYTHON_VER=27 DYNAMIC_PYTHON=yes PERL=/cygdrive/c/Perl64 PERL_VER=516 DYNAMIC_PERL=yes -j5 GUI=yes it also compiles fine using this command. However the resulting gvim has perl working fine but not python. If I try just :py I get E471: Argument required however if I try to actually do some work in python I get: E448: Could not load library function Py_InitModule4 E263: Sorry, this command is disabled, the Python library could not be loaded. I downloaded the lastest version of python available. Any idea why this is happening and how I can solve it? Thanks again 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/groups/opt_out.
