Kaffeine <1.3ではSambaにバグがあり、1.3.xバージョンでビルドしてみました。ただし、cmakeを呼び出した後にエラーが発生します。
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- 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
CMake Error at CMakeLists.txt:6 (qt5_add_resources):
**Unknown CMake command "qt5_add_resources".**
-- Configuring incomplete, errors occurred!
私のテストのバージョンと設定:
$ qtchooser -print-env
QT_SELECT="default"
QTTOOLDIR="/usr/lib/x86_64-linux-gnu/qt5/bin"
QTLIBDIR="/usr/lib/x86_64-linux-gnu"
$ qmake -v
QMake version 3.0
Using Qt version 5.3.2 in /usr/lib/x86_64-linux-gnu
$ cmake --version
cmake version 3.0.2
答え1
必要なqtパッケージが欠落している可能性があります。インストールを試みるqt5 - デフォルトパック。
sudo apt-get install -y qt5-default