Results 1 to 4 of 4

Thread: Qt-4.6.2 cross compilation with DBus

  1. #1
    Join Date
    Jul 2009
    Location
    Bangalore
    Posts
    68
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Qt-4.6.2 cross compilation with DBus

    Hi,

    I am cross compiling the qt-everywhere-opensource-src-4.6.2 for ARM on Ubuntu-10.04 desktop using the configuration as

    qt-everywhere-opensource-src-4.6.2$ export PATH=$PATH:/opt/freescale/usr/local/gcc-4.3.3-glibc-2.8-cs2009q1-203/arm-none-linux-gnueabi/bin/
    qt-everywhere-opensource-src-4.6.2$ ./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix /usr/local/qt-4.6.2 -shared -no-qt3support -no-cups -no-phonon -nomake examples -nomake demos -no-opengl -little-endian -dbus

    but when i enable the -dbus option it will log the error as

    The QtDBus module cannot be enabled because libdbus-1 version 0.93 was not found.
    Turn on verbose messaging (-v) to ./configure to see the final report.
    If you believe this message is in error you may use the continue
    switch (-continue) to ./configure to continue.

    But without -dbus i am able to compile successfully.

    How to resolve this issue Please help me asap.
    Thanks & Regards
    Sandeep G.R.

  2. #2
    Join Date
    Apr 2008
    Posts
    44
    Thanks
    21
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt-4.6.2 cross compilation with DBus

    up!!
    same problem!

  3. #3
    Join Date
    Aug 2010
    Posts
    2
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt-4.6.2 cross compilation with DBus

    You can try append your dbus library when run configure. for example -ldbus-1.

  4. #4
    Join Date
    Apr 2008
    Posts
    44
    Thanks
    21
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt-4.6.2 cross compilation with DBus

    i have solved the problem. First of all, you mush make sure you have cross-complied the dbus.
    the following thread may be help for you.
    http://www.qtcentre.org/threads/3337...dbus_shutdown?

Similar Threads

  1. Can't cross compile with dbus
    By nrabara in forum Installation and Deployment
    Replies: 3
    Last Post: 19th March 2012, 13:28
  2. Cross Compilation of QT- 4.4.3 with linux-sh4-g++
    By Manasa in forum Installation and Deployment
    Replies: 4
    Last Post: 5th March 2009, 11:09
  3. Cross compilation from OS X to Windows
    By NicholasSmith in forum Installation and Deployment
    Replies: 3
    Last Post: 15th January 2009, 18:43
  4. qt-embedded cross compilation error help
    By aj2903 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 27th October 2008, 09:41
  5. problems about cross-compilation qte to arm
    By slient in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 10th April 2007, 17:59

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.