Aside from the Qt-Ogre integration (which still doesn't work) there
are
problems with interaction of dynamic_cast and shared libraries on Mac.
I've now replaced dynamic_cast with an ugly macro that uses
string comparison of the typeid name, pending a proper solution to the
dynamic linking problem. There are also still some input problems
(cursor
keys don't work, for one).