Re: VIM broken by upgrade to Perl 5.30

2020-03-06 Thread Marco Atzeri
Am 06.03.2020 um 21:41 schrieb Achim Gratz: Sommrey, Joerg (Allianz Deutschland) writes: 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) Perl

Re: AW: VIM broken by upgrade to Perl 5.30

2020-03-06 Thread Achim Gratz
Sommrey, Joerg (Allianz Deutschland) writes: > 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) Perl major version updates like this one ar

Re: VIM broken by upgrade to Perl 5.30

2020-03-06 Thread Oliver Schoede
On Thu, 5 Mar 2020 21:42:42 + (UTC) "Kevin Schnitzius via cygwin" wrote: > > 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 comm

AW: VIM broken by upgrade to Perl 5.30

2020-03-06 Thread Sommrey, Joerg (Allianz Deutschland)
[mailto:kome...@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

Re: VIM broken by upgrade to Perl 5.30

2020-03-05 Thread Kevin Schnitzius via cygwin
> 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_

VIM broken by upgrade to Perl 5.30

2020-03-05 Thread Sommrey, Joerg (Allianz Deutschland)
Hi, 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. Kind regards, Jörg Sommrey -- Problem reports: