Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Native compile error on Raspberry Pi3 for Qt6
Forum Updated to NodeBB v4.3 + New Features

Native compile error on Raspberry Pi3 for Qt6

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 3 Posters 626 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    ShadowKni
    wrote on last edited by
    #1

    Everything compiles fine up until Linguist. I get the following error.

    gmake[4]: Leaving directory '/opt/qt5/qttools/src/linguist/lrelease-pro'
    cd lupdate/ && ( test -e Makefile || /opt/qt5/qtbase/bin/qmake -o Makefile /opt/qt5/qttools/src/linguist/lupdate/lupdate.pro ) && gmake -f Makefile
    Project ERROR: Unknown module(s) in QT: tools-private
    gmake[3]: *** [Makefile:153: sub-lupdate-make_first] Error 3
    gmake[3]: Leaving directory '/opt/qt5/qttools/src/linguist'
    gmake[2]: *** [Makefile:158: sub-linguist-make_first] Error 2
    gmake[2]: Leaving directory '/opt/qt5/qttools/src'
    gmake[1]: *** [Makefile:49: sub-src-make_first] Error 2
    gmake[1]: Leaving directory '/opt/qt5/qttools'
    gmake: *** [Makefile:1006: module-qttools-make_first] Error 2

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You title talks about Qt 6 yet your path shows Qt 5, which one is it ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        ShadowKni
        wrote on last edited by
        #3

        I pulled it from github. Thought it was going to be Qt5 but as it compiles it showing 6.0.0. So I believe it's 6.0.0

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          So you are on the dev branch which is indeed Qt 6.

          If you want Qt 5, then switch to one of the tags or 5.XX branches.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • S Offline
            S Offline
            ShadowKni
            wrote on last edited by
            #5

            Don't really care as long as it compiles on the Raspberry Pi3 and allows for other programs to build against the cmakes that are looked for.

            jsulmJ 1 Reply Last reply
            0
            • S ShadowKni

              Don't really care as long as it compiles on the Raspberry Pi3 and allows for other programs to build against the cmakes that are looked for.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @ShadowKni You should care as Qt6 is in development and can potentially cause more issues when building than Qt5.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved