AW: VIM broken by upgrade to Perl 5.30
Sommrey, Joerg (Allianz Deutschland)
joerg.sommrey@allianz.de
Fri Mar 6 17:39:00 GMT 2020
Hi Kevin,
thanks for the hint, but this does not work.
After setting perldll to perl5_30.dll I get:
if_perl.c: loadable library and perl binaries are mismatched (got handshake key 0x8800080, needed 0x9680080)
And then vim dies...
Jörg
-----Ursprüngliche Nachricht-----
Von: Kevin Schnitzius [mailto:kometes@yahoo.com]
Gesendet: Donnerstag, 5. März 2020 22:43
An: cygwin@cygwin.com; Sommrey, Joerg (Allianz Deutschland)
Betreff: Re: VIM broken by upgrade to Perl 5.30
> vim needs to be recompiled for Perl 5.30. The perl interface is no longer working:
> Calling:
> :perl VIM::Msg(“Hi”)
>
> Results in:
>
> E370: Could not load library cygperl5_26.dll
> Sorry, this command is disabled: the Perl library could not be loaded.
Add:
set perldll=/usr/bin/perl5_30.dll
to your .vimrc file.
Kevin
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list