Maher4Ever / wdm

Windows Directory Monitor (WDM) is a threaded directories monitor for Windows.
https://rubygems.org/gems/wdm
MIT License
51 stars 15 forks source link

Windows 8.1 x64 ruby 2.1.5 #19

Open vike27 opened 9 years ago

vike27 commented 9 years ago

Can someone help me out here? Not sure what is happening...

$ bundle install DL is deprecated, please use Fiddle Fetching gem metadata from https://rubygems.org/......... Fetching version metadata from https://rubygems.org/.. Resolving dependencies..... Using rake 10.4.2 Using i18n 0.7.0 Using json 1.8.2 Using minitest 5.6.0 Using thread_safe 0.3.5 Using tzinfo 1.2.2 Using activesupport 4.2.1 Using builder 3.2.2 Using erubis 2.7.0 Using mini_portile 0.6.2 Using nokogiri 1.6.6.2 Using rails-deprecated_sanitizer 1.0.3 Using rails-dom-testing 1.0.6 Using loofah 2.0.1 Using rails-html-sanitizer 1.0.2 Using actionview 4.2.1 Using rack 1.6.0 Using rack-test 0.6.3 Using actionpack 4.2.1 Using globalid 0.3.5 Using activejob 4.2.1 Using mime-types 2.5 Using mail 2.6.3 Using actionmailer 4.2.1 Using activemodel 4.2.1 Using arel 6.0.0 Using activerecord 4.2.1 Using debug_inspector 0.0.2 Using binding_of_caller 0.7.2 Using bundler 1.9.4 Using columnize 0.9.0 Using byebug 4.0.5 Using xpath 2.0.0 Using capybara 2.4.4 Using hitimes 1.2.2 Using timers 4.0.1 Using celluloid 0.16.0 Using coderay 1.1.0 Using coffee-script-source 1.9.1.1 Using execjs 2.5.2 Using coffee-script 2.4.1 Using thor 0.19.1 Using railties 4.2.1 Using coffee-rails 4.1.0 Using diff-lcs 1.2.5 Using ffi 1.9.8 Using formatador 0.2.5 Using rb-fsevent 0.9.4 Using rb-inotify 0.9.5 Using listen 2.10.0 Using lumberjack 1.0.9 Using nenv 0.2.0 Using shellany 0.0.1 Using notiffany 0.0.6 Using method_source 0.8.2 Using slop 3.6.0 Using win32console 1.3.2 Using pry 0.10.1 Using guard 2.12.5 Using guard-compat 1.2.1 Using rspec-support 3.2.2 Using rspec-core 3.2.3 Using rspec-expectations 3.2.1 Using rspec-mocks 3.2.1 Using rspec 3.2.0 Using guard-rspec 4.5.0 Using multi_json 1.11.0 Using jbuilder 2.2.13 Using jquery-rails 4.0.3 Using sprockets 3.0.2 Using sprockets-rails 2.2.4 Using rails 4.2.1 Using rdoc 4.2.0 Using rspec-rails 3.2.1 Using sass 3.4.13 Using tilt 1.4.1 Using sass-rails 5.0.3 Using sdoc 0.4.1 Using sqlite3 1.3.10 Using turbolinks 2.5.3 Using tzinfo-data 1.2015.4 Using uglifier 2.7.1

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

c:/RailsInstaller/Ruby2.1.0/bin/ruby.exe -r ./siteconf20150425-10244-tjzt35.rb extconf.rb

extconf failed, uncaught signal 11

Gem files will remain installed in c:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/wdm-0.1.0 for inspection. Results logged to c:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/extensions/x86-mingw32/2.1.0/wdm-0.1.0/gem_make.out An error occurred while installing wdm (0.1.0), and Bundler cannot continue. Make sure that gem install wdm -v '0.1.0' succeeds before bundling.

ccoenen commented 9 years ago

This is odd. I can install 0.1.0 on ruby 2.1.5 (32bit) without problems. Could you post the output of gem env?

Maher4Ever commented 9 years ago

I can't reproduce this issue. Could you try installing the latest version (0.1.1) and see if it fails?