Ok, a bit more info. Fresh build, with the released code, I get the same error, but when I dump the shared library it has this symbol: __ZN20QGLFramebufferObject15blitFramebufferEPS_RK5QRectS0_S3_mm
notice the __mm on the end instead of _jj as in the error. If we actually rewrite the binary and replace the symbol name, everything works. There is no PyQt/Qt mismatch, we built this on a clean system. This is definitely strange, any thoughts would be appreciated! - Brian On Dec 31, 2009, at 1:00 AM, Brian Brown wrote: > Hello, > > After building the latest snapshots of sip and pyqt against Qt 4.6, I get the > following: > > from PyQt4 import QtOpenGL > > dlopen(PyQt4/QtOpenGL.so, 2): Symbol not found: > __ZN20QGLFramebufferObject15blitFramebufferEPS_RK5QRectS0_S3_jj > > Any ideas? > > > > - Brian > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
