Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Phnonon-backend
Qt 6.11 is out! See what's new in the release blog

Phnonon-backend

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 5 Posters 7.0k 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.
  • niqtN Offline
    niqtN Offline
    niqt
    wrote on last edited by
    #1

    Hi,
    whe i configure qt with -gd -phonon -phonon-backend i have error in linking on function libgd. Is it version problem?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      thp4
      wrote on last edited by
      #2

      Can you please post the exact error message that the compiler/linker gives you?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Smar
        wrote on last edited by
        #3

        You don’t have gd library where it is trying to find it. Try something like “cave resolve gd” with your package manager.
        http://catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • niqtN Offline
          niqtN Offline
          niqt
          wrote on last edited by
          #4

          Hi,
          my error is here:
          "error log":http://pastebin.com/nVaUaFJs

          1 Reply Last reply
          0
          • T Offline
            T Offline
            thp4
            wrote on last edited by
            #5

            Maybe try to clean the project and run the configure script again and check if you have all dependencies installed? The error message linked does not show (afaict) any problem linking with gd or something, but other unresolved symbols when trying to build QtGui.

            1 Reply Last reply
            0
            • B Offline
              B Offline
              blex
              wrote on last edited by
              #6

              I do not see QtCore in the linker -l options. Is it correct?


              Oleksiy Balabay

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kamalakshantv
                wrote on last edited by
                #7

                [quote author="tamhanna" date="1291429989"]Assuming that you target Symbian, let me suggest this instead:
                http://tamss60.tamoggemon.com/2010/04/22/proper-sound-and-background-music-with-qt-for-symbian/[/quote]

                I had read somewhere for Symbian not to depend on Phonon. Some better alternative will be provided in the next Qt Mobility version.

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kamalakshantv
                  wrote on last edited by
                  #8

                  [quote author="tamhanna" date="1291437734"]hi Qtk,
                  sorry - but I have ti disappoint you. Qt Mobility is a knife, and Phonon is a stenley - but both a sharp.

                  Trust me and use the native version outlined above. Saves you heartache..[/quote]

                  I do completely agree with you. But if Nokia wants to push Qt development for Symbian platform they will have to sort these issues quickly. If I have to develop application using native Symbian API's. I would prefer to do everything in Symbian with custom LAF.

                  And moreover for someone new to Symbian learning it would take some time.

                  1 Reply Last reply
                  0
                  • K Offline
                    K Offline
                    kamalakshantv
                    wrote on last edited by
                    #9

                    Hope these issues are addressed quickly.

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      Smar
                      wrote on last edited by
                      #10

                      [quote author="nicola1" date="1291394004"]Hi,
                      my error is here:
                      "error log":http://pastebin.com/nVaUaFJs
                      [/quote]

                      Longer log would be much nicer.

                      `QEventDispatcherGlib::QEventDispatcherGlib(QObject*)'

                      It doesn’t find some Glib specific stuff. It means that -lglib doesn’t match. Either you don’t have library in correct place, or more likely, you’ve done something wrong, trying different way of building first and didn’t clean up or something like that. Anyway, need more info.

                      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