Ubuntu Pastebin

Paste from BottomNotch at Fri, 15 Jan 2016 14:48:30 +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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
android@localhost:~/glshim$ cmake .; make GL
-- The CXX compiler identification is unknown
-- Check for working CXX compiler: /system/bin/bcc
-- Check for working CXX compiler: /system/bin/bcc -- broken
CMake Error at /usr/share/cmake-3.2/Modules/CMakeTestCXXCompiler.cmake:54 (message):
  The C++ compiler "/system/bin/bcc" is not able to compile a simple test
  program.

  It fails with the following output:

   Change Dir: /home/android/glshim/CMakeFiles/CMakeTmp



  Run Build Command:"/usr/bin/make" "cmTryCompileExec1713110418/fast"

  /usr/bin/make -f CMakeFiles/cmTryCompileExec1713110418.dir/build.make
  CMakeFiles/cmTryCompileExec1713110418.dir/build

  make[1]: Entering directory '/home/android/glshim/CMakeFiles/CMakeTmp'

  /usr/bin/cmake -E cmake_progress_report
  /home/android/glshim/CMakeFiles/CMakeTmp/CMakeFiles 1

  Building CXX object
  CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o

  /system/bin/bcc -o
  CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o -c
  /home/android/glshim/CMakeFiles/CMakeTmp/testCXXCompiler.cxx

  bcc: Unknown command line argument '-c'.  Try: '/system/bin/bcc -help'

  bcc: Did you mean '-C'?

  CMakeFiles/cmTryCompileExec1713110418.dir/build.make:57: recipe for target
  'CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o' failed

  make[1]: Leaving directory '/home/android/glshim/CMakeFiles/CMakeTmp'

  make[1]: ***
  [CMakeFiles/cmTryCompileExec1713110418.dir/testCXXCompiler.cxx.o] Error 1

  Makefile:117: recipe for target 'cmTryCompileExec1713110418/fast' failed

  make: *** [cmTryCompileExec1713110418/fast] Error 2





  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)


-- Configuring incomplete, errors occurred!
See also "/home/android/glshim/CMakeFiles/CMakeOutput.log".
See also "/home/android/glshim/CMakeFiles/CMakeError.log".
make: *** No rule to make target 'GL'.  Stop.
android@localhost:~/glshim$
Download as text