I am try to compile amarok. Following the instructions here, I get stuck when trying to run Cmake.
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-- /home/mani/Downloads/clones-amarok-laitl-amarok/cmake/modules
-- Taglib found: -L/usr/lib64 -ltag
-- Could NOT find Taglib-Extras (missing: TAGLIB-EXTRAS_INCLUDES TAGLIB-EXTRAS_LIBRARIES)
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find Qt4 (missing: QT_QTWEBKIT_INCLUDE_DIR QT_QTWEBKIT_LIBRARY)
(found suitable version "4.8.4", minimum required is "4.8.3")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindQt4.cmake:1223 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:87 (find_package)
-- Configuring incomplete, errors occurred!
I checked YAST and it tells me I have libtag-devel, libtag-extras1, taglib, taglibsharp, libWTWebKit4, and libWTWebKit4-32bit installed with the latest versions.
It seems that Cmake is having trouble locating the libraries. Is there anyway to direct CMake to these libraries?
I am running 12.3 64bit.
Thanks