| Summary: | CMake Error :: Could not find LibRingQtQuick | ||
|---|---|---|---|
| Product: | [Unmaintained] ring-kde | Reporter: | 白川間瀬流 <vamp898-kde> |
| Component: | general | Assignee: | Emmanuel Lepage Vallée <emmanuel.lepage> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | major | CC: | elv1313+kde |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
> First i build libringqt
Did you also install it?
Hi, Sorry for missing this. The best way to get around this is to uninstall libringqt and let the cmake submodule installer fetch it. In the end the problem you have is a bug, but I havn't been working on this for some months while busy with other projects. Ring-KDE/Banji worked fine the last time, but upstream has moved quite a lot, so I don't know how it stands right now. Most of the remaining bugs preventing 4.0 from being released were in my KQuickItemViews optimizer/compiler for QML, I plan to work on that next year. Right now I am focusing on AwesomeWM 4.4. Pretty sure this app no longer exists^^ |
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!