Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. What does error: [a] Error 1 means?
Forum Updated to NodeBB v4.3 + New Features

What does error: [a] Error 1 means?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5buildbuilding error
13 Posts 3 Posters 3.5k 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.
  • D deleted286

    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?

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

    @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
    1
    • jsulmJ jsulm

      @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...

      D Offline
      D Offline
      deleted286
      wrote on last edited by
      #3

      @jsulm

      When i clicked each one, there were nothing

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

      jsulmJ JonBJ 2 Replies Last reply
      0
      • D deleted286

        @jsulm

        When i clicked each one, there were nothing

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

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

        @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
        0
        • D deleted286

          @jsulm

          When i clicked each one, there were nothing

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

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #5

          @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
          0
          • jsulmJ jsulm

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

            D Offline
            D Offline
            deleted286
            wrote on last edited by
            #6

            @jsulm I DID SHOW THE WHOLE ALREADY

            1 Reply Last reply
            0
            • JonBJ 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 Offline
              D Offline
              deleted286
              wrote on last edited by
              #7

              @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.

              jsulmJ JonBJ 2 Replies Last reply
              0
              • D deleted286

                @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.

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

                @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
                0
                • D deleted286

                  @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.

                  JonBJ Offline
                  JonBJ Offline
                  JonB
                  wrote on last edited by JonB
                  #9

                  @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
                  0
                  • jsulmJ jsulm

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

                    D Offline
                    D Offline
                    deleted286
                    wrote on last edited by
                    #10

                    @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.
                    
                    jsulmJ 1 Reply Last reply
                    0
                    • D deleted286

                      @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.
                      
                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #11

                      @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
                      1
                      • JonBJ 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 Offline
                        D Offline
                        deleted286
                        wrote on last edited by
                        #12

                        @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
                        0
                        • jsulmJ jsulm

                          @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.

                          D Offline
                          D Offline
                          deleted286
                          wrote on last edited by
                          #13

                          @jsulm Ok, i will check it

                          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