在Windows上安装RubyInstaller和DevKit后,无法安装rdiscount gem [英] Can't install rdiscount gem after installing RubyInstaller and DevKit on Windows

查看:154
本文介绍了在Windows上安装RubyInstaller和DevKit后,无法安装rdiscount gem的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在尝试在Windows 7机器上设置RoR时出现了一些错误。我使用RubyInstaller和DevKit安装了Ruby。在他们的说明中,执行 gem install rdiscount --platform = ruby​​ 来确保它的安装正确。我得到以下错误:

I'm having some errors trying to set up RoR on my Windows 7 machine. I installed Ruby with the RubyInstaller and DevKit. In their directions it says to execute gem install rdiscount --platform=ruby to ensure that it's installed correctly. I get the following error:

C:\Windows\system32>cd ../../DevKit

C:\DevKit>gem install rdiscount --platform=ruby
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ERROR:  Error installing rdiscount:
        ERROR: Failed to build gem native extension.

    C:/Ruby200-x64/bin/ruby.exe extconf.rb
checking for random()... *** 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:/Ruby200-x64/bin/ruby
        --with-rdiscount-dir
        --without-rdiscount-dir
        --with-rdiscount-include
        --without-rdiscount-include=${rdiscount-dir}/include
        --with-rdiscount-lib
        --without-rdiscount-lib=${rdiscount-dir}/
C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:431:in `try_do': The compiler failed to ge
nerate an executable file. (RuntimeError)
You have to install development tools first.
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:516:in `try_link0'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:531:in `try_link'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:717:in `try_func'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:1001:in `block in have_func'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:892:in `block in checking_for
'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:337:in `block (2 levels) in p
ostpone'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:307:in `open'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:337:in `block in postpone'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:307:in `open'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:333:in `postpone'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:891:in `checking_for'
        from C:/Ruby200-x64/lib/ruby/2.0.0/mkmf.rb:1000:in `have_func'
        from extconf.rb:5:in `<main>'


Gem files will remain installed in C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rdisc
ount-2.0.7.1 for inspection.
Results logged to C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rdiscount-2.0.7.1/ext/
gem_make.out

我试过此建议,并删除了重复的 libiconv-2.dll 文件,但问题仍然存在。有什么建议吗?

I've tried this suggestion, and removed a duplicate libiconv-2.dll file but the problem is persisting. Any suggestions?

推荐答案

目前,RDiscount在Windows上被破解,请参阅 issue#74 at GitHub

At this time, RDiscount is broken on Windows, see issue #74 at GitHub

如果您安装了Ruby和DevKit,可以安装 json RedCloth 等其他宝石来验证它是否正确编译:

If you have installed Ruby and DevKit, then you can install other gems like json or RedCloth to verify it compiles properly:

gem install json --platform=ruby
gem install RedCloth --platform=ruby

希望有帮助。

这篇关于在Windows上安装RubyInstaller和DevKit后,无法安装rdiscount gem的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆