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. Installing Qt5.10 on Raspbian

Installing Qt5.10 on Raspbian

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt5 raspberry praspbian
6 Posts 3 Posters 2.8k 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.
  • X Offline
    X Offline
    Xenoshell
    wrote on last edited by
    #1

    Hello,
    i am experiencing some problems while using the ./configure command. The whole command is: ./configure -opensource -confirm-license -gui -widgets -dbus-linked -opengl es2 -pulseaudio -alsa -gstreamer -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=/usr/bin/ -v

    The error is:

    Note: Also available for Linux: linux-clang linux-icc
    
    Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing.
    
    ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
    
    ERROR: Feature 'gstreamer' was enabled, but the pre-condition 'features.gstreamer_1_0 || features.gstreamer_0_10' failed.
    
    ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.
    

    I feel like i already installed every repository on earth that matches with dbus gstreamer and pulseaudio and has a -dev at the end. Thats why i have really no idea how to solve this problem. Is maybe Qt4 easier to install or something?

    Greets,

    Xeno

    JonBJ A 2 Replies Last reply
    0
    • X Xenoshell

      Hello,
      i am experiencing some problems while using the ./configure command. The whole command is: ./configure -opensource -confirm-license -gui -widgets -dbus-linked -opengl es2 -pulseaudio -alsa -gstreamer -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=/usr/bin/ -v

      The error is:

      Note: Also available for Linux: linux-clang linux-icc
      
      Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing.
      
      ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
      
      ERROR: Feature 'gstreamer' was enabled, but the pre-condition 'features.gstreamer_1_0 || features.gstreamer_0_10' failed.
      
      ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.
      

      I feel like i already installed every repository on earth that matches with dbus gstreamer and pulseaudio and has a -dev at the end. Thats why i have really no idea how to solve this problem. Is maybe Qt4 easier to install or something?

      Greets,

      Xeno

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Xenoshell
      Although I cannot help you, I believe you are still doing this in order to sort out your "QCamera not working under Pi", aren't you? I am very sad to see that it is taking you anything like as long as this :( But you are persistent!

      X 1 Reply Last reply
      0
      • JonBJ JonB

        @Xenoshell
        Although I cannot help you, I believe you are still doing this in order to sort out your "QCamera not working under Pi", aren't you? I am very sad to see that it is taking you anything like as long as this :( But you are persistent!

        X Offline
        X Offline
        Xenoshell
        wrote on last edited by
        #3

        @JonB yeah well i am not giving up. I am just trying some stuff.. maybe i will also use something different then qt

        JonBJ 1 Reply Last reply
        0
        • X Xenoshell

          @JonB yeah well i am not giving up. I am just trying some stuff.. maybe i will also use something different then qt

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @Xenoshell
          Yeah, good for you, but I feel your pain!

          What about some alternative shortcuts to try to get at your problem:

          • The whole thing may not work because of something to do with your camera model!? That would be most frustrating! Can you borrow some completely different webcam from someone and see if it behaves any better?

          • Can you find some piece of non-Qt C++ code somewhere which shows how to address a webcam under Linux and try it? I have no idea whether that would be small code or what.

          Else, what about starting (yet another) fresh post? I'm thinking of something like:

          Calling all Qt experts. This includes sgaist, jsulm, aha_..., ravenworx... [and whatever "experts" you see around here; put a "@" in front of their names so they get notified].

          I apologise for having to write a post like this. But I have had a problem and been working on it for over a month now and getting more & more stuck.

          My basic original problem is any access to QCamera under Linux/Pi is hanging/crashing, as described in <this original post>.

          Since then I have tried all sorts of stuff, as per posts <...>. But I am getting nowhere.

          Would some expert be really so kind as to review these posts to see where I'm at. I'm looking for a clue as to why a very simple QCamera call could "hang" like this? (It seems to hang without even getting as far as accessing the actual camera, I'm not sure.)

          Could someone give me some indication, from the Qt source code, as to where this could possibly be happening. What do I need to do now to get anywhere further at all? What can I try, what approach should I take?

          I know you guys are busy, and support here is voluntary, but I'd really be so grateful if someone could stick with this thread and help me out, because otherwise I'm getting nowhere. I like Qt but I'm on the verge of giving up, which would be such a shame, and I'm sure you wouldn't wish me to have to do that.. :)

          X 1 Reply Last reply
          0
          • JonBJ JonB

            @Xenoshell
            Yeah, good for you, but I feel your pain!

            What about some alternative shortcuts to try to get at your problem:

            • The whole thing may not work because of something to do with your camera model!? That would be most frustrating! Can you borrow some completely different webcam from someone and see if it behaves any better?

            • Can you find some piece of non-Qt C++ code somewhere which shows how to address a webcam under Linux and try it? I have no idea whether that would be small code or what.

            Else, what about starting (yet another) fresh post? I'm thinking of something like:

            Calling all Qt experts. This includes sgaist, jsulm, aha_..., ravenworx... [and whatever "experts" you see around here; put a "@" in front of their names so they get notified].

            I apologise for having to write a post like this. But I have had a problem and been working on it for over a month now and getting more & more stuck.

            My basic original problem is any access to QCamera under Linux/Pi is hanging/crashing, as described in <this original post>.

            Since then I have tried all sorts of stuff, as per posts <...>. But I am getting nowhere.

            Would some expert be really so kind as to review these posts to see where I'm at. I'm looking for a clue as to why a very simple QCamera call could "hang" like this? (It seems to hang without even getting as far as accessing the actual camera, I'm not sure.)

            Could someone give me some indication, from the Qt source code, as to where this could possibly be happening. What do I need to do now to get anywhere further at all? What can I try, what approach should I take?

            I know you guys are busy, and support here is voluntary, but I'd really be so grateful if someone could stick with this thread and help me out, because otherwise I'm getting nowhere. I like Qt but I'm on the verge of giving up, which would be such a shame, and I'm sure you wouldn't wish me to have to do that.. :)

            X Offline
            X Offline
            Xenoshell
            wrote on last edited by
            #5

            @JonB You know all those problems existed on Ubuntu mate. Since i didnt advance further after recieving no answers on my posts anymore i just decided to wipe the microSD card and start new on raspbian and now i am encountering problems even on installing qt5...

            1 Reply Last reply
            0
            • X Xenoshell

              Hello,
              i am experiencing some problems while using the ./configure command. The whole command is: ./configure -opensource -confirm-license -gui -widgets -dbus-linked -opengl es2 -pulseaudio -alsa -gstreamer -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=/usr/bin/ -v

              The error is:

              Note: Also available for Linux: linux-clang linux-icc
              
              Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing.
              
              ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
              
              ERROR: Feature 'gstreamer' was enabled, but the pre-condition 'features.gstreamer_1_0 || features.gstreamer_0_10' failed.
              
              ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.
              

              I feel like i already installed every repository on earth that matches with dbus gstreamer and pulseaudio and has a -dev at the end. Thats why i have really no idea how to solve this problem. Is maybe Qt4 easier to install or something?

              Greets,

              Xeno

              A Offline
              A Offline
              ambershark
              wrote on last edited by
              #6

              @Xenoshell What's the full output from the configure? Or more specifically, what is the output from the tests that are built to test for gstreamer and dbus?

              That will help shed some light on your install issue. It sounds like even though you installed all the *-dev packages Qt isn't finding them properly.

              My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

              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