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. Qt Documentation Build Cmake Error
Forum Updated to NodeBB v4.3 + New Features

Qt Documentation Build Cmake Error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 350 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.
  • S Offline
    S Offline
    SuhasKrishanamurthy
    wrote on last edited by
    #1

    Hello All,

    I have clone the qt 6.7.2 Source code. Then I have configured using this command.
    ../configure -prefix /home/hp-lap/R_QtDoc_Build/qt-doc-bugfix -nomake tests -nomake examples -no-openssl -xcb -xcb-xlib -bundled-xcb-xinput -developer-build -- -DQT_BUILD_TESTS_BY_DEFAULT=OFF

    I did not get any error in this process
    When I try to run the below command.

    cmake /home/hp-lap/R_QtDoc_Build/qt6 -GNinja -DQT_HOST_PATH=/home/hp-lap/Qt_New/6.7.2/gcc_64/bin -DQT_NO_PACKAGE_VERSION_CHECK=TRUE -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE

    I got the cmake error
    Screenshot from 2024-09-12 12-25-23.png

    Can anyone give me the Solution.If i have done any mistakes in the above steps or give me the step-by-step process to build the qt documentation. Because I got confiused when i reffred the Building Qt6 Documentation.

    1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher referenced this topic on
    • S Offline
      S Offline
      SuhasKrishanamurthy
      wrote on last edited by
      #2

      Can you give me the solution for the above issue.

      Christian EhrlicherC 1 Reply Last reply
      0
      • S SuhasKrishanamurthy

        Can you give me the solution for the above issue.

        Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by Christian Ehrlicher
        #3

        @SuhasKrishanamurthy

        1. You post pictures but everyone tells you to post text
        2. You don't post the complete configure output so we don't know what's really going on
        3. As you can see there is something wrong with QtProtobuf - take a look into the output to find something wrt this.
        4. You created two accounts for unknown reason which for sure makes me not willing to help that much.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SuhasKrishanamurthy
          wrote on last edited by
          #4

          @Christian-Ehrlicher

          I am not creating the another account and posting the same error, we are trying resolve the documentation bug we both were getting the same error so we psoted the error.

          So the thing is I am trying to resolve the doucumentation bug when i try to configure the particular command i am not getting any errors.../configure -prefix /home/hp-lap/R_QtDoc_Build/qt-doc-bugfix -nomake tests -nomake examples -no-openssl -xcb -xcb-xlib -bundled-xcb-xinput -developer-build -- -DQT_BUILD_TESTS_BY_DEFAULT=OFF

          When I try to go for the furthe step using the below given command we are getting the cmake error.
          cmake /home/hp-lap/R_QtDoc_Build/qt6 -GNinja -DQT_HOST_PATH=/home/hp-lap/Qt_New/6.7.2/gcc_64/bin -DQT_NO_PACKAGE_VERSION_CHECK=TRUE -DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE

          For this I am referring this link https://wiki.qt.io/Building_Qt_Documentation
          In this link i referring only this section "Documentation only build using a Qt host build".

          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