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. qdoc.exe is not compiled or installed
Forum Updated to NodeBB v4.3 + New Features

qdoc.exe is not compiled or installed

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 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.
  • T Offline
    T Offline
    TinTin82
    wrote on last edited by TinTin82
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • SGaistS SGaist

        Hi,

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

        T Offline
        T Offline
        TinTin82
        wrote on last edited by
        #3

        Hi, SGaist,

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

        jsulmJ 1 Reply Last reply
        0
        • T TinTin82

          Hi, SGaist,

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

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

          @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
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved