Skip to content

Instantly share code, notes, and snippets.

Created April 18, 2012 11:49
Show Gist options
  • Save anonymous/2413088 to your computer and use it in GitHub Desktop.
Save anonymous/2413088 to your computer and use it in GitHub Desktop.
/home/xxx/.rvm/gems/ruby-1.9.3-p125@xxx/gems/gosu-0.7.43/lib/gosu/patches.rb:54:in `argb': Wrong arguments for overloaded method 'Color.argb'. (ArgumentError)
Possible C/C++ prototypes are:
Gosu::Color Color.argb(Gosu::Color const *self)
Gosu::Color Color.argb(Gosu::Color::Channel a, Gosu::Color::Channel r, Gosu::Color::Channel g, Gosu::Color::Channel b)
Gosu::Color Color.argb(std::tr1::uint32_t argb)
from /home/xxx/.rvm/gems/ruby-1.9.3-p125@xxx/gems/gosu-0.7.43/lib/gosu/patches.rb:54
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /home/xxx/.rvm/gems/ruby-1.9.3-p125@xxx/gems/gosu-0.7.43/lib/gosu.rb:17
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:57:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:57:in `require'
from ./gosu_test.rb:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment