Ubuntu Pastebin

Paste from arsiten at Mon, 4 May 2015 09:54:52 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:1 (project):
  The CMAKE_C_COMPILER:

    /usr/bin/i686-linux-gnu-gcc

  is not a full path to an existing compiler tool.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.


CMake Error at CMakeLists.txt:1 (project):
  The CMAKE_CXX_COMPILER:

    /usr/bin/i686-linux-gnu-g++

  is not a full path to an existing compiler tool.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/akiva/Programming/Core Apps/ubuntu-clock-app/CMakeFiles/CMakeOutput.log".
See also "/home/akiva/Programming/Core Apps/ubuntu-clock-app/CMakeFiles/CMakeError.log".
Makefile:1104: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Download as text