Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.47 KB | None | 0 0
  1. # kdesrc-build running: 'cmake' '/home/ali/kde/src/attica' '-DBUILD_TESTING=TRUE' '-DCMAKE_CXX_FLAGS:STRING=-pipe' '-DCMAKE_INSTALL_PREFIX=/home/ali/kde/usr' '-DCMAKE_PREFIX_PATH=/home/ali/kde/qt5'
  2. # from directory: /home/ali/kde/build/attica
  3. -- The C compiler identification is GNU 7.3.0
  4. -- The CXX compiler identification is GNU 7.3.0
  5. -- Check for working C compiler: /usr/bin/cc
  6. -- Check for working C compiler: /usr/bin/cc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. --
  18.  
  19. -- Looking for __GLIBC__
  20. -- Looking for __GLIBC__ - found
  21. -- Performing Test _OFFT_IS_64BIT
  22. -- Performing Test _OFFT_IS_64BIT - Success
  23. -- Performing Test HAVE_DATE_TIME
  24. -- Performing Test HAVE_DATE_TIME - Success
  25. CMake Error at CMakeLists.txt:37 (find_package):
  26.   Could not find a configuration file for package "Qt5" that is compatible
  27.   with requested version "5.10.0".
  28.  
  29.   The following configuration files were considered but not accepted:
  30.  
  31.     /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.9.5
  32.  
  33.  
  34.  
  35. -- Configuring incomplete, errors occurred!
  36. See also "/home/ali/kde/build/attica/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement