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. Building/installing Qt-6.5.2 from source on ubuntu-22.04

Building/installing Qt-6.5.2 from source on ubuntu-22.04

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
35 Posts 7 Posters 6.5k 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.
  • P prathyuch.1999
    10 Oct 2023, 05:32

    @jsulm
    I already did this also, i have 12 core processor so i added -j12 in cmake, but no solution. Same problem exists, terminal getting crashed.

    S Offline
    S Offline
    sierdzio
    Moderators
    wrote on 10 Oct 2023, 06:03 last edited by
    #23

    @prathyuch-1999 said in Building/installing Qt-6.5.2 from source on ubuntu-22.04:

    @jsulm
    I already did this also, i have 12 core processor so i added -j12 in cmake, but no solution. Same problem exists, terminal getting crashed.

    That is not reducing the number of threads ;-) Use -j1 or -j2, this will reduce RAM usage considerably.

    (Z(:^

    P 1 Reply Last reply 10 Oct 2023, 13:00
    1
    • S sierdzio
      10 Oct 2023, 06:03

      @prathyuch-1999 said in Building/installing Qt-6.5.2 from source on ubuntu-22.04:

      @jsulm
      I already did this also, i have 12 core processor so i added -j12 in cmake, but no solution. Same problem exists, terminal getting crashed.

      That is not reducing the number of threads ;-) Use -j1 or -j2, this will reduce RAM usage considerably.

      P Offline
      P Offline
      prathyuch.1999
      wrote on 10 Oct 2023, 13:00 last edited by
      #24

      @sierdzio
      It didn't worked, same problem.... system is getting stucked.

      J 1 Reply Last reply 10 Oct 2023, 14:18
      0
      • P prathyuch.1999
        10 Oct 2023, 13:00

        @sierdzio
        It didn't worked, same problem.... system is getting stucked.

        J Offline
        J Offline
        JoeCFD
        wrote on 10 Oct 2023, 14:18 last edited by JoeCFD 10 Oct 2023, 14:20
        #25

        @prathyuch-1999 are you building Qt under root? If yes, do not do it. You should build it under your user name and install it somewhere under root.

        P 1 Reply Last reply 11 Oct 2023, 06:21
        0
        • J JoeCFD
          10 Oct 2023, 14:18

          @prathyuch-1999 are you building Qt under root? If yes, do not do it. You should build it under your user name and install it somewhere under root.

          P Offline
          P Offline
          prathyuch.1999
          wrote on 11 Oct 2023, 06:21 last edited by
          #26

          @JoeCFD
          Thanks for your advice, i tried to build as a user this time system is not stucked but doing cmake, build is getting failed at same position.
          Screenshot from 2023-10-11 11-43-19.png
          2nd screenshot
          Screenshot from 2023-10-11 11-45-53.png
          dmesg output
          Screenshot from 2023-10-11 11-45-16.png

          S 1 Reply Last reply 11 Oct 2023, 06:35
          0
          • P prathyuch.1999
            11 Oct 2023, 06:21

            @JoeCFD
            Thanks for your advice, i tried to build as a user this time system is not stucked but doing cmake, build is getting failed at same position.
            Screenshot from 2023-10-11 11-43-19.png
            2nd screenshot
            Screenshot from 2023-10-11 11-45-53.png
            dmesg output
            Screenshot from 2023-10-11 11-45-16.png

            S Offline
            S Offline
            sierdzio
            Moderators
            wrote on 11 Oct 2023, 06:35 last edited by
            #27

            Looks like you need more RAM.

            (Z(:^

            P 1 Reply Last reply 11 Oct 2023, 06:48
            0
            • S sierdzio
              11 Oct 2023, 06:35

              Looks like you need more RAM.

              P Offline
              P Offline
              prathyuch.1999
              wrote on 11 Oct 2023, 06:48 last edited by
              #28

              @sierdzio
              Hi,
              I have RAM-16GB, 12 core processor and created swap of size 8GB ?
              16GB RAM is not sufficient ? or what could be the problem ?

              S 1 Reply Last reply 11 Oct 2023, 07:28
              0
              • P prathyuch.1999
                11 Oct 2023, 06:48

                @sierdzio
                Hi,
                I have RAM-16GB, 12 core processor and created swap of size 8GB ?
                16GB RAM is not sufficient ? or what could be the problem ?

                S Offline
                S Offline
                sierdzio
                Moderators
                wrote on 11 Oct 2023, 07:28 last edited by
                #29

                @prathyuch-1999 said in Building/installing Qt-6.5.2 from source on ubuntu-22.04:

                @sierdzio
                Hi,
                I have RAM-16GB, 12 core processor and created swap of size 8GB ?
                16GB RAM is not sufficient ? or what could be the problem ?

                Well the compiler clearly tells you that it does not have enough memory. So perhaps yes, 16GB may be too small. I don't know for sure, I never compile the web engine module when I compile Qt.

                (Z(:^

                P 1 Reply Last reply 12 Oct 2023, 06:18
                0
                • S sierdzio
                  11 Oct 2023, 07:28

                  @prathyuch-1999 said in Building/installing Qt-6.5.2 from source on ubuntu-22.04:

                  @sierdzio
                  Hi,
                  I have RAM-16GB, 12 core processor and created swap of size 8GB ?
                  16GB RAM is not sufficient ? or what could be the problem ?

                  Well the compiler clearly tells you that it does not have enough memory. So perhaps yes, 16GB may be too small. I don't know for sure, I never compile the web engine module when I compile Qt.

                  P Offline
                  P Offline
                  prathyuch.1999
                  wrote on 12 Oct 2023, 06:18 last edited by
                  #30

                  @sierdzio
                  I increased my swap size again and it worked for me.
                  Thanks to all of you for your advice, finally i have successfully build and install Qt-6.5.2 in my Ubuntu PC.
                  I have successfully build and install QtCreator-11.0.3 also.
                  But now QtCreator-11.0.3 is not working properly, whenever i will click on gui components in left panel, QtCreator is getting crashed with message in terminal "Segmentation fault (core dumped)".
                  I am not able to drag and drop or put any gui widget in form(.ui file) in qtcreator, it's getting crashed immediately just after click on that.
                  What could be the error ? How to resolve this issue.

                  S 1 Reply Last reply 12 Oct 2023, 06:25
                  0
                  • P prathyuch.1999
                    12 Oct 2023, 06:18

                    @sierdzio
                    I increased my swap size again and it worked for me.
                    Thanks to all of you for your advice, finally i have successfully build and install Qt-6.5.2 in my Ubuntu PC.
                    I have successfully build and install QtCreator-11.0.3 also.
                    But now QtCreator-11.0.3 is not working properly, whenever i will click on gui components in left panel, QtCreator is getting crashed with message in terminal "Segmentation fault (core dumped)".
                    I am not able to drag and drop or put any gui widget in form(.ui file) in qtcreator, it's getting crashed immediately just after click on that.
                    What could be the error ? How to resolve this issue.

                    S Offline
                    S Offline
                    sierdzio
                    Moderators
                    wrote on 12 Oct 2023, 06:25 last edited by
                    #31

                    @prathyuch-1999 Just use a prebuilt Qt Creator, it's way easier.

                    (Z(:^

                    P 1 Reply Last reply 12 Oct 2023, 07:07
                    1
                    • S sierdzio
                      12 Oct 2023, 06:25

                      @prathyuch-1999 Just use a prebuilt Qt Creator, it's way easier.

                      P Offline
                      P Offline
                      prathyuch.1999
                      wrote on 12 Oct 2023, 07:07 last edited by
                      #32

                      @sierdzio
                      pre-built QtCreator-11.0.3 open source, download link i am not getting

                      S 1 Reply Last reply 12 Oct 2023, 07:21
                      0
                      • P prathyuch.1999
                        12 Oct 2023, 07:07

                        @sierdzio
                        pre-built QtCreator-11.0.3 open source, download link i am not getting

                        S Offline
                        S Offline
                        sierdzio
                        Moderators
                        wrote on 12 Oct 2023, 07:21 last edited by
                        #33

                        @prathyuch-1999 said in Building/installing Qt-6.5.2 from source on ubuntu-22.04:

                        @sierdzio
                        pre-built QtCreator-11.0.3 open source, download link i am not getting

                        Use Qt online installer, it's the easiest way and you will be getting updates as they are released: https://download.qt.io/archive/online_installers/4.6/

                        If you want offline installer of just Qt Creator, then: https://download.qt.io/official_releases/qtcreator/11.0/11.0.3/

                        (Z(:^

                        P 1 Reply Last reply 12 Oct 2023, 07:31
                        1
                        • S sierdzio
                          12 Oct 2023, 07:21

                          @prathyuch-1999 said in Building/installing Qt-6.5.2 from source on ubuntu-22.04:

                          @sierdzio
                          pre-built QtCreator-11.0.3 open source, download link i am not getting

                          Use Qt online installer, it's the easiest way and you will be getting updates as they are released: https://download.qt.io/archive/online_installers/4.6/

                          If you want offline installer of just Qt Creator, then: https://download.qt.io/official_releases/qtcreator/11.0/11.0.3/

                          P Offline
                          P Offline
                          prathyuch.1999
                          wrote on 12 Oct 2023, 07:31 last edited by
                          #34

                          @sierdzio
                          Hi, I have already downloaded qt-creator-opensource-linux-x86_64-11.0.3.run from link you have suggested for offline installer.
                          But when i am running this executable, it's asking for registration or license type of stuffs.
                          Screenshot from 2023-10-12 12-46-47.png
                          Why for opensource QtCreator it's asking registration ? Earlier it was not such type of case, previously i was using QtCreator version-4.6.1.

                          S 1 Reply Last reply 12 Oct 2023, 07:42
                          0
                          • P prathyuch.1999
                            12 Oct 2023, 07:31

                            @sierdzio
                            Hi, I have already downloaded qt-creator-opensource-linux-x86_64-11.0.3.run from link you have suggested for offline installer.
                            But when i am running this executable, it's asking for registration or license type of stuffs.
                            Screenshot from 2023-10-12 12-46-47.png
                            Why for opensource QtCreator it's asking registration ? Earlier it was not such type of case, previously i was using QtCreator version-4.6.1.

                            S Offline
                            S Offline
                            sierdzio
                            Moderators
                            wrote on 12 Oct 2023, 07:42 last edited by
                            #35

                            @prathyuch-1999 you don't need any license, don't worry. And you already have an account: use login & password you use for this forum.

                            As to "why" - well, that's what Qt Company came up with to coerce more people to buy licenses. Nothing we can do about it :-(

                            (Z(:^

                            1 Reply Last reply
                            1

                            32/35

                            12 Oct 2023, 07:07

                            • Login

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