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 5.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.
  • H Offline
    H Offline
    Harry123
    wrote on last edited by A Former User
    #1

    I have built and installed from source Qt version 5.8 on Debian 8.7.1.

    While linking my program I get errors like this :

    /usr/local/Qt-5.8.0/lib/libQt5MultimediaWidgets.so: undefined reference to `QGLContext::currentContext()@Qt_5'
    /usr/local/Qt-5.8.0/lib/libQt5MultimediaWidgets.so: undefined reference to `QGLShaderProgram::setAttributeArray(char const*, float const*, int, int)@Qt_5'
    /usr/local/Qt-5.8.0/lib/libQt5MultimediaWidgets.so: undefined reference to `QGLContext::getProcAddress(QString const&) const@Qt_5'
    

    Am I missing some package or compile option ?

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

      Hi,

      Can you show your .pro file ?

      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
        #3

        About my .pro file : It is very simple and there is nothing special about it. It has worked just fine on Windows and Kubuntu.

        This is apparently a Debian problem when configuring Qt.

        I found a reference to it in this post :

        I made a mistake in 'configure' script. I didn't know that Debian had a separate package for QtGL extension, and 'configure' checks only if GL library is installed and if it is it assumes that QtGL is built-in into Qt (as in my RedHat ). You will have to configure without GL then.

        It would take somebody more knowledgeable than me to fully understand the above.

        So I have tried to compile Qt using configure -no-opengl, but have now compilation errors in Qt itself like this:

        error: undefined reference to 'vtable for QQuickFramebufferObject'
        

        The manual describes this class as :

        The QQuickFramebufferObject class is a convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quick.

        What more do I need to do to to get a viable version of Qt on Debian ?

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

          Did you install the OpenGL dev packages on your system ?

          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
            #5

            Yes, package libgl1-mesa-dev is installed.

            I'm ready to give up Qt on Debian.

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

              When calling configure again, did you do it from a clean state ?

              In any case, what is the configure line you used to build Qt ?

              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 Harry123

                Yes, package libgl1-mesa-dev is installed.

                I'm ready to give up Qt on Debian.

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

                @Harry123
                hi, do you find way out ?
                i also meet the same problem on cross compiling for my rpi3. my ENV is Qt5.7 + centos (x64).
                https://forum.qt.io/topic/76928/qt-on-rpi3-debug-info-how-to-fix/37

                1 Reply Last reply
                0
                • H Offline
                  H Offline
                  Harry123
                  wrote on last edited by
                  #8

                  @SGaist - A very clean slate : I deleted the folder and re-unpacked from the tar.gz file.

                  @JiujiuTong - No solution. I'm trying another Linux distribution before putting up a bug report.

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

                    What exact configure options did you give ?

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    J 1 Reply Last reply
                    0
                    • 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