簡體   English   中英

gem install rails在nio4r Windows7 ruby​​ 2.3上失敗

[英]gem install rails fails on nio4r windows7 ruby 2.3

嘗試在Windows 7機器上安裝滑軌:

紅寶石-v 2.5.2

紅寶石2.3.3p222(2016-11-21修訂版56859)[i386-mingw32]

已安裝的紅寶石

已安裝的devkit

ruby dk.rb init
ruby dk.rb install 

然后> gem install rails(我將得到以下錯誤)

無法構建gem本機擴展 Windows 7

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

    current directory: C:/Ruby23/lib/ruby/gems/2.3.0/gems/nio4r-1.2.1/ext/nio4r
C:/Ruby23/bin/ruby.exe -r ./siteconf20161215-7288-1jiw6zb.rb extconf.rb
checking for unistd.h... *** 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:/Ruby23/bin/$(RUBY_BASE_NAME)
C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:456:in `try_do': The compiler failed to generat
e an executable file. (RuntimeError)
You have to install development tools first.
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:587:in `try_cpp'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:1091:in `block in have_header'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:942:in `block in checking_for'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:350:in `block (2 levels) in postpo
ne'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:320:in `open'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:350:in `block in postpone'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:320:in `open'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:346:in `postpone'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:941:in `checking_for'
        from C:/Ruby23/lib/ruby/2.3.0/mkmf.rb:1090:in `have_header'
        from extconf.rb:3:in `<main>'

To see why this extension failed to compile, please check the mkmf.log which can
 be found here:

  C:/Ruby23/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/nio4r-1.2.1/mkmf.lo
g

extconf failed, exit code 1

Gem files will remain installed in C:/Ruby23/lib/ruby/gems/2.3.0/gems/nio4r-1.2.
1 for inspection.
Results logged to C:/Ruby23/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/nio
4r-1.2.1/gem_make.out

C:\>ruby -v
ruby 2.3.3p222 (2016-11-21 revision 56859) [i386-mingw32]

C:\>

>

如果有人在Windows上遇到同樣的問題! 這是我為最終安裝Rails(和nio4r)所做的工作:

將Ruby 2.3.3降級到Ruby 2.2.6

安裝32位版本的DevKit (DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe)

cd devkit 

ruby dk.rb init

ruby dk.rb review 

ruby dk.rb install 

cd \

gem install rails 

哇!

對於同一紅寶石版本(2.3.3),降級到32位版本的DevKit(DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe)為我解決了此問題。 我不必將Ruby降級到2.2.6。

感謝您指出正確的方向!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM