Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Error 3 in the makefile

Error 3 in the makefile

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
11 Posts 3 Posters 199 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.
  • K Offline
    K Offline
    kservice
    wrote last edited by
    #1

    Hello everyone!
    I cloned the project from here: https://github.com/Schildkroet/CANgaroo.
    When building on Win 10 x64, I get the error mingw32-make: *** [J:/ORU_CAN/CANgaroo/build/Desktop_Qt_6_7_3_MinGW_64_bit-Debug/Makefile:43: sub-src-qmake_all] Error 3
    Where should I look for the cause? I tried QT Creator versions 15 and 18. QT 6.7.3 is installed.

    jsulmJ 1 Reply Last reply
    0
    • K kservice

      Hello everyone!
      I cloned the project from here: https://github.com/Schildkroet/CANgaroo.
      When building on Win 10 x64, I get the error mingw32-make: *** [J:/ORU_CAN/CANgaroo/build/Desktop_Qt_6_7_3_MinGW_64_bit-Debug/Makefile:43: sub-src-qmake_all] Error 3
      Where should I look for the cause? I tried QT Creator versions 15 and 18. QT 6.7.3 is installed.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote last edited by
      #2

      @kservice said in Error 3 in the makefile:

      Where should I look for the cause?

      Above the line you posted. The actual error message should be above the line you posted.

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

      K 1 Reply Last reply
      0
      • jsulmJ jsulm

        @kservice said in Error 3 in the makefile:

        Where should I look for the cause?

        Above the line you posted. The actual error message should be above the line you posted.

        K Offline
        K Offline
        kservice
        wrote last edited by
        #3

        @jsulm said in Error 3 in the makefile:

        Above the line you posted. The actual error message should be above the line you posted.
        f7785b8b-df6e-408f-af74-fc9118e4863f-image.png

        jsulmJ 1 Reply Last reply
        0
        • K kservice

          @jsulm said in Error 3 in the makefile:

          Above the line you posted. The actual error message should be above the line you posted.
          f7785b8b-df6e-408f-af74-fc9118e4863f-image.png

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote last edited by
          #4

          @kservice I did not ask to post Makefile content. I asked for the part of the build log showing the actual error.

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

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kservice
            wrote last edited by
            #5

            Project ERROR: Unknown module(s) in QT: charts
            mingw32-make: *** [J:/ORU_CAN/CANgaroo/build/Desktop_Qt_6_7_3_MinGW_64_bit-Debug/Makefile:43: sub-src-qmake_all] Error 3

            Is this what you meant?

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kservice
              wrote last edited by
              #6

              Everything brilliant is simple? It worked, thank you so much! I wouldn't have thought of it without you. Good luck!

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kservice
                wrote last edited by
                #7

                My joy was premature. I received the .exe file, but when I launched it, I got an error:
                "Unable to continue code execution because the system could not find QTCharts.dll. To fix this, try reinstalling the program."
                There's a Windows release on GitHub, where I downloaded the project. It contains numerous .dll files in the folder containing the .exe file.
                What should I do to ensure I have all the necessary files?

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

                  Hi,

                  Use windeployqt

                  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
                  3
                  • K Offline
                    K Offline
                    kservice
                    wrote last edited by
                    #9

                    Hi! I already did that. Now I'm having other issues. They're related to the build. Can I continue this thread or should I start a new thread?

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

                      If the issues are related you can continue otherwise a new thread would be better.

                      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
                      • K Offline
                        K Offline
                        kservice
                        wrote last edited by
                        #11

                        Created a new topic here https://forum.qt.io/topic/164424/problems-compiling-and-building-the-project

                        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