Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. qwindowcompositor failed to compile with qtcreator
Forum Updated to NodeBB v4.3 + New Features

qwindowcompositor failed to compile with qtcreator

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 2 Posters 1.1k Views 2 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.
  • M Offline
    M Offline
    mylin33
    wrote on last edited by mylin33
    #1

    Hi,
    New to Qt, I'm searching a framework to start creating a simple window manager. I want to try qwindowcompositor and expand/modify it with qtcreator but, if pure-qml compile nicely, qwindow doesn't want at all.
    I get the unknown module with waylandcompositor-private.
    And if I remove it, the next error is a wayland-server librarie not define.
    Do someone has a clue?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mylin33
      wrote on last edited by mylin33
      #2

      I use a debian distro and I did only install using apt.
      Qt Creator 4.3.1
      Basé sur Qt 5.9.1 (GCC 7.2.0, 64 bit)
      I installed all dev package I could find related to the subject. I am starting to wonder if I import the project the right way.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Which version of Qt are you currently using ?
        What packages did you install exactly ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mylin33
          wrote on last edited by mylin33
          #4

          Hi. Thanks for the help.
          I cleaned up all my installed package and I'm currently installing everything from git (master or dev depending on the sources).
          All in the same directory from wayland and dependencies to full qt5 (dev) and qt-creator git. I already tried weston on tty2 and it worked pretty well on top on wayland. I built qt5 nicely but realised that examples didn't. I still have to build qt-creator.
          When I did it with debian package, it was the actual but I didn't check. 5.9.1 for qt and maybe 4.3 for qt-creator and 3.1 for qmake.
          I am sorry, I won't be able to test anything since I cleaned up all.
          Best regards

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mylin33
            wrote on last edited by
            #5

            So I finally did it.
            In both case (from repo & sources), I had qmake 3.1 but I think , somehow, qmake wasn't able to find qtwayland library (which was installed). By compiling qt5 myself, including qmake and all the submodules (I did it wildly), everything is connected.
            Maybe I could have done it by adjusting VARIABLES like QT_HOST_LIBS or QT_INSTALL_HEADERS to point where qtwayland was installed but I didn't found how at the moment.
            I solved my problem but can't tell what was the original issue with the repo package.
            Thanks anyway.
            So long.

            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