Advertisement
Guest User

Untitled

a guest
Aug 9th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. 09:38-iglesias-shogun (develop)$ mkdir build
  2. 09:38-iglesias-shogun (develop)$ cd build/
  3. 09:38-iglesias-build (develop)$ cmake ..
  4. -- The C compiler identification is GNU
  5. -- The CXX compiler identification is GNU
  6. -- Check for working C compiler: /usr/bin/gcc
  7. -- Check for working C compiler: /usr/bin/gcc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Found CCache: /usr/bin/ccache
  15. /usr/bin/ccache: invalid option -- 'd'
  16. Usage:
  17. ccache [options]
  18. ccache compiler [compiler options]
  19. compiler [compiler options] (via symbolic link)
  20.  
  21. Options:
  22. -c, --cleanup delete old files and recalculate size counters
  23. (normally not needed as this is done automatically)
  24. -C, --clear clear the cache completely
  25. -F, --max-files=N set maximum number of files in cache to N (use 0 for
  26. no limit)
  27. -M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no
  28. limit; available suffixes: G, M and K; default
  29. suffix: G)
  30. -s, --show-stats show statistics summary
  31. -z, --zero-stats zero statistics counters
  32.  
  33. -h, --help print this help text
  34. -V, --version print version and copyright information
  35.  
  36. See also <http://ccache.samba.org>.
  37. CMake Error at cmake/CheckCompiler.cmake:46 (string):
  38. string sub-command STRIP requires two arguments.
  39. Call Stack (most recent call first):
  40. CMakeLists.txt:79 (include)
  41.  
  42.  
  43. CMake Error at cmake/CheckCompiler.cmake:47 (string):
  44. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  45. command.
  46. Call Stack (most recent call first):
  47. CMakeLists.txt:79 (include)
  48.  
  49.  
  50. CMake Error at cmake/CheckCompiler.cmake:49 (string):
  51. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  52. command.
  53. Call Stack (most recent call first):
  54. CMakeLists.txt:79 (include)
  55.  
  56.  
  57. CMake Error at cmake/CheckCompiler.cmake:51 (string):
  58. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  59. command.
  60. Call Stack (most recent call first):
  61. CMakeLists.txt:79 (include)
  62.  
  63.  
  64. CMake Error at CMakeLists.txt:82 (MESSAGE):
  65. g++ version is too old
  66.  
  67.  
  68. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement