Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-53222

QDeclarative/dev branch: Developer build with MinGW broken

    XMLWordPrintable

Details

    • f7463a2ae6dd8e9267f99cc88af495281405905a (qtdeclarative/dev, 9.5.2016, 5.8)

    Description

      Introduced by "Convert 3rd batch of runtime methods" 0b1030ae67f7f7446197c50d1adfd29bb0d9442c https://codereview.qt-project.org/#/c/146017/ ,inline functions are again out of order:

      qtdeclarative/src/qml/jsruntime/qv4runtime_p.h:144:22: error: 'static QV4::ReturnedValue QV4::Runtime::method_uPlus(const QV4::Value&)' redeclared without dllimport attribute after being referenced with dll linkage [-Werror]
       inline ReturnedValue Runtime::method_uPlus(const Value &value)
                            ^
      qtdeclarative/src/qml/jsruntime/qv4runtime_p.h:157:22: error: 'static QV4::ReturnedValue QV4::Runtime::method_uMinus(const QV4::Value&)' redeclared without dllimport attribute after being referenced with dll linkage [-Werror]
       inline ReturnedValue Runtime::method_uMinus(const Value &value)
                            ^
      qtdeclarative/src/qml/jsruntime/qv4runtime_p.h:170:22: error: 'static QV4::ReturnedValue QV4::Runtime::method_complement(const QV4::Value&)' redeclared without dllimport attribute after being referenced with dll linkage [-Werror]
       inline ReturnedValue Runtime::method_complement(const Value &value)
      

      Attachments

        For Gerrit Dashboard: QTBUG-53222
        # Subject Branch Project Status CR V

        Activity

          People

            kleint Friedemann Kleint
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes