odeke-em / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Perl interface cannot use strawberry perl #328

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using 64bit win7, with 64bit strawberry perl installed.

When I want to build vim with perl support, I can't go on with it.

command line features:

nmake -f Make_mvc.mak CPU=AMD64 GUI=yes OLE=yes PERL=D:\perl\StrawberryPerl 
DYNAMIC_PERL=yes PERL_VER=518 PYTHON=%TOOLDIR%python\python27 
DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python\python33 
DYNAMIC_PYTHON3=yes PYTHON3_VER=33  %1 IME=yes CSCOPE=yes

Doesn't work.

ActivePerl is OK with building. But official perl website says that Strawberry 
Perl is full-featured open-source perl on windows.

Original issue reported on code.google.com by universe...@gmail.com on 10 Feb 2015 at 7:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In what way doesn't it work? Does it give an error while compiling? Or does it 
compile and give an error in Vim? Or something else? What specific error, if 
any?

Original comment by fritzoph...@gmail.com on 10 Feb 2015 at 5:49