Qt Documentation Build Cmake Error
-
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=OFFI 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
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.
-
-
Can you give me the solution for the above issue.
-
Christian Ehrlicher Lifetime Qt Championreplied to SuhasKrishanamurthy on last edited by Christian Ehrlicher
- You post pictures but everyone tells you to post text
- You don't post the complete configure output so we don't know what's really going on
- As you can see there is something wrong with QtProtobuf - take a look into the output to find something wrt this.
- You created two accounts for unknown reason which for sure makes me not willing to help that much.
-
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=TRUEFor 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".