The only includes at the top of the generated
PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp
are:


#include "sipAPIQtDBus.h"


#line 241
"/var/tmp/portage/dev-python/PyQt4-4.9_pre20111204/work/PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/sip/QtCore/qvariant.sip"

#include <qvariant.h>
#line 35
"/var/tmp/portage/dev-python/PyQt4-4.9_pre20111204/work/PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp"



If I manually add:
#include <qdbusextratypes.h>
make appears to complete.


All my mistake. In trying to investigate the first compilation problem I was zapping out the #include <qdbusextratypes.h> in qdbusextratypes.sip and forget to remove it when trying out the newer snapshots. Sorry for wasting your time.

I now have working arrays of object paths.

Chris
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to