hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Gosu::Image.new error #133

Open kplawver opened 10 years ago

kplawver commented 10 years ago

OS X Mavericks, adding gosu to the Gemfile manually and bundle installing.

Using gosu 0.7.49 and 0.7.50, I'm getting the following error trying to create the image from the tutorial:

/var/folders/0j/1j302m_s287brdmkjspm219r0000gn/T/kidcode.rb:27:in `initialize': Wrong arguments for overloaded method 'Image.new'.

Is there a version of gosu I need to lock this to in the Gemfile?

hunterboerner commented 10 years ago

Is this Windows, Mac, or Linux?

kplawver commented 10 years ago

Sorry, I realized I left that out. It's OS X Mavericks w/ homebrew installed qt and gosu added to the Gemfile manually.