Cmake gives me these error messages
- Code: Select all
- The C compiler identification is GNU
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- checking for module 'gtk+-2.0'
I don't know what the CXX compiler identification is. The packages libgtk+2.0_0 and gtk+2.0 are installed.
Thanks, Bjørn