[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Mac OS X Intel 10.4.5 readline support

Gareth Reeves

3/12/2006 3:28:00 PM

Does anyone know how to get readline support working for an Intel
10.4.5?

This package doesn't work.
http://wiki.rubyonrails.com/rails/pages/HowtoInstall...

Gareth

--
Posted via http://www.ruby-....


2 Answers

Dae San Hwang

3/12/2006 5:08:00 PM

0

Readline library is already there. (It's not GNU's, I think it's
NetBSD's.)

Tiger's default ruby installation doesn't use it however. If you
compile ruby 1.8.4 from the source, irb will have readline support
enabled automatically.

daesan


On Mar 13, 2006, at 12:28 AM, Gareth Reeves wrote:

> Does anyone know how to get readline support working for an Intel
> 10.4.5?
>
> This package doesn't work.
> http://wiki.rubyonrails.com/rails/pages/HowtoInstall...
>
> Gareth
>
> --
> Posted via http://www.ruby-....
>



Mc Osten

3/13/2006 9:38:00 AM

0

Dae San Hwang ha scritto:

> (It's not GNU's, I think it's NetBSD's.)

Yes, you are right.

head /usr/include/readline/readline.h
/* $NetBSD: readline.h,v 1.11 2004/01/17 17:57:40 christos Exp $ */

/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
....

However it's not perfectly gnu-compatible. I haven't tried with ruby (I
installed readline 5 from sources), but with GiNaC interpreter it does
not compile.