therubyracer - Gem::Ext::BuildError: ERROR: Failed to build gem native extension

前端 未结 14 1763
抹茶落季
抹茶落季 2020-12-07 11:09

I\'m trying to install the following gem versions on Mavericks

  • libv8 (3.16.14.3)
  • therubyracer (0.12.1)

Obviously therubyracer gems depe

14条回答
  •  -上瘾入骨i
    2020-12-07 11:28

    This steps worked for me.

    OS: Maverick Ruby: 2.1.1

    gem uninstall libv8
    gem install therubyracer -v '0.11.3'
    gem install libv8 -v '3.11.8.13' -- --with-system-v8
    

提交回复
热议问题