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. Problems compiling Qt 5.8 on Debian 8.7.1
Forum Updated to NodeBB v4.3 + New Features

Problems compiling Qt 5.8 on Debian 8.7.1

Scheduled Pinned Locked Moved Solved General and Desktop
qt5debian
20 Posts 3 Posters 6.1k 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.
  • SGaistS SGaist

    What exact configure options did you give ?

    J Offline
    J Offline
    JiujiuTong
    wrote on last edited by
    #10

    @SGaist
    my configure is :
    "./configure -release -opengl es2 -skip webengine -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ~/raspi/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/raspi/qt5pi -hostprefix ~/raspi/qt5 -v "
    my host is centos 7, the target is raspberry pi3, trying with cross compiler way,and should i take "-no-opengl" do you think?

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

      @JiujiuTong wait a minute, there's a problem here, you are mixing a cross-compilation problem which is not related to the problem at hand for @Harry123 which is just trying to compile Qt for its desktop.

      @Harry123 Can you share the configure line you used to compile Qt on your machine ?

      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
      • H Offline
        H Offline
        Harry123
        wrote on last edited by
        #12

        @SGaist :
        I first tried ./configure -debug which gave me the problem of QGLContext.
        I next tried ./configure -debug -no-opengl which gave me the problem of QQuickFramebufferObject.

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

          Can you check with -opengl desktop ?

          I'd recommend doing out of source builds. That way you can just nuke the build folder is something goes wrong.

          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
          • H Offline
            H Offline
            Harry123
            wrote on last edited by
            #14

            @SGaist :

            It wouldn't work with -opengl desktop because already when I used just ./configure I had a message about opengl missing.

            I have anyway given up on compiling the sources - configure simply doesn't do the job correctly with the default flags, and each try takes hours.

            I have taken to using instead the online installer, which installs a viable version optionally with the sources.

            Would you know if I can use the online installer to install directly into the /usr folders such as /usr/bin, /usr/include etc. ? Or after the installation to copy the installed folders to there?

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

              In that case it means you don't have the OpenGL dev package installed.

              You can't and you shouldn't even try. You'll be clearly messing with your distribution installation which is a very bad idea.

              If you want to share your Qt installation with several users on your machine then use the default which is /opt otherwise, you can also simply install it in your home folder.

              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
              • H Offline
                H Offline
                Harry123
                wrote on last edited by
                #16

                @SGaist :
                I'm the only user and the installation is on a VM.
                I would like to reproduce the effect of Qt being installed from the repository, even though version 5.8 is not in it.

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

                  That's not a good idea. You are trying to replace your system Qt installation which has been built by the Debian folks in a state known to work for them.

                  Why do you want to replace it ?

                  If you want the Debian variant of Qt 5.8 then install the experimental version of Debian.

                  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
                  • H Offline
                    H Offline
                    Harry123
                    wrote on last edited by
                    #18

                    @SGaist :
                    OK, I gave up on this idea. Unfortunate that a repository does not exist for QT 5.8 (Debian experimental only contains parts).
                    I will stay with the online installation and will give up on my ambition to compile Qt.
                    Too bad, as I wanted a real debug version for easier debugging.

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

                      Like I already wrote, there seems to be something missing on your system.

                      You should be able to build Qt 5.8 without any problem on Debian.

                      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
                      • H Offline
                        H Offline
                        Harry123
                        wrote on last edited by Harry123
                        #20

                        @SGaist : Unfortunately we live in an imperfect world.
                        Thanks for your help - much appreciated.

                        I will mark this post as solved, even though it's not really, but I have no more time to spend on this.

                        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