sunaku / wmiirc

Ruby configuration for WMII window manager
ISC License
82 stars 26 forks source link

Can't start your wmiirc with latest wmii tip #16

Closed tomka closed 14 years ago

tomka commented 14 years ago

Hi Sunaku,

I use your wmiirc all the time and find it very useful. Yesterday I updated all wmii related things (had some problems with rumai gem - which did not disappear, don't know how to upgrade it), but unfortunatelym after this your whole wmiirc does not start anymore. This is the output:

/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': /home/tom/.wmii-hg/lib/wmiirc/system.rb:38: syntax error, unexpected ',', expecting '=' (SyntaxError)
*arguments, wihack_options = arguments_then_wihack_options
           ^
/home/tom/.wmii-hg/lib/wmiirc/system.rb:72: syntax error, unexpected tIDENTIFIER, expecting tAMPER
...earmouse', *arguments, message, :type => 'DIALOG'
                          ^
/home/tom/.wmii-hg/lib/wmiirc/system.rb:72: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.'
... *arguments, message, :type => 'DIALOG'
                          ^
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/tom/.wmii-hg/lib/wmiirc.rb:33
from /home/tom/.wmii-hg/lib/wmiirc/loader.rb:1:in `require'
from /home/tom/.wmii-hg/lib/wmiirc/loader.rb:1
from ./wmiirc:4:in `require'
from ./wmiirc:4

Do you have any suggestion on what to do?

Thanks in advance, Tom

sunaku commented 14 years ago

You need to use Ruby 1.9.

tomka commented 14 years ago

Thanks, you are right. If I had read the current Readme version I would have known, sorry.