https://bugs.kde.org/show_bug.cgi?id=430424
--- Comment #4 from Mark <mark...@gmail.com> --- C:\code\extra-cmake-modules>mkdir build && cd build && cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=C:\kderoot; -- Could NOT find Sphinx (missing: Sphinx_BUILD_EXECUTABLE) (Required is at least version "1.2") -- Could NOT find QCollectionGenerator (missing: QCollectionGenerator_EXECUTABLE) -- The C compiler identification is GNU 8.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Qt/Tools/mingw810_64/bin/gcc.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Could NOT find Qt5LinguistTools (missing: Qt5LinguistTools_DIR) -- Could NOT find Qt5Core (missing: Qt5Core_DIR) -- Could NOT find ReuseTool (missing: REUSETOOL_EXECUTABLE) -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) CMake Warning at modules/ECMCheckOutboundLicense.cmake:78 (find_package): By not providing "FindReuseTool.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ReuseTool", but CMake did not find one. Could not find a package configuration file provided by "ReuseTool" with any of the following names: ReuseToolConfig.cmake reusetool-config.cmake Add the installation prefix of "ReuseTool" to CMAKE_PREFIX_PATH or set "ReuseTool_DIR" to a directory containing one of the above files. If "ReuseTool" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): tests/ECMCheckOutboundLicenseTest/CMakeLists.txt:3 (include) CMake Warning at modules/ECMCheckOutboundLicense.cmake:86 (message): Reuse tool not found, skipping test generation Call Stack (most recent call first): tests/ECMCheckOutboundLicenseTest/CMakeLists.txt:3 (include) -- Skipping execution of outbound license tests. -- WARNING: skipping tests that require PyQt -- Could NOT find Qt5Quick (missing: Qt5Quick_DIR) -- The following features have been enabled: * BUILD_TESTING, Build automated tests. -- The following features have been disabled: * BUILD_HTML_DOCS, Generate HTML documentation for installed modules. * BUILD_MAN_DOCS, Generate man page documentation for installed modules. * BUILD_QTHELP_DOCS, Generate QtHelp documentation for installed modules. * SPDX_LICENSE_TESTING, Automatic license testing based on SPDX definitions (requires reuse tool) -- The following OPTIONAL packages have not been found: * Sphinx (required version >= 1.2), Tool to generate documentation., <https://www.sphinx-doc.org/> Required to build documentation for Extra CMake Modules. * QCollectionGenerator, Qt help collection generator., <https://www.qt.io/> Required to build Extra CMake Modules documentation in Qt Help format. * Qt5LinguistTools, Qt5 linguist tools., <https://www.qt.io/> Required to run tests for the ECMPoQmTools module. * Qt5Core, Qt5 core library., <https://www.qt.io/> Required to run tests for the ECMQtDeclareLoggingCategory module, and for some tests of the KDEInstallDirs module. * Python3 Required to run tests of module ECMCheckOutboundLicense * ReuseTool Required to run tests of module ECMCheckOutboundLicense * Qt5Quick, Qt5 Quick library., <https://www.qt.io/> Required to run tests for the ECMQMLModules module. -- Configuring done -- Generating done -- Build files have been written to: C:/code/extra-cmake-modules/build C:\code\extra-cmake-modules\build>make install Microsoft Windows [Version 10.0.18363.1256] (c) 2019 Microsoft Corporation. All rights reserved. C:\code\extra-cmake-modules\build> And to be more verbose in terms of applications. make --version output: GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i686-pc-msys g++ --version output: g++ (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cmake --version cmake version 3.18.4 Make seems super old.. Note that this does come from the "msys" package: http://www.mingw.org/wiki/MSYS which is also in my PATH environment variable. -- You are receiving this mail because: You are watching all bug changes.