2

このエラーを数回グーグルで検索し、Web サイトから rMagick win-32 をインストールする手順を取得しました。ただし、win32 バージョンは非推奨に見え、Ruby 1.8.6 用に作られています。私は 1.9.3 を持っています。

誰かがこの宝石のインストールを手伝ってくれませんか? 今後数週間でコードが他のPCなどに数回移動されるため、これのために私のPCにimageMagickをインストールすることは本当にできません(学校の課題、あなたは私が行く方法を知っています)。そして、このgemと一緒にimageMagickをインストールできるようです(私の場合、これが断然最良のオプションです)。それにもかかわらず、私はこれらのことに関してはかなり大きなn00bであるため、このエラーを理解できません。

   C:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb
    checking for Ruby version >= 1.8.5... yes
    Ongeldige stationsspecificatie.
    Unable to get ImageMagick version
    *** extconf.rb failed ***
    Could not create Makefile due to some reason, probably lack of
    necessary libraries and/or headers.  Check the mkmf.log file for more
    details.  You may need configuration options.

    Provided configuration options:
            --with-opt-dir
            --without-opt-dir
            --with-opt-include
            --without-opt-include=${opt-dir}/include
            --with-opt-lib
            --without-opt-lib=${opt-dir}/lib
            --with-make-prog
            --without-make-prog
            --srcdir=.
            --curdir
            --ruby=C:/RailsInstaller/Ruby1.9.3/bin/ruby


    Gem files will remain installed in C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9
    .1/gems/rmagick-2.13.1 for inspection.
    Results logged to C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rmagick-2
    .13.1/ext/RMagick/gem_make.out
    An error occured while installing rmagick (2.13.1), and Bundler cannot continue.

    Make sure that `gem install rmagick -v '2.13.1'` succeeds before bundling.
4

2 に答える 2