I can't install rmagick gem on windows

前端 未结 5 1816
梦如初夏
梦如初夏 2020-12-28 11:35

I used ruby 1.9.2 and rails 3.0.3. iam trying to install rmagick gem but when i run bundle install I got an error tells me:

Installing rmagick          


        
5条回答
  •  情话喂你
    2020-12-28 11:52

    I have the same problem, my environment was:

    windows XP (x32)
    ruby 1.9.3p484 (2013-11-22) [i386-mingw32]
    DevKit-tdm-32-4.5.2-20111229-1559-sfx
    ImageMagick-6.8.8-2-Q8-x64-static.exe
    

    I install rmagik gem successfully, after reinstalling of ImageMagick from v6.8.8 to 6.6.7. It was just a problem of incompatibility versions...

提交回复
热议问题