Bundle update fails on ffi

后端 未结 11 1892
闹比i
闹比i 2020-12-05 14:11

I\'m attempting to do a bundle update on my rails application but I get the following error:

Installing ffi (1.0.11) with native extensions Unfo         


        
11条回答
  •  情深已故
    2020-12-05 14:33

    Once installed gcc-4.2 from brew, you need to create symlink of it:

    ln -s /usr/bin/gcc /usr/bin/gcc-4.2
    

提交回复
热议问题