vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 12 forks source link

readme: Warn about qt 4.6.2 bug in linux #78

Closed casallas closed 12 years ago

casallas commented 12 years ago

Compiling vrjugglua with qt 4.6.2 on linux produces a runtime error, I was unfortunate enough to run into it... This had already been reported as a qt bug: https://bugreports.qt-project.org/browse/QTBUG-8537. As stated on the bug report, this problem is no longer present on 4.6.3.

I added a line to the readme' dependencies warning about this issue.

rpavlik commented 12 years ago

oh what a drag - thought I had succeeded with this one before. It actually errors, not just warns?

casallas commented 12 years ago

It warns and then bails out on runtime =/... I got it working now with 4.6.3.