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?
QtWS25 Last Chance

What does error: [a] Error 1 means?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5buildbuilding error
13 Posts 3 Posters 3.4k Views
  • 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
    29 Jan 2021, 12:51

    @jsulm

    When i clicked each one, there were nothing

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

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 29 Jan 2021, 12:52 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 29 Jan 2021, 12:54
    0
    • D deleted286
      29 Jan 2021, 12:51

      @jsulm

      When i clicked each one, there were nothing

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

      J Online
      J Online
      JonB
      wrote on 29 Jan 2021, 12:53 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 29 Jan 2021, 12:56
      0
      • J jsulm
        29 Jan 2021, 12:52

        @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 29 Jan 2021, 12:54 last edited by
        #6

        @jsulm I DID SHOW THE WHOLE ALREADY

        1 Reply Last reply
        0
        • J JonB
          29 Jan 2021, 12:53

          @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 29 Jan 2021, 12:56 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.

          J J 2 Replies Last reply 29 Jan 2021, 13:00
          0
          • D deleted286
            29 Jan 2021, 12:56

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

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 29 Jan 2021, 13:00 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 29 Jan 2021, 13:14
            0
            • D deleted286
              29 Jan 2021, 12:56

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

              J Online
              J Online
              JonB
              wrote on 29 Jan 2021, 13:03 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 29 Jan 2021, 13:17
              0
              • J jsulm
                29 Jan 2021, 13:00

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

                D Offline
                D Offline
                deleted286
                wrote on 29 Jan 2021, 13:14 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.
                
                J 1 Reply Last reply 29 Jan 2021, 13:16
                0
                • D deleted286
                  29 Jan 2021, 13:14

                  @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.
                  
                  J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 29 Jan 2021, 13:16 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 29 Jan 2021, 13:17
                  1
                  • J JonB
                    29 Jan 2021, 13:03

                    @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 29 Jan 2021, 13:17 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
                    • J jsulm
                      29 Jan 2021, 13:16

                      @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 29 Jan 2021, 13:17 last edited by
                      #13

                      @jsulm Ok, i will check it

                      1 Reply Last reply
                      0

                      13/13

                      29 Jan 2021, 13:17

                      • Login

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