http://bugs.winehq.org/show_bug.cgi?id=8936
--- Comment #18 from Konstantin Svist fry.kun@gmail.com 2007-11-25 16:15:52 --- Okay.. after a false start with libXinerama, I think I have the culprit pinned down. It was libXi (a.k.a. package libXi-devel in Fedora's repository). After installing this package on good system, the build resulted in non-working copy of wine. Removing the package & recompiling made it work again. Ditto on bad system - I couldn't remove the package due to some dependencies and --without-libXi didn't work, so I just messed up its detection inside ./configure script - and now openCanvas finally runs.
Now, this probably leads to another problem - if I understand correctly, libXi has something to do with user input, which implies that tablet input may not work right. That's a different bug, though.