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

lib.xcb is not enabled

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 600 Views
  • 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.
  • A Offline
    A Offline
    Ashutosh_Sachdeva
    wrote on last edited by aha_1980
    #1

    Hello,

    while crosscompiling qt for for "linux-arm-hisiv100-g++"(Arm based tool chain for hisilicon boards) i'm facing the issue mentioned below.

    "ERROR: Feature 'xcb' was enabled, but the pre-condition 'libs.xcb' failed"

    i'm not able to debug/solve this error and got stuck with that. Any leads will be help full.

    jsulmJ 1 Reply Last reply
    0
    • A Ashutosh_Sachdeva

      Hello,

      while crosscompiling qt for for "linux-arm-hisiv100-g++"(Arm based tool chain for hisilicon boards) i'm facing the issue mentioned below.

      "ERROR: Feature 'xcb' was enabled, but the pre-condition 'libs.xcb' failed"

      i'm not able to debug/solve this error and got stuck with that. Any leads will be help full.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Ashutosh_Sachdeva To debug this error please check the configure log file or run configure with -v parameter.
      Most probably header files are missing in your sysroot.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Ashutosh_Sachdeva
        wrote on last edited by
        #3

        @jsulm Hi sir,

        I have checked the xcb.h is present in sysinclude folder but in log file while accessing the lib file there is one error :
        "pkg-config use disabled globally"

        what is the meaning of this line

        jsulmJ 1 Reply Last reply
        0
        • A Ashutosh_Sachdeva

          @jsulm Hi sir,

          I have checked the xcb.h is present in sysinclude folder but in log file while accessing the lib file there is one error :
          "pkg-config use disabled globally"

          what is the meaning of this line

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Ashutosh_Sachdeva said in lib.xcb is not enabeled:

          sysinclude folder

          In your sysroot?
          "pkg-config use disabled globally" - not sure about this one. Check the log for pkg-config related messages.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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