banister / devil

ruby bindings for devil cross platform image loading library
http://openil.sourceforge.net
Other
60 stars 9 forks source link

Gem does not work on Windows and latest version of Ruby 1.9.3 and Ruby 2.0.0 #15

Open mamontov-cpp opened 10 years ago

mamontov-cpp commented 10 years ago

In new versions of Ruby on Win32 gem installs fine, but any references to it give the following errors:

C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require':
cannot load such file -- C:/Ruby193/lib/ruby/gems/1.9.1/gems/devil-0.1.9.5-x86-m
ingw32/lib/devil.so (LoadError)
        from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
n `require'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/devil-0.1.9.5-x86-mingw32/lib/d
evil.rb:15:in `rescue in <top (required)>'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/devil-0.1.9.5-x86-mingw32/lib/d
evil.rb:8:in `<top (required)>'
mamontov-cpp commented 10 years ago

Solved this problems by creating a fork. Seems to work for me. Could somebody do a code review and point to an errors (if any)?

andresmafra commented 8 years ago

For me it isnt working. How can I proceed?