[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Compiling vim7 with ruby interpreter

Mark Woodward

2/10/2006 1:16:00 PM

Hi all,
I've asked this on the vim list as well, so sorry for the cross posting

I'm trying to compile snapshot 195 of vim 7 on kubuntu (debian)

using ./configure --enable-rubyinterpreter --enable-perlinterpreter
failed for both.

One of the guys on the vim list suggested:
'apt-get install libperl-dev'
which fixed the perl issue.

Is there a similar library/package I need for ruby.
Ruby's functional (ie I can :!Ruby % from inside vim) but I'm trying to
configure the ruby interpreter at compile time

any suggestions appreciated

thanks,

--
Mark
2 Answers

David Vallner

2/10/2006 1:42:00 PM

0

Dna Piatok 10 Február 2006 14:18 Mark Woodward napísal:
> Hi all,
> I've asked this on the vim list as well, so sorry for the cross posting
>
> I'm trying to compile snapshot 195 of vim 7 on kubuntu (debian)
>
> using ./configure --enable-rubyinterpreter --enable-perlinterpreter
> failed for both.
>
> One of the guys on the vim list suggested:
> 'apt-get install libperl-dev'
> which fixed the perl issue.
>
> Is there a similar library/package I need for ruby.
> Ruby's functional (ie I can :!Ruby % from inside vim) but I'm trying to
> configure the ruby interpreter at compile time
>
> any suggestions appreciated
>
> thanks,
>
> --
> Mark

libruby-dev or libruby1.8-dev? I wonder if someone asked / told the Ubuntu
packagers to provide a metapackage that corresponds to the standard Ruby
distribution, I hate having to hunt and peck across aptitude (Yea, verily the
god and king of APT frontends) to get all the bits and pieces.

David Vallner


Christian Neukirchen

2/10/2006 1:56:00 PM

0

Mark Woodward <markonlinux@internode.on.net> writes:

> Hi all,
> I've asked this on the vim list as well, so sorry for the cross posting
>
> I'm trying to compile snapshot 195 of vim 7 on kubuntu (debian)
>
> using ./configure --enable-rubyinterpreter --enable-perlinterpreter
> failed for both.
>
> One of the guys on the vim list suggested:
> 'apt-get install libperl-dev'
> which fixed the perl issue.

Try this:
apt-get install libruby1.8-dev

> Mark
--
Christian Neukirchen <chneukirchen@gmail.com> http://chneuk...