Gem install puzzlet

$ gem list qtruby4 -r

*** REMOTE GEMS ***

qtruby4 (1.4.9)

$ sudo gem install qtruby4
ERROR: could not find gem qtruby4 locally or in a repository

This flies in the face of my world model. I list a gem, it appears, I

try to install it, and it’s not there

Any clue would be appreciated!

On Apr 27, 2009, at 08:11, Pito S. wrote:

appears, I
try to install it, and it’s not there

Any clue would be appreciated!

$ gem list -dr qtruby4

*** REMOTE GEMS ***

qtruby4 (1.4.9)
Platform: mswin32
Author:
Rubyforge: http://rubyforge.org/projects/qtruby
Homepage: http://rubyforge.org/projects/korundum/

 Provides Qt bindings for Ruby programs.

$

Check gem env to see if you have mswin32 as a platform.

qtruby4 (1.4.9)
Platform: mswin32
Author:
Rubyforge: http://rubyforge.org/projects/qtruby
Homepage: http://rubyforge.org/projects/korundum/

 Provides Qt bindings for Ruby programs.

$

Check gem env to see if you have mswin32 as a platform.

Implying that Qtruby4 only works with mswin32? 'Cause I m on mac os x :slight_smile:

On Monday 27 April 2009, Pito S. wrote:

|
|Implying that Qtruby4 only works with mswin32? 'Cause I m on mac os x :slight_smile:

No, qtruby4 works on other operating systems (I’m sure about linux, but
I
don’t know about Mac OS X). It’s the gem that’s only for windows. If you
want
to install it on Mac, you’ll have to compile it yourself, I fear. By the
way,
notice that the 1.4.9 version is a bit old. A new version (2.0.3) has
been
released last month.

Stefano

On Apr 27, 2009, at 12:37, Pito S. wrote:

Implying that Qtruby4 only works with mswin32? 'Cause I m on mac os
x :slight_smile:

Apparently the gem author didn’t bother to release a source-only gem.
Why not check the rubyforge project or homepage above.

On Apr 27, 2009, at 12:37, Pito S. wrote:

Implying that Qtruby4 only works with mswin32? 'Cause I m on mac os
x :slight_smile:

Apparently the gem author didn’t bother to release a source-only gem.
Why not check the rubyforge project or homepage above.