devil icon indicating copy to clipboard operation
devil copied to clipboard

ruby bindings for devil cross platform image loading library

Results 12 devil issues
Sort by recently updated
recently updated
newest added

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)...

devil-0.1.9.5/lib/devil.rb:6:in `': uninitialized constant Config (NameError) The fix is changing Config to RbConfig Something similar to https://github.com/chef/ohai/pull/454

> > devil-0.1.9.5/lib/devil.rb:6: Use RbConfig instead of obsolete > > and deprecated Config.

I ran into the problem that when a call to load_image failed, subsequent calls (with images Devil normally loads without a problem) would also fail for no apparent reason. The...

bug

Hi! I grabbed the latest version of your DevIL Ruby binding for win32 the other day. I'm really happy with it, overall (thanks for your work!). I've run into a...

bug

In 1.7.8 the underlying function ilClearColour expects color values as floating point factors (0.0 - 1.0), but the ruby wrapper is handing it bytes. Setting the background color to some...

bug

I prefer Fink over MacPorts and I have installed the libdevil1 package with fink. The devil gem doesn't find it, though. I had to add -I/sw/include and -L/sw/lib to extconf.rb:...

install problem

Hi, I am having issues installing the gem on OS X (Snow Leopard). Installed libdevil from ports with sudo port install libdevil It pulls in a bunch of dependencies, among...

install problem

since low res desktops are having trouble

feature request