Tôi đã tải một ray mở webapp nguồn, và trong khi tôi đã bắt đầu nó bằng cách sử:gem install kgio LỖI
C:\Users\admin\Downloads\iCare\icare-develop>rails server
←[31mCould not find kgio-2.8.0 in any of the sources←[0m
←[33mRun `bundle install` to install missing gems.←[0m
tôi đã cố gắng để khắc phục lỗi này bằng:
cmd:>gem install kgio -v '2.8.0'
tôi đã nhận lỗi:
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing kgio:
ERROR: Failed to build gem native extension.C:/Ruby193/bin/ruby.exe extconf.rb
checking for CLOCK_MONOTONIC in time.h... no
checking for CLOCK_MONOTONIC() in time.h... no
checking for clockid_t in time.h... no
checking for clock_gettime() in -lrt... no
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for poll() in poll.h... no
checking for getaddrinfo() in sys/types.h,sys/socket.h,netdb.h... no
getaddrinfo required
*** 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.
và
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:/Ruby193/bin/ruby
--with-rtlib
--without-rtlib
--with-nsllib
--without-nsllib
--with-socketlib
--without-socketlib
và Tệp Gem sẽ vẫn được cài đặt trong C: /Ruby193/lib/ruby/gems/1.9.1/gems/kgio-2.8. 0 để kiểm tra. Kết quả được ghi nhận vào C: /Ruby193/lib/ruby/gems/1.9.1/gems/kgio-2.8.0/ext/kgio/gem_ma ke.out
tôi đã loại: bundle install
sau đó, nhưng không có gì xảy ra ..
tôi đã thêm những 'và' giữa các phần mã vì tôi không thể gửi câu hỏi của mình – Br3x