Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Dbus not found error
Qt 6.11 is out! See what's new in the release blog

Dbus not found error

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 4.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rahulpd5
    wrote on last edited by
    #1

    Hi,

    I am configuring embedded qt with dbus enable -

    ./configure -embedded x86 -xplatform linux-g++ -qvfb -dbus

    But getting below error -

    dbus.cpp:43:23: error: dbus/dbus.h: No such file or directory
    dbus.cpp:46:2: error: #error Needs at least dbus version 1
    dbus.cpp: In function ‘int main(int, char**)’:
    dbus.cpp:51: error: ‘dbus_shutdown’ was not declared in this scope
    make: *** [dbus.o] Error 1
    D-Bus disabled.
    The QtDBus module cannot be enabled because libdbus-1 version 0.93 was not found.

    I installed libdbus-1 version 0.93 also but facing same issue( Let me know from where i can get right package). My OS is - Ubuntu 10.04

    Rahul

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vsorokin
      wrote on last edited by
      #2

      Try additionally install libdbus-1-dev

      --
      Vasiliy

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved