On 2010/08/26, at 20:46, Robert Kern wrote: > 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.
Renato fixed it minutes ago ;-) Bug report: http://bugs.openbossa.org/show_bug.cgi?id=318 Commit: http://gitorious.org/pyside/pyside/commit/2774fd8af75ad5a1f412d6e72493de438ce2b8ae Regards, Carlos Gonçalves _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
