PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1088 - Compilation error in QtWebKit module for Qt Simulator
: Compilation error in QtWebKit module for Qt Simulator
Status: RESOLVED WONTFIX
Product: PySide
Classification: Unclassified
Component: QtWebKit
: HEAD
: PC Linux
: P5 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-12-08 14:12 EET by igor_bogomolov
Modified: 2011-12-22 16:18 EET (History)
8 users (show)

See Also:


Attachments
posible patch for fixing compilation error (1.16 KB, patch)
2011-12-08 14:12 EET, igor_bogomolov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description igor_bogomolov 2011-12-08 14:12:05 EET
Created attachment 466 [details]
posible patch for fixing compilation error

Build log

In file included from /tmp/pyside-error/include/shiboken/shiboken.h:30:0,
                 from
/home/igor_bogomolov/projects/3rd_party/BuildScripts/pyside/build/PySide/QtWebKit/PySide/QtWebKit/qwebview_wrapper.cpp:29:
/tmp/pyside-error/include/shiboken/conversions.h: In static member function
‘static T* Shiboken::Converter<T*>::toCpp(PyObject*) [with T = QPrinter,
PyObject = _object]’:
/home/igor_bogomolov/projects/3rd_party/BuildScripts/pyside/build/PySide/QtWebKit/PySide/QtWebKit/qwebview_wrapper.cpp:2658:69:
  instantiated from here
/tmp/pyside-error/include/shiboken/conversions.h:119:14: error: ‘isConvertible’
is not a member of ‘Shiboken::Converter<QPrinter>’
/tmp/pyside-error/include/shiboken/conversions.h:120:52: error: ‘toCpp’ is not
a member of ‘Shiboken::Converter<QPrinter>’
/tmp/pyside-error/include/shiboken/conversions.h:120:52: error: invalid use of
incomplete type ‘struct QPrinter’
/home/igor_bogomolov/projects/3rd_party/QtSDK/Simulator/Qt/gcc/include/QtGui/qwindowdefs.h:81:7:
error: forward declaration of ‘struct QPrinter’
Comment 1 Hugo Parente Lima 2011-12-22 16:18:22 EET
QtSimulator isn't officially supported by PySide, so if you want it working you
need to provide the patches or probably no one will.

I'll mark the bug as "WONTFIX", but we will be glad to integrate any patches to
make QtSimulator work with PySide.

Regards.