Cannot install Ruby 1.9.3 on a clean Lion Install

前端 未结 1 984
失恋的感觉
失恋的感觉 2021-01-24 23:13

Trying to install 1.9.3 using RVM.

Getting these errors in my make.log

compiling readline.c
readline.c:1499:9: error: use of undeclared iden         


        
相关标签:
1条回答
  • 2021-01-24 23:23

    I solved the problem. RVM wasn't recognizing the readline installed. Funny how readline manages to screw up so many people's installs.

    This command points rvm toward the right readline location

    rvm install 1.9.3 --with-gcc=clang --with-readline-dir=$rvm_path/usr
    
    0 讨论(0)
提交回复
热议问题