dfaust / soundkonverter

soundKonverter is in maintenance mode, PRs are welcome.
https://github.com/dfaust/soundkonverter/wiki
98 stars 26 forks source link

Compiling issues with v3.0.1 release #66

Open kokosowy opened 6 years ago

kokosowy commented 6 years ago

Wow! New release! Thanks!

I have an issue with compiling this under Mint/Ubuntu (18.3/16.04). I get following messages:

=====

`CMake Warning at CMakeLists.txt:35 (find_package): By not providing "FindKF5Cddb.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "KF5Cddb", but CMake did not find one.

Could not find a package configuration file provided by "KF5Cddb" with any of the following names:

KF5CddbConfig.cmake
kf5cddb-config.cmake

Add the installation prefix of "KF5Cddb" to CMAKE_PREFIX_PATH or set "KF5Cddb_DIR" to a directory containing one of the above files. If "KF5Cddb" provides a separate development package or SDK, be sure it has been installed.

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/phonon4qt5/PhononTargets.cmake:85 (message): The imported target "Phonon::phonon4qt5experimental" references the file

 "/usr/lib/x86_64-linux-gnu/libphonon4qt5experimental.so.4.8.3"

but this file does not exist. Possible reasons include:

Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/phonon4qt5/Phonon4Qt5Config.cmake:32 (include) CMakeLists.txt:36 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/kokos/Pobrane/soundkonverter-3.0.1/src/build/CMakeFiles/CMakeOutput.log".`

=====

Can you help me finding KF5Cddb dev package and resolving missing libphonon4qt5experimental.so.4.8.3?

Thank you so much! K