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

A patch to fix errors when compile qtdeclarative in BSD family OS

    XMLWordPrintable

Details

    Description

      I wrote a patch to fix errors when compile module-qtdeclarative in DragonFly BSD. (FreeBSD should be affected as well because DragonFly's dports is mainly based on FreeBSD's ports).

      The errors are caused by using non-portable function pthread_getattr_np() which seems only available in Linux but not in BSD (at least not FreeBSD and DragonFly).

      Another thing is that alloca.h is declared in stdlib.h, so there's no need to include it under FreeBSD and DragonFly.

      Patch: https://qt.gitorious.org/qt/qtdeclarative-bsd_fixes/commit/e96e0e1ab00c9cf143994cb61506b843d54fc2c3.patch

      Attachments

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

        Activity

          People

            ablasche Alex Blasche
            librehat Symeon Huang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes