Instalando o ruby 1.9.1 no OS X com RVM, obtendo erro não consigo entender

1

Estou tentando atualizar minha instalação ruby no Leopard para pelo menos 1.9.1. Eu encontrei um tutorial que me diz como fazê-lo com RVM e eu chego a baixar, configurar e compilar a versão que eu quero, mas durante a compilação eu recebo erros.

Ao verificar o arquivo make.error.log, esta é a mensagem que recebo:

[2010-11-07 13:43:44] make 
main.c: In function ‘objcdummyfunction’:
main.c:19: warning: implicit declaration of function ‘objc_msgSend’
main.c: At top level:
main.c:19: warning: ‘objcdummyfunction’ defined but not used
eval.c: In function ‘ruby_cleanup’:
eval.c:139: warning: passing argument 1 of ‘ruby_init_stack’ discards qualifiers from pointer target type
gc.c: In function ‘garbage_collect_with_gvl’:
gc.c:597: warning: cast from pointer to integer of different size
w: illegal option -- L
usage: w [hi] [user ...]
make: [libruby.1.9.1.dylib] Error 1 (ignored)
readline.c: In function ‘username_completion_proc_call’:
readline.c:1159: error: ‘username_completion_function’ undeclared (first use in this function)
readline.c:1159: error: (Each undeclared identifier is reported only once
readline.c:1159: error: for each function it appears in.)
make[1]: *** [readline.o] Error 1
make: *** [mkmain.sh] Error 1

Eu não tenho ideia do que isso significa. Ajuda?

    
por James P. Wright 07.11.2010 / 20:52

1 resposta

1

Os documentos do RVM têm uma página com uma sugestão para problemas de readline: link

    
por 08.11.2010 / 00:28