Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-16659

Broken compilation on FreeBSD

    XMLWordPrintable

Details

    Description

      Some types are missing when compiling on FreeBSD.

      processutils.cpp should include 'sys/types.h' header.
      ```
      #elif defined(Q_OS_BSD4)

      1. include <QFile>
      2. if !defined(Q_OS_NETBSD)
      3. include <sys/types.h>
      4. include <sys/user.h>
      5. endif
        ```

      Attachments

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

        Activity

          People

            rnolden Marie Loise Nolden (Inactive)
            qtpewpew Mr. M
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes