Results 1 to 2 of 2

Thread: ldbus error

  1. #1
    Join Date
    Oct 2010
    Posts
    13
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default ldbus error

    Hi All,

    I am trying to compile Qt 4.6.2 with dbus support. For this I have already cross compiled and installed expat-2-0.1 and dbus-1.2.24 properly in /usr/loca/expat and /usr/local/dbus respectively.When I try to configure Qt with the following command, it gives me this error "The QtBus module cannot be enabled because libdbus-1 version 0.93 was not found"

    ./configure -static -depths 4,16,24,32 -no-cups embedded arm -xplatform qws/linux-arm-g++ -little-endian -dbus -force-pkg-config

    (Note: export PKG_CONFIG_PATH = /usr/local/dbus/lib/pkgconfig has been done)

    But when I change my configure command to

    ./configure -static -depths 4,16,24,32 -no-cups embedded arm -xplatform qws/linux-arm-g++ -little-endian -ldbus-1 -force-pkg-config
    (ie. Instead of -dbus I used -ldbus-1) the configure happens properly, but it gives me this error during the make. "/usr/bin/ld: cannot find -ldbus-1"

    If anyone have got an idea about hoe to resolve this, please let me know.

    Regards,
    Siva

  2. #2
    Join Date
    Jun 2011
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: ldbus error

    I have the same problem with Qt 4.7.3

    Gabriele

Similar Threads

  1. no compile error, but error on run with QMenu QAction
    By sincnarf in forum Qt Programming
    Replies: 4
    Last Post: 4th May 2011, 12:05
  2. fatal error C1001: An internal error has occurred in the compiler
    By noodles in forum Installation and Deployment
    Replies: 0
    Last Post: 12th August 2010, 12:24
  3. Replies: 1
    Last Post: 25th October 2008, 20:18
  4. qTextEdit error - clipboard error
    By bruccutler in forum Qt Programming
    Replies: 1
    Last Post: 21st May 2007, 10:21
  5. ERROR:: QPainter: Internal error; no available GC
    By Krishnacins in forum Qt Programming
    Replies: 2
    Last Post: 8th March 2006, 07: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
  •  
Qt is a trademark of The Qt Company.