Sunday, March 25, 2012

Re: Building Win 7 vim with support for 64 bit perl

> I would like to build
>  from sources on Win 7 64 bit also.  Would you please provide
>  the steps for doing so?  (The only procedure I am unable to
>  use would be one that involves cygwin;  procedures involving
>  Visual Studio, MinGW or even cross-compiling from linux are
>  OK.)

Using MS Visual Studio 2008 Professional. Open command line, execute
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat"

Line below should builds Vim:
nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes
PERL=<path-to-perl> PERL_VER=512 DYNAMIC_PERL=yes

I guess something similar should work with free Windows SDK using
"Setenv.cmd /Release /x64" instead of vcvars64.bat

--
You received this message from the "vim_use" 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

No comments:

Post a Comment