hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Hangs on runtime w/OS Lion #52

Closed clemcke closed 12 years ago

clemcke commented 12 years ago

Using OSX Lion, ruby 1.9.2, and Qt 4.8, I've bundle installed all gems and application launches w/no error messages, but simply displays a blank grey screen.

deadprogram commented 12 years ago

Qt 4.7 is the only version supported

clemcke commented 12 years ago

Ok, it works now that I've uninstall 4.8 and force installed 4.7 By the way, this is what I had to do to install 4.7.4 w/brew:

cd /usr/local/Library/Formula git checkout 83f742e /usr/local/Library/Formula/qt.rb brew install qt

deadprogram commented 12 years ago

Interesting... did you already have qt installed from before kidsruby?

clemcke commented 12 years ago

I did, I had Qt 4.8 installed (the current version). qtbindings built fine w/4.8, but kidsruby did not. I uninstalled 4.8 and replaced it w/4.7 and then reinstalled qtbindings and it worked fine.

deadprogram commented 12 years ago

The KidsRuby standalone installer has a binary build of qtbindings, along with the standalone install for Qt 4.7. As such, it would conflict with any other version of Qt other than the one it was built with.