Could it be that Qt.Orientation for some reason was not built when I built Qt? Going to do a new PySide build from scratch tomorrow and see if configure outputs something strange but i don't recall any warnings.
//Erik On Fri, May 17, 2013 at 5:44 PM, John Ehresman <[email protected]> wrote: > On 5/17/13 5:26 AM, Erik Johansson wrote: > > I am trying to build PySide on OS X against Qt 4.7.1 and getting these > > compilation errors: > > Hi, > > To take the first error: > > > > /Users/erik/pyside/_build/PySide/QtCore/PySide/QtCore/qabstractitemmodel_wrapper.cpp:499:81: > > error: use of undeclared identifier 'SBK_QT_ORIENTATION_IDX' > > In my build, SBK_QT_ORIENTATION_IDX is defined in pyside_qtcore_python.h > in the same directory and the converter is set up in qt_wrapper.cpp > > The next thing to look at here is why support for Qt.Orientation isn't > generated. > > Cheers, > > John >
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
