X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=HUbP43EzHhSeTiAJSPZpCqHNNzqAm
	/s39IcQduVbrNBSjWWRy+r+lBI9rB+TRAgX+bWDwW+bZ5t1PcT3SHTK793AgJ//L
	p5XfzqGaG4XyW3D2umxp65DkyJlHJ0pNt92JwDo5bnYO37sznWlW+L8wR9QFW8KN
	8aUfjTZV8wGqaU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; s=default; bh=Dav1tVenjrIdzyuOIhwfdDMCIxI=; b=Kgy
	3w88qPyKrR4WONKy8ZNc+0nZSPnf48L7iXcy0HX6F4U6mz9XZ2Aogq7B3IXK7jED
	8qNAcsA6WedRpxMMUAJc6ufRAgvXcV19238ikcOdmdjZ21n0h/NiXLHlS4zlYnHw
	allCyoHRcr1V3jd3vc4vL01JIL2vdWh7ED8Lkug8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-0.2 required=5.0 tests=AWL,BAYES_50,GIT_PATCH_2,KAM_NUMSUBJECT,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:855, perl, Hi=e2, sommrey?=
X-HELO: mailgw.allianz.com
From: "Sommrey, Joerg (Allianz Deutschland)" <joerg.sommrey@allianz.de>
To: Kevin Schnitzius <kometes@yahoo.com>,
        "cygwin@cygwin.com"	<cygwin@cygwin.com>
Subject: AW: VIM broken by upgrade to Perl 5.30
Date: Fri, 6 Mar 2020 09:22:14 +0000
Message-ID: <4bd0951c3c6a4e279d5b6f2d35e0c50e@dee111ash000030.wwg00m.rootdom.net>
References: <ea9501594498435f92d15a5a0cbaa784@dee111ash000030.wwg00m.rootdom.net> <186541007.1022088.1583444562360@mail.yahoo.com>
In-Reply-To: <186541007.1022088.1583444562360@mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0269Mtf0030226

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


