Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not using correct perl version #37

Open
hukangha opened this issue Nov 16, 2016 · 1 comment
Open

Not using correct perl version #37

hukangha opened this issue Nov 16, 2016 · 1 comment

Comments

@hukangha
Copy link

hukangha commented Nov 16, 2016

Hi,
I'm using perl 5.24 which located in /usr/local/bin/perl and used this perl to install VimDebug;
but after install this plugin into ~/.vim and starts vim, the terminal reports that

Can't locate Vim/Debug/Protocol.pm in @INC (@INC contains: /home/hukang/work/../../.. /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 6) line 7.

seems it is still looking for the packages located in the old perl's "@inc" variable.

I'm not sure if this is a bug or vim is just fixed to the system perl which it is compiled against.

Is there any workaround or variable I can modify to point vim to the newer version perl?

@kablamo
Copy link
Owner

kablamo commented Nov 19, 2016

Thanks for the interest but I'm sorry to say this project is dead and tbh
never worked well beyond very basic functionality. Feel free to fork it if
you wish.

On Tue, Nov 15, 2016, 9:38 PM hukangha [email protected] wrote:

Hi,
I'm using perl 5.24 which located in /usr/local/bin/perl and used this
perl to install VimDebug;
but after install this plugin into ~/.vim and starts vi, the terminal
reports that
"
Can't locate Vim/Debug/Protocol.pm in @inc https://github.com/INC (@inc
https://github.com/INC contains: /home/hukang/work/../../..
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at
(eval 6) line 7.
"

seems it is still looking for the packages located in the old perl's "@inc
https://github.com/INC" variable.

I'm not sure if this is a bug or vim is just fixed to the system perl
which it is compiled against.

Is there any workaround or variable I can modify to point vim to the newer
version perl?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#37, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGZJspQxDI4Fo_ONmb-IQQkmROJCg-nks5q-nrRgaJpZM4KzUXs
.

kyzn added a commit to kyzn/VimDebug that referenced this issue Nov 9, 2018
It was noted that this module is deprecated at
kablamo#37 (comment)

This patch adds a note that flags this module as deprecated,
according to http://neilb.org/2015/01/17/deprecated-metadata.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants