You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install, I can't start the game! I have ruby version 2.1.1p76. The install from rubygems seemed to work thou (no error messages)
/Users/tam/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in `require': dlopen(/Users/tam/.rvm/gems/ruby-2.1.1/extensions/x86_64-darwin-12/2.1.0-static/gosu-0.7.50/gosu.bundle, 9): Symbol not found: __ZNSbIwSt11char_traitsIwESaIwEE4_Rep11_S_terminalE (LoadError)
Referenced from: /Users/tam/.rvm/gems/ruby-2.1.1/extensions/x86_64-darwin-12/2.1.0-static/gosu-0.7.50/gosu.bundle
Expected in: flat namespace
in /Users/tam/.rvm/gems/ruby-2.1.1/extensions/x86_64-darwin-12/2.1.0-static/gosu-0.7.50/gosu.bundle - /Users/tam/.rvm/gems/ruby-2.1.1/extensions/x86_64-darwin-12/2.1.0-static/gosu-0.7.50/gosu.bundle
from /Users/tam/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
from /Users/tam/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in `require'
from /Users/tam/.rvm/gems/ruby-2.1.1/gems/gosu-0.7.50/lib/gosu.rb:9:in `<top (required)>'
from /Users/tam/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/tam/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/tam/.rvm/gems/ruby-2.1.1/gems/carpet_diem-0.0.6/bin/carpet_diem:3:in `<top (required)>'
from /Users/tam/.rvm/gems/ruby-2.1.1/bin/carpet_diem:23:in `load'
from /Users/tam/.rvm/gems/ruby-2.1.1/bin/carpet_diem:23:in `<main>'
from /Users/tam/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `eval'
from /Users/tam/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `<main>'
The text was updated successfully, but these errors were encountered:
Hey Tam, this appears to be the issue: gosu/gosu#199.
@RapidRailsGirls I think we can fix this by allowing the latest version of gosu (currently 0.8.5) instead of specifying 0.7.50. After making that change to carpet_diem.gemspec, you’ll need to release a new version of the gem.
After install, I can't start the game! I have ruby version 2.1.1p76. The install from rubygems seemed to work thou (no error messages)
The text was updated successfully, but these errors were encountered: