PeterO wrote:As far as I can see that error message could not come from the code you have linked to . The error message refers to "src/qt-gui/CMakeLists.txt", which is not from the tar balls for that program.
What exactly have you done ?
PeterO
Well, I used an SSH Client to stick the source file into the target folder (I tried both the source and binary too, btw), then I opened the terminal (through another SSH client) and used the "Cmake ." command. I'm actually not sure if I did this right, (kinda new to linux and all.)
Here's the full log:
$ 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
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- Found ALSA: /usr/lib/arm-linux-gnueabihf/libasound.so (found version "1.0.28")
-- Found Jack: /usr/lib/arm-linux-gnueabihf/libjack.so
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
CMake Error at /usr/share/cmake-3.0/Modules/FindQt4.cmake:1316 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
src/qt-gui/CMakeLists.txt:66 (find_package)
-- Configuring incomplete, errors occurred!