Created
January 17, 2013 16:57
-
-
Save megatux/4557505 to your computer and use it in GitHub Desktop.
installing & running Arcadia IDE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cristian:~/code$ gem install arcadia | |
Fetching: arcadia-0.12.1.gem (100%) | |
Successfully installed arcadia-0.12.1 | |
1 gem installed | |
cristian:~/code$ rbenv rehash | |
cristian:~/code$ arcadia | |
/Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:3011:in `_invoke': bad window path name ".w00000" (RuntimeError) | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:3011:in `_invoke' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:2051:in `_ip_invoke_core' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:2085:in `_tk_call_core' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:2109:in `tk_call' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/wm.rb:505:in `title' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/wm.rb:512:in `title' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/lib/a-core.rb:56:in `block in initialize' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/root.rb:46:in `instance_exec' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/root.rb:46:in `new' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/lib/a-core.rb:53:in `initialize' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/bin/arcadia:15:in `new' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/bin/arcadia:15:in `<top (required)>' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/bin/arcadia:23:in `load' | |
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/bin/arcadia:23:in `<main>' |
could be a problem with tcl tk runtime's version ! It's recommended a version >= '8.4.9
I`d recommend use rvm instead other ruby version manager
rvm
https://github.com/angal/arcadia/wiki/Troubleshooting
rbenv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do standard tk examples work there?