qdoc.exe is not compiled or installed
-
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 -
Hi,
Did you check the test logs of the qttools module ? It might give you the clues you are missing.
-
Hi,
Did you check the test logs of the qttools module ? It might give you the clues you are missing.
-
Hi, SGaist,
where can i find them ??
If i search for *.log i find some config.log. But there is nothing about qdoc.exe ....