On Mon, Nov 1, 2010 at 4:20 PM, Stefan Krastanov <[email protected]> wrote: > Here is the typesystem.xml: > <?xml version="1.0"?> > <typesystem package="qtmmlwidget"> > <load-typesystem name="typesystem_core.xml" generate="no"/> > <load-typesystem name="typesystem_gui.xml" generate="no"/> > <load-typesystem name="typesystem_xml.xml" generate="no"/> > <object-type name="QtMmlWidget"/> > </typesystem> > And here is the output from the generator: > Generating class model... [OK] > Generating enum model... [WARNING] > enum 'PM_MessageBoxHeight' does not have a type entry or is not an enum > Generating namespace model... [OK] > Resolving typedefs... [OK] > Fixing class inheritance... [OK] > Detecting inconsistencies in class model... [OK] > Detecting inconsistencies in typesystem... [WARNING] > type 'QtMmlWidget' is specified in typesystem, but not defined. This could > potentially lead to compilation errors.
the message above means that although this class was specified on the typesystem, it was not found by the parser. did you add the QtMmlWidget header include to the global.h file ? regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
