メモです。
mikutterの解凍場所「C:/Net/mikutter.3.5.2/mikutter/」
フォルダが2つある理由?面倒だったからですよ(ぉ
- mikutter-windowsの利用
なので、RubyInstaller for Windows Ruby 2.1.5 (32bit)のインストール
※他のバージョンを全部アンインストールした後、再起動した上で「C:/Tool/System/Ruby21」にインストール - setup.rbによるインストール
Installing ri documentation for bundler-1.14.5
Done installing documentation for bundler after 17 seconds
1 gem installed
C:/Tool/System/Ruby21/lib/ruby/site_ruby/2.1.0/rubygems/path_support.rb:25:ininitialize': wrong number of arguments (0 for 1) (ArgumentError)
new’
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems.rb:324:in
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems.rb:324:inpaths'
path’
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems.rb:347:in
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems/specification.rb:858:indirs'
stubs’
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems/specification.rb:736:in
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems/specification.rb:924:infind_inactive_by_path'
try_activate’
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems.rb:185:in
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:132:inrescue in require'
require’
from C:/Tool/System/Ruby21/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in
from C:/Net/mikutter.3.5.2/mikutter/plugin/mikutter-windows/setup.rb:116:inbundle!'
<main>’
from C:/Net/mikutter.3.5.2/mikutter/plugin/mikutter-windows/setup.rb:150:in
でエラー落ち。bundlerのインストールが上手く行ってないようなので「gem install bundler」で捩じ込んで再チャレンジ。 - setup.rbを走らせるそのに
C:/Tool/System/Ruby21/lib/ruby/gems/2.1.0/gems/bundler-1.14.5/lib/bundler/installer/parallel_installer.rb:141:inhandle_error': Gem::InstallError: The 'ruby-prof' native gem requires installed build tools. (Bundler::InstallError)ということでdevkitを導入
アーカイブを解凍して出来たフォルダを適当なフォルダに移動して「ruby dk.rb init」
「ruby dk.rb install
」 - setup.rbを走らせるその3
---------------------------------------------------------
| インストール完了!mikutter on Windowsを楽しんでね! |
---------------------------------------------------------
が出たのでデスクトップのアイコンをクリック - 延長戦
……したものの起動せず。コマンドから「run_mikutter.vbs」を走らせると
C:/Net/mikutter.3.5.2/mikutter/plugin/mikutter-windows/boot_mikutter_on_windows.rb:7:in load’: C:/Net/mikutter.3.5.2/mikutter/mikutter.rb:3: syntax error, unexpected tSTRING_BEG, expecting keyword_do or ‘{‘ or ‘(‘ (SyntaxError)
exec ruby -x “$0” “$@”
^
from C:/Net/mikutter.3.5.2/mikutter/plugin/mikutter-windows/boot_mikutter_on_windows.rb:7:in `<main>’ということで、いろいろ調べてみるかねぇ - 追記その一
rubyのバージョンを考えて「RubyInstaller for Windows Ruby 2.3.1 (32bit)」に乗り換え。
結局2.1.5とほぼ同じエラーで躓いて同じ方法で解決して同じエラーで起動できず。仕方ないので3.4.1が同環境で起動できたのでそっちを触り続けるようにします。
Comments