Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved What does error: [a] Error 1 means?

    General and Desktop
    qt5 build building error
    3
    13
    455
    Loading More Posts
    • 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.
    • D
      deleted286 last edited by

      Hi everyone. I have a QT project. When i build, it gives me that error. There is not any information else.
      What does it mean?

      jsulm 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @deleted286 last edited by

        @suslucoder said in What does error: [a] Error 1 means?:

        What does it mean?

        That there is an error. The actual error is somewhere above that line. So please look more carefully at the output or post it here...

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

        D 1 Reply Last reply Reply Quote 1
        • D
          deleted286 @jsulm last edited by

          @jsulm

          When i clicked each one, there were nothing

          Screenshot from 2021-01-29 15-49-31.png

          jsulm JonB 2 Replies Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion @deleted286 last edited by

            @suslucoder Please show the WHOLE output. You apparently have a syntax error, but you do not show the actual error message...

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

            D 1 Reply Last reply Reply Quote 0
            • JonB
              JonB @deleted286 last edited by JonB

              @suslucoder
              So this is nasty looking error when linking in libqmapcontrol.so, which comes with

              QMapControl is a Qt/Qtopia widget which enables your (mobile)
              applications to use map data.

              Are you using this? Is it for the right platform/architecture? Is it installed correctly? Is it corrupt? Can you reinstall it?

              D 1 Reply Last reply Reply Quote 0
              • D
                deleted286 @jsulm last edited by

                @jsulm I DID SHOW THE WHOLE ALREADY

                1 Reply Last reply Reply Quote 0
                • D
                  deleted286 @JonB last edited by

                  @JonB Yes im using.
                  I reinstall it. The project was made in windows but now im running it on linux. I change the directories and it doesnt work. So i reinstall and include them again but it does not work also.

                  jsulm JonB 2 Replies Last reply Reply Quote 0
                  • jsulm
                    jsulm Lifetime Qt Champion @deleted286 last edited by

                    @suslucoder Switch to "Compile Output" tab after building, copy the output there and paste it here...

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

                    D 1 Reply Last reply Reply Quote 0
                    • JonB
                      JonB @deleted286 last edited by JonB

                      @suslucoder said in What does error: [a] Error 1 means?:

                      The project was made in windows but now im running it on linux.

                      I hope the libqmapcontrol.so isn't somehow a file copied from Windows, or some other OS?! It must be for your current platform/architecture. Do you build it yourself, or fetch it from somewhere? You might run an ldd on it.

                      Also do answer @jsulm's latest.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        deleted286 @jsulm last edited by

                        @jsulm

                        16:14:05: The process "/usr/bin/make" exited with code 2.
                        Error while building/deploying project yi (kit: Desktop Qt 5.12.10 GCC 64bit)
                        The kit Desktop Qt 5.12.10 GCC 64bit has configuration issues which might be the root cause for this problem.
                        When executing step "Make"
                        16:14:05: Elapsed time: 00:00.
                        
                        jsulm 1 Reply Last reply Reply Quote 0
                        • jsulm
                          jsulm Lifetime Qt Champion @deleted286 last edited by

                          @suslucoder said in What does error: [a] Error 1 means?:

                          The kit Desktop Qt 5.12.10 GCC 64bit has configuration issues

                          Your Kit seems to be broken you should check that.
                          Also, you should do a rebuild to get more information: delete build folder, run qmake, build.

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

                          D 1 Reply Last reply Reply Quote 1
                          • D
                            deleted286 @JonB last edited by

                            @JonB I build the project myself. When i went to project directory

                            libqmapcontrol.so
                            

                            was there. I didnt copy it, I reinstall it.

                            1 Reply Last reply Reply Quote 0
                            • D
                              deleted286 @jsulm last edited by

                              @jsulm Ok, i will check it

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post