xescugc / webrtc-rails

WebRTC implemented with a Rails Backend and a NodeJS server for signaling
webrtc-rails.layeris.com
79 stars 42 forks source link

An error occurred while installing kgio (2.8.1), and Bundler cannot continue. #4

Closed rcp140875 closed 9 years ago

rcp140875 commented 10 years ago

After Bundle install I got :

Gem::Installer::ExtensionBuildError: 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.

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

Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/kgio-2.8. 1 for inspection. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/kgio-2.8.1/ext/kgio/gem_ma ke.out An error occurred while installing kgio (2.8.1), and Bundler cannot continue. Make sure that gem install kgio -v '2.8.1' succeeds before bundling.

:(

xescugc commented 10 years ago

Can you try to install the gems with a version of ruby greater than 1.9.1? With 1.9.3 works for me

rcp140875 commented 10 years ago

Thank you for you response!

I have rails 1.9.3, But I am using windows 8.0 Maybe that is the problem

rcp140875 commented 10 years ago

The las error was fixed But now I have a new one:

Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :jbuilder, :coffee]}. Searched in: *

I have installed haml gem and it does not work

:(

xescugc commented 10 years ago

So now all the Gemset is installed? Which version of ruby?

xescugc commented 9 years ago

Closing this issue