Tuesday, July 17, 2012

Re: anyone using embedded perl interpreter?

On 16/07/2012 4:17 PM, Taylor Hedberg wrote:
> 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
> [...]

Hmm,

I believe I had problems with Perl 5.14 and went back to Perl 5.10 when
compiling my Vim.

This is on Windows 7, 64-bit with a 32-bit Perl.

C:\>perl -v

This is perl, v5.10.1 built for MSWin32-x86-multi-thread
(with 2 registered patches, see perl -V for more detail)

This works fine.


c:\>perl -v

This is perl 5, version 14, subversion 2 (v5.14.2) built for
MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

I just tried it again with 7.3.1-604

It compiled fine for me, but crashed when I attempted to use some of the
Perl functions.

Dave

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment