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

latest qt4-dev will not build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 4.8.x
    • 4.8.7
    • Serial Port
    • None

    Description

      Change-Id: I723253fb153a1144009579141fa0ce1aca93b648 appears to incorrectly implement changes from change-id 23c89518d1404a4db570fe41f3cc04451703e16f. This results in the following compiler error "qtserialport/src/serialport/qserialport_unix.cpp:402:9: error: 'd' was not declared in this scope
      if (d->readBufferMaxSize && result > 0 && !d->isReadNotificationEnabled())" when trying to build from source.

      It appears this logic should be implemented in qint64 QSerialPort::readData(char *data, qint64 maxSize) within qserialport.cpp rather than qint64 QSerialPortPrivate::readData(char *data, qint64 maxSize) within qserialport_unix.cpp

      Attachments

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

        Activity

          People

            kuzulis Denis Shienkov
            jhessler Jason Hessler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes