Results 1 to 3 of 3

Thread: QT error /usr/bin/ld: cannot find -lpulse-mainloop-glib

  1. #1
    Join Date
    Aug 2012
    Posts
    55
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QT error /usr/bin/ld: cannot find -lpulse-mainloop-glib

    Hi all

    I get this error: /usr/bin/ld: cannot find -lpulse-mainloop-glib when I include phonon in my .pro file. How to resolve this. This is my .pro file:

    Qt Code:
    1. QT += core gui phonon
    2.  
    3. TARGET = bpad
    4. TEMPLATE = app
    5.  
    6.  
    7. SOURCES += main.cpp\
    8. mainwindow.cpp \
    9. dialog.cpp \
    10. prozor.cpp
    11.  
    12. HEADERS += mainwindow.h \
    13. dialog.h \
    14. prozor.h
    15.  
    16. FORMS += mainwindow.ui \
    17. dialog.ui \
    18. prozor.ui
    19.  
    20. RESOURCES += \
    21. slika.qrc
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Feb 2008
    Posts
    491
    Thanks
    12
    Thanked 142 Times in 135 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: QT error /usr/bin/ld: cannot find -lpulse-mainloop-glib

    On my Debain box that lib is in the libpulse-dev package. Do you have it installed?

  3. #3
    Join Date
    Aug 2012
    Posts
    55
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QT error /usr/bin/ld: cannot find -lpulse-mainloop-glib

    now I have install it and everything is ok. Man thank you a lot.

Similar Threads

  1. The installer crashes with GLib-GIO:ERROR
    By philippeb8 in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd June 2011, 07:50
  2. Qt 4.5.1 embedded error Phonon+Gst+Glib on arm9
    By anjal in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 20th July 2010, 09:59
  3. GLib-ERROR **: Cannot create pipe main loop wake-up
    By chenxuelian in forum Qt Programming
    Replies: 0
    Last Post: 2nd April 2010, 07:18
  4. error: cannot find -lovlnxlib
    By Tondog in forum KDE Forum
    Replies: 0
    Last Post: 14th August 2009, 15:20
  5. Find one error
    By BadKnees in forum Qt Programming
    Replies: 3
    Last Post: 24th March 2009, 15:33

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.