Results 1 to 3 of 3

Thread: Qt Embedded Phonon installation

  1. #1
    Join Date
    Sep 2009
    Posts
    39
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Arrow Qt Embedded Phonon installation

    Hi to all...
    I need to know how to compile/install Qt Embedded 4.6.1 for ARM compiler. Im using ARM 9 (i.MX31) Board. I need to compile phonon for board. I changed the qconfig.file in /mkspecs/qws/linux-g++ according to my complier and saved it. Next in the Qt Directory folder i opened Terminal
    ./configure -embedded arm -nomake examples -nomake demos -phonon

    I'm getting errors as
    You have not explicitly asked to use pkg-config and are cross-compiling. pkg-config will not be used to automatically query cflag/lib parameters for dependencies


    phonon cannot be installed due to fuctionality tests. I need to know any changes has to be made on qconfig.pri or How to compile phonon

  2. #2
    Join Date
    Nov 2009
    Posts
    60
    Thanks
    3
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt Embedded Phonon installation

    Hi,

    Please refer this thread
    http://www.qtcentre.org/threads/1646...createBackend()


    Also Include the header and library part while configuring QT4.6

    something like this..
    ./configure -I /opt/gst/lib/glib-2.0/include -I /opt/gst/include/glib-2.0 -I /opt/gst/include/gstreamer-0.10/gst -L /opt/gst/lib -L /opt/gst/lib/gstreamer-0.10 -force-pkg-config

    Ratheendran

  3. #3
    Join Date
    Sep 2009
    Posts
    39
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Red face Re: Qt Embedded Phonon installation

    Hi...........
    I tried to compile phonon support. Initially i cross compiled all the required for GLIB,LIBOIL,LIMXML,ALSA,GSTREAMER, GST-PLUGINNS-BASE,GOOD etc. But now where i should place all these Libraries on My ARM Board. How to get process started to get audio or put audio to record.

Similar Threads

  1. 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
  2. Phonon Installation Problem.......Its URGENT
    By Rajeshsan in forum Installation and Deployment
    Replies: 0
    Last Post: 4th February 2010, 04:07
  3. Replies: 0
    Last Post: 23rd January 2010, 05:55
  4. Qt/Embedded Installation error during make
    By mahe2310 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th September 2006, 04:05

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.