We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toRubyのよねざわです。 こちらのをみながら無事にsmalruby-editorまでインストールができ、エディターが編集できるようになりましたが、いざ実行してみようとすると、以下のエラーが出てしまいます。 なにが問題でしょうか? 環境はmac , rubyのバージョンはruby 2.0.0p481になります。 エラーは以下のような感じです
11行目: in 'load': private method 'load' called for SDL::Surface:Class(NomethodError) 43行目: in 'block in intialize' 42行目: in 'map' ....
sdlをいれたつもりなのですが、インストールされたことになってない感じなのでしょうか?
The text was updated successfully, but these errors were encountered:
sdlのインストールが完了していないのが原因のようです。
http://qiita.com/noanoa07/items/88fefe232dc605720e09 私もmacで同じ症状が発生しましたが、この記事に従って sdl_image, sdl_mixer, sdl_ttf, sge をインストールして、rubysdl gemを一旦uninstallしてからinstallしなおすと、動作するようになりました。
Sorry, something went wrong.
No branches or pull requests
toRubyのよねざわです。
こちらのをみながら無事にsmalruby-editorまでインストールができ、エディターが編集できるようになりましたが、いざ実行してみようとすると、以下のエラーが出てしまいます。
なにが問題でしょうか?
環境はmac , rubyのバージョンはruby 2.0.0p481になります。
エラーは以下のような感じです
11行目: in 'load': private method 'load' called for SDL::Surface:Class(NomethodError)
43行目: in 'block in intialize'
42行目: in 'map'
....
sdlをいれたつもりなのですが、インストールされたことになってない感じなのでしょうか?
The text was updated successfully, but these errors were encountered: