https://bugs.kde.org/show_bug.cgi?id=414816
Bug ID: 414816
Summary: CMake Error :: Could not find LibRingQtQuick
Product: ring-kde
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: major
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
First i build libringqt from git and then i tried to build ring-kde with that
When trying to compile ring-kde from git, i get the following
-- The C compiler identification is GNU 9.2.0
-- The CXX compiler identification is GNU 9.2.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
-- Found LIB_RING_QT: /usr/lib/libringqt.so
-- Found ringqt: /usr/lib/libringqt.so
CMake Error at CMakeLists.txt:50 (FIND_PACKAGE):
Could not find a package configuration file provided by "LibRingQtQuick"
with any of the following names:
LibRingQtQuickConfig.cmake
libringqtquick-config.cmake
Add the installation prefix of "LibRingQtQuick" to CMAKE_PREFIX_PATH or set
"LibRingQtQuick_DIR" to a directory containing one of the above files. If
"LibRingQtQuick" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
--
You are receiving this mail because:
You are watching all bug changes.