X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=nxIrLo0jLWw37FL226dELelgZCXqvYAhRvafrtqf8NK kU4oVN0H/rQYuo24kGIhsM1rwYN98q2z8v2oYsVg2gFg5D10MYOudaucX7bY80Bj m3xrC/6zXo8YX91wZf/xdLSwEEKV5lwqnNx6okoPSUCPIvywB9WeV+jIjLVVbkOU = 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:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=K5UCYqE6K+dNMRjVhFAJIjbeVhs=; b=ehE0ZOhZ+A65uEMFg oXJ4XjSObpWSlU5a+NKtiV5VOp9a/tfauNUHbMOmMXFZudU38kQnJwQKcRQmiKnW LsBKsdWaAKjI21BUQqCuAZpYgo0jsIX/4kl8cYBAXT8hGX4unxxoL5L3F3/dzE8Q 7yA4ymWqI2hCqA3u/2LZzO32Dc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=HCc:D*yahoo.com X-HELO: mout.kundenserver.de Date: Fri, 6 Mar 2020 13:55:39 +0100 From: Oliver Schoede To: cygwin AT cygwin DOT com Cc: Kevin Schnitzius Subject: Re: VIM broken by upgrade to Perl 5.30 Message-ID: <20200306135539.000054df@online.de> In-Reply-To: <186541007.1022088.1583444562360@mail.yahoo.com> References: <186541007 DOT 1022088 DOT 1583444562360 AT mail DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 026CuRwL019971 On Thu, 5 Mar 2020 21:42:42 +0000 (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 command is disabled: the Perl library could not be > > loaded. > > Add: >     set perldll=/usr/bin/perl5_30.dll > to your .vimrc file. > Appears that doesn't work on Windows, Cygwin or otherwise, as per if_perl.txt: "The name of the DLL must match the Perl version Vim was compiled with. Currently the name is "perl512.dll". That is for Perl 5.12. To know for sure edit "gvim.exe" and search for "perl\d*.dll\c" Sure enough, the binary still has references to 5.26 baked in. Regards, Oliver -- 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