Results 1 to 8 of 8

Thread: qt+static (WARNING: ..phonon backend plugin could not be loaded )

  1. #1
    Join Date
    Nov 2010
    Posts
    30
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qt+static (WARNING: ..phonon backend plugin could not be loaded )

    hi..

    i compiled qt source with this code :

    ./configure -static -opensource -phonon -phonon-backend -qt-gif -iconv -nomake demos -nomake examples
    make
    make install

    ,,,
    al thing is good but this error :
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded

    and my program cant play

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    Applications compiled statically can't load plugins.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    solook (13th January 2012)

  4. #3
    Join Date
    Nov 2010
    Posts
    30
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    so ..how can i use this plugins.
    i copied phonon-backend dir into my program dir ... but don't word..

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    You can't use plugins with Qt built statically. Use dynamic linking. By the way, Phonon is licenced under LGPL which is probably why there are no static plugins for Phonon backends.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  6. #5
    Join Date
    Nov 2010
    Posts
    30
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    is there any idea to play with Qt built statically

  7. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    Use an external player or maybe see if QtMultimedia backends can be built statically.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. The following user says thank you to wysota for this useful post:

    solook (13th January 2012)

  9. #7
    Join Date
    Nov 2010
    Posts
    30
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    thanks..

    i want to use external player..

    how can i get defult player on system?

  10. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt+static (WARNING: ..phonon backend plugin could not be loaded )

    You can't.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. How to compile phonon-backend-gstreamer on windows?
    By linuxway in forum Qt Programming
    Replies: 0
    Last Post: 20th December 2011, 11:26
  2. Where to download Phonon DirectShow backend for Windows CE 5.0??
    By thanuj in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 18th November 2010, 13:05
  3. Replies: 3
    Last Post: 13th September 2010, 16:48
  4. Replies: 1
    Last Post: 1st September 2010, 10:23
  5. Phonon in standalone app via py2app - backend plugin error
    By tory108 in forum Installation and Deployment
    Replies: 6
    Last Post: 20th February 2009, 18:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.