Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-14

PySide fails to compile if Qt is compiled without accessibility support

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3: Somewhat important
    • None
    • 1.2.x
    • PySide
    • None

    Description

      Cloned from http://bugs.pyside.org/show_bug.cgi?id=1150
      -------------------------------------------------------

      adys@azura ~/src/qt/pyside/build % make -j1
      [ 2%] Built target pyside
      [ 3%] Built target uiplugin
      [ 18%] Built target QtCore
      [ 19%] Generating __/moc_qpytextobject.cxx
      [ 19%] Running generator for QtGui...
      Generating class model... [OK]
      Generating enum model... [WARNING]
      enum 'SP_CustomTabVideos' 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]
      [OK]
      type 'QAccessibleEvent' is specified in typesystem, but not defined.
      This could potentially lead to compilation errors.
      type 'QGtkStyle' is specified in typesystem, but not defined. This
      could potentially lead to compilation errors.

      There's no user provided way (conversion rule, argument removal, custom
      code, etc) to handle the primitive argument type 'bool *' in function
      'QInputDialog::getText(QWidget * parent, const QString & title, const QString &
      label, QLineEdit::EchoMode echo, const QString & text, bool * ok,
      QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)'.
      There's no user provided way (conversion rule, argument removal, custom
      code, etc) to handle the primitive argument type 'bool *' in function
      'QInputDialog::getItem(QWidget * parent, const QString & title, const QString &
      label, const QStringList & items, int current, bool editable, bool * ok,
      QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)'.

      Done, 5 warnings (963 known issues)
      [ 19%] Building CXX object
      PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstractbutton_wrapper.cpp.o
      [ 19%] Building CXX object
      PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qaccessibleevent_wrapper.cpp.o
      c++: error:
      /home/adys/src/qt/pyside/build/PySide/QtGui/PySide/QtGui/qaccessibleevent_wrapper.cpp:
      No such file or directory
      make[2]: ***
      [PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qaccessibleevent_wrapper.cpp.o]
      Error 1
      make[1]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/all] Error 2
      make: *** [all] Error 2

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ctismer Christian Tismer
            adys Jerome Leclanche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes