[#4858] Build fails on OSX Tiger 10.4 — noreply@...

Bugs item #1883, was opened at 2005-05-06 14:55

21 messages 2005/05/06
[#4862] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Yukihiro Matsumoto <matz@...> 2005/05/07

Hi,

[#4865] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Ryan Davis <ryand-ruby@...> 2005/05/07

[#4868] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — nobu.nokada@... 2005/05/07

Hi,

[#5053] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Shugo Maeda <shugo@...> 2005/05/19

Hi,

[#5056] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Mark Hubbart <discordantus@...> 2005/05/19

On 5/19/05, Shugo Maeda <shugo@ruby-lang.org> wrote:

[#4874] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...>

Hello all,

31 messages 2005/05/10
[#4879] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Pit Capitain <pit@...> 2005/05/11

Ilias Lazaridis schrieb:

[#4883] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...> 2005/05/12

Pit Capitain wrote:

[#4884] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ryan Davis <ryand-ruby@...> 2005/05/12

[#4888] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...> 2005/05/12

Ryan Davis wrote:

[#4889] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — ES <ruby-ml@...> 2005/05/12

[#4890] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...> 2005/05/12

ES wrote:

[#4891] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Alexander Kellett <ruby-lists@...> 2005/05/12

On May 12, 2005, at 3:13 PM, Ilias Lazaridis wrote:

[#4911] Pointless argc check in Array#select — noreply@...

Patches item #1900, was opened at 2005-05-12 09:33

11 messages 2005/05/12

[#4919] - Hierarchical/Modular Directory Structure — Ilias Lazaridis <ilias@...>

The source-code structure should be simplified, lowering barriers for

20 messages 2005/05/12

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

From: Ryan Davis <ryand-ruby@...>
Date: 2005-05-07 09:01:56 UTC
List: ruby-core #4865
On May 7, 2005, at 1:13 AM, Yukihiro Matsumoto wrote:

> Hi,
>
> In message "Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4"
>     on Sat, 7 May 2005 04:02:14 +0900, noreply@rubyforge.org writes:
>
> |Initial Comment:
> |Tried using 1.8.2 and "latest stable" - both give same message.
> |
> |
> |compiling readline
> |gcc -fno-common -g -O2 -pipe -fno-common -DREADLINE_21_OR_LATER  - 
> I. -I../.. -I/Users/jules/Downloads/ruby -I/Users/jules/Downloads/ 
> ruby/ext/readline -DHAVE_READLINE_READLINE_H - 
> DHAVE_READLINE_HISTORY_H  -c readline.c
> |readline.c: In function 'readline_attempted_completion_function':
> |readline.c:133: error: 'rl_attempted_completion_over' undeclared  
> (first use in this function)
>
> This means libreadline on Mac OSX Tiger has no  
> rl_attempted_completion_over
> variable.  Does someone know exact version of libreadline on Tiger?

I can't tell exactly, bit I can provide you with:

/*      $NetBSD: readline.h,v 1.11 2004/01/17 17:57:40 christos Exp  
$   */
$NetBSD: history.c,v 1.25 2003/10/18 23:48:42 christos Exp $
$NetBSD: tokenizer.c,v 1.14 2003/12/05 13:37:48 lukem Exp $
$NetBSD: readline.c,v 1.46 2004/02/27 14:52:18 christos Exp $

and:

526 % nm libreadline.dylib  | grep rl_att
a69a30c0 D _rl_attempted_completion_function
a69a30ac D _rl_attempted_completion_over

and:

558 % grep attempted readline.h
extern CPPFunction      *rl_attempted_completion_function;

so, it looks like it is actually available, but not declared in the  
header for some reason.

--
ryand-ruby@zenspider.com - Seattle.rb - http://www.zenspider.com/ 
seattle.rb
http://blog.zenspider.com/ - http://rubyforge.org/projects/ruby2c



In This Thread