Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved qdoc.exe is not compiled or installed

    Installation and Deployment
    3
    4
    743
    Loading More Posts
    • 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.
    • T
      TinTin82 last edited by TinTin82

      Hi,
      i have compiled qt with success but qdoc.exe is not build (it stoppes without an error and all but qdoc seems to be compiled). If i run make docs the response is:

      .../qdoc.exe: No such file or .....
      

      i build from sources:
      wget https://download.qt.io/archive/qt/5.11/5.11.2/single/qt-everywhere-src-5.11.2.tar.xz

      .\..\qt-everywhere-src-5.11.2\.\configure.bat -c++std c++11 -platform win32-g++ -make tools -make libs -prefix D:\0000_Tools\19_Qt\02_QT_LIB_32 -opensource -confirm-license -qt-pcre -debug-and-release -static -static-runtime -opengl desktop -nomake examples -nomake tests -qt-libpng -qt-libjpeg
      
      

      and i'm using msys2 mingw Compiler.

      The Variable

      SET LLVM_INSTALL_DIR = D:\0000_Tools\20_LLVM\02_LLVM_LIB_32\
      

      is set to the root Directory of LLVM lib containing the bin,lib,include and share Directory of llvm.

      I do not get a hint what i'm doing wrong here.

      Many thanks in advance for help,
      TinTin

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Did you check the test logs of the qttools module ? It might give you the clues you are missing.

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

        T 1 Reply Last reply Reply Quote 0
        • T
          TinTin82 @SGaist last edited by

          Hi, SGaist,

          where can i find them ??
          If i search for *.log i find some config.log. But there is nothing about qdoc.exe ....

          jsulm 1 Reply Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion @TinTin82 last edited by

            @TinTin82 Add -v parameter to your configure call then you will see the test logs as output of configure

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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post