Guest User

Untitled

a guest
Jul 10th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.55 KB | None | 0 0
  1. theloudspeaker@lubuntu-disco:~/bin/lxqt-globalkeys$ cmake config/
  2. -- The C compiler identification is GNU 9.1.0
  3. -- The CXX compiler identification is GNU 9.1.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. CMake Error: File /daemon/org.lxqt.global_key_shortcuts.daemon.xml does not exist.
  17. CMake Error at CMakeLists.txt:78 (configure_file):
  18.   configure_file Problem configuring file
  19.  
  20.  
  21. CMake Error at CMakeLists.txt:92 (qt5_add_dbus_interface):
  22.   Unknown CMake command "qt5_add_dbus_interface".
  23.  
  24.  
  25. CMake Warning (dev) in CMakeLists.txt:
  26.   No cmake_minimum_required command is present.  A line of code such as
  27.  
  28.     cmake_minimum_required(VERSION 3.13)
  29.  
  30.   should be added at the top of the file.  The version specified may be lower
  31.   if you wish to support older CMake versions for this project.  For more
  32.   information run "cmake --help-policy CMP0000".
  33. This warning is for project developers.  Use -Wno-dev to suppress it.
  34.  
  35. -- Configuring incomplete, errors occurred!
  36. See also "/home/theloudspeaker/bin/lxqt-globalkeys/CMakeFiles/CMakeOutput.log".
  37. theloudspeaker@lubuntu-disco:~/bin/lxqt-globalkeys$
Add Comment
Please, Sign In to add comment