Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Compiling vim7 with ruby interpreter

0 views
Skip to first unread message

Mark Woodward

unread,
Feb 10, 2006, 8:15:37 AM2/10/06
to
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

David Vallner

unread,
Feb 10, 2006, 8:42:13 AM2/10/06
to
Dňa Piatok 10 Február 2006 14:18 Mark Woodward napísal:

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

unread,
Feb 10, 2006, 8:55:56 AM2/10/06
to
Mark Woodward <marko...@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 <chneuk...@gmail.com> http://chneukirchen.org


0 new messages