Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Makefile fail for QT 5.3
Forum Updated to NodeBB v4.3 + New Features

Makefile fail for QT 5.3

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 2 Posters 2.2k 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
    Spartal
    wrote on last edited by
    #1

    Hello,

    I tried to install QT 5.3 on GIT with this guide :
    http://qt-project.org/wiki/Qt5ForAndroidBuilding

    And when I type "make -j 5 all", i have this error :
    @make[3]: quittant le répertoire « /home/project-test/qt5/qt5/qtbase/src/tools/bootstrap »
    make[2]: quittant le répertoire « /home/project-test/qt5/qt5/qtbase/src »
    make[1]: *** [sub-src-all] Erreur 2
    make[1]: quittant le répertoire « /home/project-test/qt5/qt5/qtbase »
    make: *** [module-qtbase-all] Erreur 2
    @

    For configure, i use :
    @./configure -xplatform android-g++ -nomake tests -nomake examples -android-ndk /home/project-test/Téléchargements/android-ndk-r9d -android-sdk /home/project-test/adt-bundle-linux-x86_64-20131030/sdk -android-ndk-host linux-x86_64 -android-toolchain-version 4.8 -skip qttranslations -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -no-warnings-are-errors -qreal float@

    I tried to download the source again but I have the same error.
    Someone have an idea?

    OS : Wheezy x64

    Thank you.

    P.S : sorry for my english

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stevenceuppens
      wrote on last edited by
      #2

      Hello,

      do you get the same error is you just type make (not make -j 5 all) ?

      Steven CEUPPENS
      Developer / Architect
      Mobile: +32 479 65 93 10

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

        Yes, i have the same error without "-all" like
        @make[1]: *** [sub-src-all] Erreur 2@

        I tri with make and i tell you the exact error

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Spartal
          wrote on last edited by
          #4

          This is the errors with only make :
          @make[3]: quittant le répertoire « /home/project-test/qt5/qt5/qtbase/src/tools/qlalr »
          make[2]: quittant le répertoire « /home/project-test/qt5/qt5/qtbase/src »
          make[1]: *** [sub-src-make_first] Erreur 2
          make[1]: quittant le répertoire « /home/project-test/qt5/qt5/qtbase »
          make: *** [module-qtbase-make_first] Erreur 2
          @

          Do you have any idea?

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

            Can you post more of the trace?

            Steven CEUPPENS
            Developer / Architect
            Mobile: +32 479 65 93 10

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Spartal
              wrote on last edited by
              #6

              What do you want?
              How I have install QT 5.3?

              Or the entire list of command I used?

              1 Reply Last reply
              0
              • S Offline
                S Offline
                stevenceuppens
                wrote on last edited by
                #7

                no, the full trace (or more) of the make command,

                You are receiving an error 2, but probably something went wrong during the make build earlier

                Steven CEUPPENS
                Developer / Architect
                Mobile: +32 479 65 93 10

                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