Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ponchale@easyas ~]$ cd kglobalaccel/
- [ponchale@easyas kglobalaccel]$ mkdir build
- [ponchale@easyas kglobalaccel]$ cd build/
- [ponchale@easyas build]$ cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 ..
- -- The C compiler identification is GNU 5.3.0
- -- The CXX compiler identification is GNU 5.3.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- --
- -- Looking for __GLIBC__
- -- Looking for __GLIBC__ - found
- -- Performing Test _OFFT_IS_64BIT
- -- Performing Test _OFFT_IS_64BIT - Success
- CMake Error at CMakeLists.txt:39 (find_package):
- Could not find a configuration file for package "KF5CoreAddons" that is
- compatible with requested version "5.20.0".
- The following configuration files were considered but not accepted:
- /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
- /usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
- /lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
- /lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake, version: 5.19.0
- -- Configuring incomplete, errors occurred!
- See also "/home/ponchale/kglobalaccel/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement