Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ponchale@easylabs:~$ cd extra-cmake-modules/
- ponchale@easylabs:~/extra-cmake-modules$ cmake -DCMAKE_INSTALL_PREFIX=$KF5 .
- -- Could NOT find Sphinx (missing: Sphinx_BUILD_EXECUTABLE) (Required is at least version "1.2")
- CMake Warning at tests/CMakeLists.txt:19 (find_package):
- Could not find a package configuration file provided by "Qt5LinguistTools"
- with any of the following names:
- Qt5LinguistToolsConfig.cmake
- qt5linguisttools-config.cmake
- Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
- set "Qt5LinguistTools_DIR" to a directory containing one of the above
- files. If "Qt5LinguistTools" provides a separate development package or
- SDK, be sure it has been installed.
- CMake Error at /usr/share/cmake-3.2/Modules/CMakePackageConfigHelpers.cmake:254 (file):
- file RELATIVE_PATH must be passed a full path to the file:
- Call Stack (most recent call first):
- CMakeLists.txt:117 (configure_package_config_file)
- --
- -- The following features have been enabled:
- * BUILD_TESTING , Build automated tests.
- -- The following OPTIONAL packages have been found:
- * QCollectionGenerator , Qt help collection generator. , <http://www.qt.io/>
- Required to build Extra CMake Modules documentation in Qt Help format.
- * Qt5Core , Qt5 core library. , <http://www.qt.io/>
- Required to run tests for the ECMQtDeclareLoggingCategory module, and for some tests of the KDEInstallDirs module.
- -- 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.
- -- The following OPTIONAL packages have not been found:
- * Sphinx (required version >= 1.2) , Tool to generate documentation. , <http://sphinx-doc.org/>
- Required to build documentation for Extra CMake Modules.
- * Qt5LinguistTools , Qt5 linguist tools. , <http://www.qt.io/>
- Required to run tests for the ECMPoQmTools module.
- -- Configuring incomplete, errors occurred!
- See also "/home/ponchale/extra-cmake-modules/CMakeFiles/CMakeOutput.log".
- ponchale@easylabs:~/extra-cmake-modules$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement