[PySide] Failing build on OS X
John Ehresman
jpe at wingware.com
Fri May 17 17:44:01 CEST 2013
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
More information about the PySide
mailing list