qtruby4

URL
http://rubyforge.org/projects/korundum/
Author(s)
Summary
Provides Qt bindings for Ruby programs.

Add your comment ↓

Comments

qtruby4 (2.1.0 mswin32) is Working
for jj (Windows, 7 months ago)

solution: gem install qtbindings

for more info about this check:

http://stackoverflow.com/questions/7577248/how-can-i-get-qt4-running-with-ruby-1-9-2-on-windows-7

qtruby4 (2.1.0 mswin32) is Failing
for jj (Windows, 7 months ago)

ruby -v = ruby 1.9.2p136 (2010-12-25) [i386-mingw32]

gem -v = 1.8.11

when i run ruby qt-ui.rb:

C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load
-- qtruby4 (LoadError)
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Qt4.rb:5:in `rescue i
n <top (required)>'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Qt4.rb:1:in `<top (re
quired)>'
from <internal:lib/rubygems/custom_require>:33:in `require'
from <internal:lib/rubygems/custom_require>:33:in `rescue in require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from ui.rb:1:in `<main>'

qtruby4 is Working
for AleksusKah (Mac OSX, 11 months ago)

qtruby4 (2.1.0) is Failing
for Ahmad Mushtaq (Windows, about 1 year ago)

fails with:

C:/Ruby191/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Qt4.rb:5:in `r
equire': no such file to load -- qtruby4 (LoadError)
from C:/Ruby191/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Q
t4.rb:5:in `rescue in <top (required)>'
from C:/Ruby191/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Q
t4.rb:1:in `<top (required)>'
from t.rb:2:in `require'
from t.rb:2:in `<main>'

qtruby4 (2.1.0) is Failing
for Nakilon (Windows, about 1 year ago)

- RUBYGEMS VERSION: 1.3.1
- RUBY VERSION: 1.9.1 (2009-12-07 patchlevel 376) [i386-mswin32]
- INSTALLATION DIRECTORY: c:/ruby19/lib/ruby/gems/1.9.1
- RUBY EXECUTABLE: c:/ruby19/bin/ruby.exe
- EXECUTABLE DIRECTORY: c:/ruby19/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-mswin32-60

qtruby4 (2.1.0)

"require 'Qt4'" raises:

c:/ruby19/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Qt4.rb:5:in `require': no such file to load -- qtruby4 (LoadError)

qtruby4 (2.1.0) is Failing
for Gugro (Windows, over 2 years ago)

Ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32]
On WindowsXP

I have downloaded qtruby4 manually, but it won't run:
$ ruby hello_world.rb
c:/Ruby19/lib/ruby/gems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/Qt4.
quire': 126: Das angegebene Modul wurde nicht gefunden. - c:/Ruby19
ems/1.9.1/gems/qtruby4-2.1.0-x86-mswin32/lib/qtruby4.so (LoadError)

May be its because i have a mingw32 ruby ???

qtruby4 (Ruby 1.9.1p129) is Failing
for Nick (Mac OSX, over 2 years ago)

Got Ruby 1.9.1p129 and attempted a fresh install on Vista. When I run I get:
C:\Users\njost>gem install qtruby4 -V
GET 304 Not Modified: http://gems.rubyforge.org/latest_specs.4.8.gz
ERROR: could not find gem qtruby4 locally or in a repository

A listing does show it present though:
C:\Users\njost>gem install qtruby4 -V
GET 304 Not Modified: http://gems.rubyforge.org/latest_specs.4.8.gz
ERROR: could not find gem qtruby4 locally or in a repository

qtruby4 (trunk) is Working
for Youhei Kondou (GNU/Linux, over 2 years ago)

I sent a patch to work with ruby 1.9.2 for a trunk, then merged now

qtruby4 (2.0.3) is Failing
for Youhei Kondou (GNU/Linux, over 2 years ago)

Ruby 1.9.1 can work, but, ruby 1.9.2 preview release can't work.
I send a patch to work with 1.9.2 for a trunk later.

qtruby4 (2.0.3) is Failing
for DarkTatka (Windows, over 2 years ago)

Version 2.0.3 is not shipped as gem, so the need to compile it localy makes it unimaginably painful on windows, or, god forbid, Vista.

qtruby4 (2.0.3) is Working
for Youhei Kondou (GNU/Linux, over 3 years ago)

Just few ago, version 2.0.3 is released on http://rubyforge.org/frs/?group_id=181
It's work.

qtruby4 (1.4.10) is Failing
for Youhei Kondou (GNU/Linux, over 3 years ago)

Can't work on http://rubyforge.org/frs/?group_id=181
But, the one built from svn trunk can work!

Add your comment




Yes No