Advertisement
Ponchale

extra

Mar 5th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ponchale@easylabs:~$ cd extra-cmake-modules/
  2. ponchale@easylabs:~/extra-cmake-modules$ cmake -DCMAKE_INSTALL_PREFIX=$KF5 .
  3. -- Could NOT find Sphinx (missing: Sphinx_BUILD_EXECUTABLE) (Required is at least version "1.2")
  4. CMake Warning at tests/CMakeLists.txt:19 (find_package):
  5. Could not find a package configuration file provided by "Qt5LinguistTools"
  6. with any of the following names:
  7.  
  8. Qt5LinguistToolsConfig.cmake
  9. qt5linguisttools-config.cmake
  10.  
  11. Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  12. set "Qt5LinguistTools_DIR" to a directory containing one of the above
  13. files. If "Qt5LinguistTools" provides a separate development package or
  14. SDK, be sure it has been installed.
  15.  
  16.  
  17. CMake Error at /usr/share/cmake-3.2/Modules/CMakePackageConfigHelpers.cmake:254 (file):
  18. file RELATIVE_PATH must be passed a full path to the file:
  19. Call Stack (most recent call first):
  20. CMakeLists.txt:117 (configure_package_config_file)
  21.  
  22.  
  23. --
  24. -- The following features have been enabled:
  25.  
  26. * BUILD_TESTING , Build automated tests.
  27.  
  28. -- The following OPTIONAL packages have been found:
  29.  
  30. * QCollectionGenerator , Qt help collection generator. , <http://www.qt.io/>
  31. Required to build Extra CMake Modules documentation in Qt Help format.
  32. * Qt5Core , Qt5 core library. , <http://www.qt.io/>
  33. Required to run tests for the ECMQtDeclareLoggingCategory module, and for some tests of the KDEInstallDirs module.
  34.  
  35. -- The following features have been disabled:
  36.  
  37. * BUILD_HTML_DOCS , Generate HTML documentation for installed modules.
  38. * BUILD_MAN_DOCS , Generate man page documentation for installed modules.
  39. * BUILD_QTHELP_DOCS , Generate QtHelp documentation for installed modules.
  40.  
  41. -- The following OPTIONAL packages have not been found:
  42.  
  43. * Sphinx (required version >= 1.2) , Tool to generate documentation. , <http://sphinx-doc.org/>
  44. Required to build documentation for Extra CMake Modules.
  45. * Qt5LinguistTools , Qt5 linguist tools. , <http://www.qt.io/>
  46. Required to run tests for the ECMPoQmTools module.
  47.  
  48. -- Configuring incomplete, errors occurred!
  49. See also "/home/ponchale/extra-cmake-modules/CMakeFiles/CMakeOutput.log".
  50. ponchale@easylabs:~/extra-cmake-modules$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement