With the latest git checkouts of everything, I am getting the following error when trying to build PySide:

[ 18%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qapplication_wrapper.cpp.o /Users/rkern/git/pyside/build/PySide/QtGui/PySide/QtGui/qapplication_wrapper.cpp: In function ‘int SbkQApplication_Init(PyObject*, PyObject*, PyObject*)’: /Users/rkern/git/pyside/build/PySide/QtGui/PySide/QtGui/qapplication_wrapper.cpp:121: error: no matching function for call to ‘QApplicationWrapper::QApplicationWrapper(int&, char**&)’ /Users/rkern/git/pyside/build/PySide/QtGui/PySide/QtGui/qapplication_wrapper.h:36: note: candidates are: QApplicationWrapper::QApplicationWrapper() /Users/rkern/git/pyside/build/PySide/QtGui/PySide/QtGui/qapplication_wrapper.h:36: note: QApplicationWrapper::QApplicationWrapper(const QApplicationWrapper&) make[2]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qapplication_wrapper.cpp.o] Error 1
make[1]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/all] Error 2
make: *** [all] Error 2

It looks like the QApplicationWrapper(int&, char**) constructor is not being generated even though the manually-written glue code uses it.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to