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. How can I configure QT source code if it can't detect default installed OpenGl ES?
Forum Updated to NodeBB v4.3 + New Features

How can I configure QT source code if it can't detect default installed OpenGl ES?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
48 Posts 3 Posters 12.2k 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.
  • U Offline
    U Offline
    UltraBurstXD
    wrote on last edited by
    #17

    I downloaded here: https://www.qt.io/offline-installers

    jsulmJ 1 Reply Last reply
    0
    • U UltraBurstXD

      I downloaded here: https://www.qt.io/offline-installers

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

      @UltraBurstXD As I said: offline installer is just one file. Make it executable (chmod u+x OFFLINE_INSTALLER_FILE) and execute it. No need to build anything.

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

      U 1 Reply Last reply
      0
      • jsulmJ jsulm

        @UltraBurstXD As I said: offline installer is just one file. Make it executable (chmod u+x OFFLINE_INSTALLER_FILE) and execute it. No need to build anything.

        U Offline
        U Offline
        UltraBurstXD
        wrote on last edited by UltraBurstXD
        #19

        @jsulm I don't know name of offline installer... It's my first time using qt... perhaps should I specify qt modules path to qt creator? And configure the environment variables?

        jsulmJ 1 Reply Last reply
        0
        • U UltraBurstXD

          @jsulm I don't know name of offline installer... It's my first time using qt... perhaps should I specify qt modules path to qt creator? And configure the environment variables?

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

          @UltraBurstXD Lets do one step after another: you downloaded the offline installer, is that correct? Like http://download.qt.io/official_releases/qt/5.12/5.12.10/qt-opensource-linux-x64-5.12.10.run

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

          1 Reply Last reply
          0
          • U Offline
            U Offline
            UltraBurstXD
            wrote on last edited by UltraBurstXD
            #21

            Yes, I did and extracted the files to home. As seen:Screenshot from 2020-12-15 10-16-28.png

            The archive name is qt-everywhere-src-5.15.2.tar.xz

            jsulmJ 1 Reply Last reply
            0
            • U UltraBurstXD

              Yes, I did and extracted the files to home. As seen:Screenshot from 2020-12-15 10-16-28.png

              The archive name is qt-everywhere-src-5.15.2.tar.xz

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

              @UltraBurstXD You did NOT download the offline installer, you downloaded the source code. Can you please post the exact file name you downloaded?

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

              1 Reply Last reply
              0
              • U Offline
                U Offline
                UltraBurstXD
                wrote on last edited by
                #23

                It turns out I downloaded Qt 5.15.x Source Packages... My internet data plan... And it can't configure because of OpenGL.

                jsulmJ 1 Reply Last reply
                0
                • U UltraBurstXD

                  It turns out I downloaded Qt 5.15.x Source Packages... My internet data plan... And it can't configure because of OpenGL.

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

                  @UltraBurstXD Didn't you want to install Qt using offline installer as @SGaist suggested? So, what do you want to do now? It is much much easier to install prebuild Qt than to build it by yourself. I suggest you use offline or (better) online installer to install prebuild Qt.

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

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

                    Then lets go from scratch:

                    cd /somewhere_NOT_in_Qt_source
                    mkdir build_Qt
                    cd build_Qt
                    /path_to_Qt_sources/configure -nomake tests -nomake examples
                    

                    What do you get now ?

                    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
                    • U Offline
                      U Offline
                      UltraBurstXD
                      wrote on last edited by
                      #26
                      You cannot make a shadow build from a source tree containing a previous build.
                      Cannot proceed.
                      
                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #27

                        I guess you kept the original archive, if so, just nuke the sources and extract them again. Then redo the procedure suggested above.

                        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
                        • U Offline
                          U Offline
                          UltraBurstXD
                          wrote on last edited by
                          #28

                          New error:

                          Info: creating super cache file /home/USER/build_Qt/.qmake.super
                          Info: creating cache file /home/USER/build_Qt/.qmake.cache
                          ERROR: Unknown command line option '-nomake'.
                          
                          1 Reply Last reply
                          0
                          • SGaistS Offline
                            SGaistS Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on last edited by
                            #29

                            Please show the exact line you use.

                            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
                            • U Offline
                              U Offline
                              UltraBurstXD
                              wrote on last edited by
                              #30

                              Which line?

                              ~/qt_source/configure -nomake tests -nomake examples
                              

                              That one?

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

                                Wait, are you building from a git clone or from the source archives ?
                                Which version exactly are you trying to build ?

                                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
                                • U Offline
                                  U Offline
                                  UltraBurstXD
                                  wrote on last edited by UltraBurstXD
                                  #32

                                  macOS and Linux source archives. The version is 5.15.2 LTS. I'm trying to follow the instruction above.

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

                                    Where did you get the sources ?

                                    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
                                    • U Offline
                                      U Offline
                                      UltraBurstXD
                                      wrote on last edited by
                                      #34

                                      https://www.qt.io/offline-installers

                                      1 Reply Last reply
                                      0
                                      • U Offline
                                        U Offline
                                        UltraBurstXD
                                        wrote on last edited by UltraBurstXD
                                        #35

                                        It doesn't accept any 'configure' options... Tried nearly all, the only it accepts is '-help' so far...

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

                                          And what does it show you in that case ?

                                          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

                                          • Login

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