Advertisement
Ponchale

error kglobalaccel

Mar 12th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [ponchale@easyas ~]$ cd kglobalaccel/
  2. [ponchale@easyas kglobalaccel]$ mkdir build
  3. [ponchale@easyas kglobalaccel]$ cd build/
  4. [ponchale@easyas build]$ cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 ..
  5. -- The C compiler identification is GNU 5.3.0
  6. -- The CXX compiler identification is GNU 5.3.0
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Check for working CXX compiler: /usr/bin/c++
  14. -- Check for working CXX compiler: /usr/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Detecting CXX compile features
  18. -- Detecting CXX compile features - done
  19. --
  20.  
  21. -- Looking for __GLIBC__
  22. -- Looking for __GLIBC__ - found
  23. -- Performing Test _OFFT_IS_64BIT
  24. -- Performing Test _OFFT_IS_64BIT - Success
  25. CMake Error at CMakeLists.txt:39 (find_package):
  26. Could not find a configuration file for package "KF5CoreAddons" that is
  27. compatible with requested version "5.20.0".
  28.  
  29. The following configuration files were considered but not accepted:
  30.  
  31. /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
  32. /usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
  33. /lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
  34. /lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
  35.  
  36.  
  37.  
  38. -- Configuring incomplete, errors occurred!
  39. See also "/home/ponchale/kglobalaccel/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement