Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. pi@pi4:~/build $ cmake ../vcmi
  2. -- The C compiler identification is GNU 8.3.0
  3. -- The CXX compiler identification is GNU 8.3.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - 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. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- -- -- Start of VCMI build debug information
  17. -- CMAKE_VERSION: 3.13.4
  18. -- CMAKE_BUILD_TYPE: RelWithDebInfo
  19. -- CMAKE_BINARY_DIR: /home/pi/build
  20. -- CMAKE_SOURCE_DIR: /home/pi/vcmi
  21. -- CMAKE_MODULE_PATH: /home/pi/vcmi/cmake_modules
  22. -- CMAKE_COMMAND: /usr/bin/cmake
  23. -- CMAKE_ROOT: /usr/share/cmake-3.13
  24. -- UNIX: 1 - WIN32: - APPLE:
  25. -- MINGW: - CYGWIN: - MSVC:
  26. -- CMAKE_CXX_COMPILER_ID: GNU
  27. -- CMAKE_CXX_COMPILER_VERSION: 8.3.0
  28. -- CMAKE_C_COMPILER: /usr/bin/cc
  29. -- CMAKE_CXX_COMPILER: /usr/bin/c++
  30. -- CMAKE_SYSTEM: Linux-4.19.97-v7l+
  31. -- CMAKE_SYSTEM_NAME: Linux
  32. -- CMAKE_SYSTEM_VERSION: 4.19.97-v7l+
  33. -- CMAKE_SYSTEM_PROCESSOR: armv7l
  34. -- -- -- End of VCMI build debug information
  35. -- cotire 1.7.10 loaded.
  36. -- Looking for shm_open in rt
  37. -- Looking for shm_open in rt - found
  38. -- Looking for pthread.h
  39. -- Looking for pthread.h - found
  40. -- Looking for pthread_create
  41. -- Looking for pthread_create - not found
  42. -- Looking for pthread_create in pthreads
  43. -- Looking for pthread_create in pthreads - not found
  44. -- Looking for pthread_create in pthread
  45. -- Looking for pthread_create in pthread - found
  46. -- Found Threads: TRUE
  47. -- Boost version: 1.67.0
  48. -- Found the following Boost libraries:
  49. -- date_time
  50. -- filesystem
  51. -- locale
  52. -- program_options
  53. -- system
  54. -- thread
  55. -- chrono
  56. -- atomic
  57. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.11")
  58. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
  59. -- Checking for module 'libavcodec'
  60. -- Found libavcodec, version 58.35.100
  61. -- Checking for module 'libavformat'
  62. -- Found libavformat, version 58.20.100
  63. -- Checking for module 'libavdevice'
  64. -- Found libavdevice, version 58.5.100
  65. -- Checking for module 'libavutil'
  66. -- Found libavutil, version 56.22.100
  67. -- Checking for module 'libswscale'
  68. -- Found libswscale, version 5.3.100
  69. -- Checking for module 'libpostproc'
  70. -- Found libpostproc, version 55.3.100
  71. -- Found FFmpeg: /usr/lib/arm-linux-gnueabihf/libavcodec.so;/usr/lib/arm-linux-gnueabihf/libavformat.so;/usr/lib/arm-linux-gnueabihf/libavutil.so;/usr/lib/arm-linux-gnueabihf/libswscale.so
  72. -- Checking for module 'minizip'
  73. -- Found minizip, version 1.2.8
  74. -- Found MINIZIP: /usr/lib/arm-linux-gnueabihf/libminizip.so (found version "1.2.8")
  75. -- Checking for module 'sdl2'
  76. -- Found sdl2, version 2.0.10
  77. -- Found SDL2: /usr/lib/arm-linux-gnueabihf/libSDL2main.a;/usr/lib/arm-linux-gnueabihf/libSDL2.so;-lpthread (found version "2.0.10")
  78. -- Checking for module 'SDL2_image'
  79. -- Found SDL2_image, version 2.0.4
  80. -- Found SDL2_image: /usr/lib/arm-linux-gnueabihf/libSDL2_image.so (found version "2.0.4")
  81. -- Checking for module 'SDL2_mixer'
  82. -- Found SDL2_mixer, version 2.0.4
  83. -- Found SDL2_mixer: /usr/lib/arm-linux-gnueabihf/libSDL2_mixer.so
  84. -- Checking for module 'SDL2_ttf'
  85. -- Found SDL2_ttf, version 2.0.15
  86. -- Found SDL2_ttf: /usr/lib/arm-linux-gnueabihf/libSDL2_ttf.so (found version "2.0.15")
  87. -- CXX target vcmi cotired without unity build.
  88. -- CXX target vcmiclient cotired without unity build.
  89. -- CXX target vcmiserver cotired without unity build.
  90. CMake Error at AI/CMakeLists.txt:21 (add_subdirectory):
  91. add_subdirectory given source "FuzzyLite/fuzzylite" which is not an
  92. existing directory.
  93.  
  94.  
  95. -- CXX target BattleAI cotired without unity build.
  96. -- CXX target StupidAI cotired without unity build.
  97. -- CXX target VCAI cotired without unity build.
  98. -- Configuring incomplete, errors occurred!
  99. See also "/home/pi/build/CMakeFiles/CMakeOutput.log".
  100. See also "/home/pi/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement