You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build twinkle as described in #90 (comment) on ubuntu jammy (actually Tuxedo os derived from Ubuntu Jammy) but did not succeed.
Building without Akonadi support works.
>>> cmake .. -Dexample_option=On -DWITH_AKONADI=On
-- C++11 regular expressions OK
-- libatomic: /usr/lib/x86_64-linux-gnu/libatomic.so.1
-- libresolv: /usr/lib/x86_64-linux-gnu/libresolv.so
-- libmagic version: 5.41
-- Found LibSndfile: /usr/lib/x86_64-linux-gnu/libsndfile.so
-- Found ucommon includes: /usr/include/ucommon/ucommon.h
-- Found ucommon library: /usr/lib/x86_64-linux-gnu/libucommon.so;/usr/lib/x86_64-linux-gnu/libusecure.so
-- Found commoncpp includes: /usr/include/commoncpp/config.h
-- Found commoncpp library: /usr/lib/x86_64-linux-gnu/libcommoncpp.so
-- Found ccrtp includes: /usr/include/ccrtp/rtp.h
-- Found ccrtp library: /usr/lib/x86_64-linux-gnu/libccrtp.so
CMake Error at CMakeLists.txt:95 (find_package):
By not providing "FindKF5Akonadi.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"KF5Akonadi", but CMake did not find one.
Could not find a package configuration file provided by "KF5Akonadi" with
any of the following names:
KF5AkonadiConfig.cmake
kf5akonadi-config.cmake
Add the installation prefix of "KF5Akonadi" to CMAKE_PREFIX_PATH or set
"KF5Akonadi_DIR" to a directory containing one of the above files. If
"KF5Akonadi" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
I tried to build twinkle as described in #90 (comment) on ubuntu jammy (actually Tuxedo os derived from Ubuntu Jammy) but did not succeed.
Building without Akonadi support works.
Looking for the missing file I found this:
and further
So this is actually kpim6-akonadi-dev. This does not compile as
KF5AkonadiConfig.cmake
is missing.I hesitated to file this as an issue as it in itself does not relate to twinkle but to the distribution.
The text was updated successfully, but these errors were encountered: