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. Qt5 configure error
Forum Updated to NodeBB v4.3 + New Features

Qt5 configure error

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 6.1k 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.
  • D Offline
    D Offline
    DenProg
    wrote on last edited by
    #1

    I use Linux Mint. I want to compile Qt dbus module. So, I configure:
    ../configure -prefix $KF5 -opensource -confirm-license -nomake examples -nomake tests -nomake webkit -make qtdbus -qpa xcb -no-gtkstyle -qt-xcb

    And I get:
    Warning: Disabling Linux Accessibility Bridge: DBus is missing.
    ...
    QtDBus module .......... no

    What's wrong?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenProg
      wrote on last edited by
      #2

      So, these are new messages:

      ../configure -prefix $KF5 -opensource -confirm-license -nomake examples -nomake tests -nomake webkit -dbus -qpa xcb -no-gtkstyle -qt-xcb

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

      I tried:
      sudo apt-get install libdbus-1*
      but got the same.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MEstanqueiro
        wrote on last edited by
        #3

        Hi,

        Had the same problem and after instaling libdbus-1-dev the problem got solved

        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