Advertisement
Ponchale

kirigami

Jun 25th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. not appear to contain CMakeLists.txt.
  2. Specify --help for usage, or press the help button on the CMake GUI.
  3. [ponchale@EasyLabs build]$ cmake -DCMAKE_INSTALL_PREFIX=$KF5
  4. CMake Error: The source directory "/home/ponchale/Development/astianos-kirigami-ac4d0f92f3c7/build" does not appear to contain CMakeLists.txt.
  5. Specify --help for usage, or press the help button on the CMake GUI.
  6. [ponchale@EasyLabs build]$ cd ..
  7. [ponchale@EasyLabs astianos-kirigami-ac4d0f92f3c7]$ cmake -DCMAKE_INSTALL_PREFIX=$KF5
  8. -- The C compiler identification is GNU 6.1.1
  9. -- The CXX compiler identification is GNU 6.1.1
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. CMake Error at CMakeLists.txt:10 (message):
  23. kirigami requires an out of source build. Please create a separate build
  24. directory and run 'cmake path_to_kirigami [options]' there.
  25.  
  26.  
  27. -- Configuring incomplete, errors occurred!
  28. See also "/home/ponchale/Development/astianos-kirigami-ac4d0f92f3c7/CMakeFiles/CMakeOutput.log".
  29. [ponchale@EasyLabs astianos-kirigami-ac4d0f92f3c7]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement