[#5219] Segmentation fault in timeout.rb — Michel Pastor <K@...>

Hi,

18 messages 2005/06/16
[#5220] Re: Segmentation fault in timeout.rb — Eric Hodel <drbrain@...7.net> 2005/06/16

[#5221] Re: Segmentation fault in timeout.rb — Michel Pastor <K@...> 2005/06/16

On Fri, 17 Jun 2005 05:03:18 +0900

[#5223] Re: Segmentation fault in timeout.rb — nobu.nokada@... 2005/06/17

Hi,

[#5296] Subversion — Shugo Maeda <shugo@...>

Hi,

64 messages 2005/06/30
[#5297] Re: Subversion — Curt Hibbs <curt@...> 2005/06/30

Shugo Maeda wrote:

[#5298] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/06/30

Curt Hibbs wrote:

[#5301] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, Nikolai Weibull

[#5304] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/06/30

Austin Ziegler wrote:

[#5305] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, Nikolai Weibull

[#5307] Re: Subversion — mathew <meta@...> 2005/06/30

Austin Ziegler wrote:

[#5308] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, mathew <meta@pobox.com> wrote:

[#5311] Re: Subversion — mathew <meta@...> 2005/07/01

Austin Ziegler wrote:

[#5323] Re: Subversion — Austin Ziegler <halostatue@...> 2005/07/01

On 7/1/05, mathew <meta@pobox.com> wrote:

[#5325] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/07/01

Austin Ziegler wrote:

Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4

From: Mark Hubbart <discordantus@...>
Date: 2005-06-02 23:35:22 UTC
List: ruby-core #5131
On 6/2/05, Ryan Davis <ryand-ruby@zenspider.com> wrote:
> 
> On Jun 1, 2005, at 9:59 AM, Shugo Maeda wrote:
> 
> > It looks like GNU Readline, not libedit.
> > Did you install it yourself?
> 
> No, GNU readline ships on Mac OS X 10.4:
> 
> /usr/include/readline
> /usr/include/readline/history.h
> /usr/include/readline/readline.h
> /usr/lib/libreadline.dylib
> 
> If you'd like, sometime Eric Hodel or I can get you a login on an OSX
> box with a checkout all set up.

Actually, it doesn't. They have stated publicly that they can't ship
it because of licensing issues (GPL). They symlink it to the
libedit.dylib:

mark@eMac% l /usr/lib | grep readline
lrwxr-xr-x     1 root  wheel        13 May 20 09:17 libreadline.dylib
-> libedit.dylib
mark@eMac% system_profiler | egrep '(Kernel|System) Version'
      System Version: Mac OS X 10.4 (8A428)
      Kernel Version: Darwin 8.0.0

Are you sure you didn't install it yourself, or something else didn't
install it for you? My system doesn't have anything but the symlink.

cheers,
Mark


In This Thread