There are two issues here:

First:

> 
> Use of uninitialized value in concatenation (.) or string at
> lib/Parrot/Configure/Step/Methods.pm line 106
> 

Should be fixed with patch I committed in r28390.

Second:

> Determining if your platform supports readline...Use of uninitialized
> value in concatenation (.) or string at
> lib/Parrot/Configure/Step/Methods.pm line 106.
> dyld: lazy symbol binding failed: Symbol not found: _rl_get_keymap
>   Referenced from:
> /Users/wparrot01/Documents/Development/mill/001/parrot/0.6.2/
> 01/./test
>   Expected in: dynamic lookup
> 
> dyld: Symbol not found: _rl_get_keymap
>   Referenced from:
> /Users/wparrot01/Documents/Development/mill/001/parrot/0.6.2/
> 01/./test
>   Expected in: dynamic lookup
> 

This is a problem we've seen before re readline and Mac OS X.  We should
grep the mailing list archive for '_rl_get_keymap'.

kid51

Reply via email to