ryanmelt / qtbindings

An easy to install gem version of the Ruby bindings to Qt
http://github.com/ryanmelt/qtbindings
Other
340 stars 63 forks source link

Bindings do not work for ruby 2.1.3 on Windows #93

Closed kybu closed 10 years ago

kybu commented 10 years ago

Hi,

I just upgraded my ruby installation to 2.1.3. I used an installer from http://rubyinstaller.org/downloads/

Qt bindings are not working anymore. I debugged it a bit and it turns out that the gem is trying to load msvcrt-ruby200.dll which is obviously not there.

ryanmelt commented 10 years ago

Thanks for the heads up. I didn't know 2.1 was out for Windows yet. The windows gem is precompiled for Ruby 1.9.3 and 2.0.0. I'll support 2.1.3 in the next release.

kybu commented 10 years ago

I almost didn't notice as well. It seems like they have forgotten to update their front page.

ryanmelt commented 10 years ago

qtbindings 4.8.6.0 is not released with support for Ruby 2.1.3 on windows.