Mac Rmagick won't install with Xcode 4.2

前端 未结 4 457
粉色の甜心
粉色の甜心 2020-12-02 11:56

I just got a new macbook pro and trying to setup my dev environment. I downloaded xcode 4.2 from the app store and installed it, after this i installed homebrew and RVM. Ima

4条回答
  •  無奈伤痛
    2020-12-02 12:13

    I tried your solution (full of hope) but It did not work for me unfortunately. Finally I managed to make it work by reinstalling imagemagick without openmp support (this is the library responsible for lgomp)

    using Homebrew:

    brew install imagemagick --disable-openmp
    

    then rmagick installed without any problems.

提交回复
热议问题