Bug 414816

Summary: CMake Error :: Could not find LibRingQtQuick
Product: [Unmaintained] ring-kde Reporter: 白川間瀬流 <vamp898-kde>
Component: generalAssignee: 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:

Description 白川間瀬流 2019-12-04 07:11:27 UTC
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!
Comment 1 Christoph Feck 2019-12-27 18:06:28 UTC
> First i build libringqt

Did you also install it?
Comment 2 Emmanuel Lepage Vallee 2019-12-28 19:29:12 UTC
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.
Comment 3 白川間瀬流 2025-02-04 06:17:17 UTC
Pretty sure this app no longer exists^^