Monday, July 16, 2012

Re: anyone using embedded perl interpreter?

Britton Kerin, Mon 2012-07-16 @ 12:02:31-0800:
> I get build failures trying to compile vim against perls 5.14 and
> 5.16, but no response on vim-dev, just wondering if anyone else uses
> the embedded perl interpreter or if I'm the only one...

I saw your messages on vim-dev but didn't really have anything to add.
Vim compiles fine against Perl 5.16 on my system (Arch Linux x86_64).
Perhaps it is something specific to your OS's Perl packages?


$ vim --version

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jul 10 2012 16:27:35)
Included patches: 1-600
Compiled by Taylor M. Hedberg
Big version with GTK2 GUI. Features included (+) or not (-):
[...]
+perl
[...]

$ perl -v

This is perl 5, version 16, subversion 0 (v5.16.0) built for x86_64-linux-thread-multi
[...]

No comments: