Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@pi4:~/build $ cmake ../vcmi
- -- The C compiler identification is GNU 8.3.0
- -- The CXX compiler identification is GNU 8.3.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- -- -- Start of VCMI build debug information
- -- CMAKE_VERSION: 3.13.4
- -- CMAKE_BUILD_TYPE: RelWithDebInfo
- -- CMAKE_BINARY_DIR: /home/pi/build
- -- CMAKE_SOURCE_DIR: /home/pi/vcmi
- -- CMAKE_MODULE_PATH: /home/pi/vcmi/cmake_modules
- -- CMAKE_COMMAND: /usr/bin/cmake
- -- CMAKE_ROOT: /usr/share/cmake-3.13
- -- UNIX: 1 - WIN32: - APPLE:
- -- MINGW: - CYGWIN: - MSVC:
- -- CMAKE_CXX_COMPILER_ID: GNU
- -- CMAKE_CXX_COMPILER_VERSION: 8.3.0
- -- CMAKE_C_COMPILER: /usr/bin/cc
- -- CMAKE_CXX_COMPILER: /usr/bin/c++
- -- CMAKE_SYSTEM: Linux-4.19.97-v7l+
- -- CMAKE_SYSTEM_NAME: Linux
- -- CMAKE_SYSTEM_VERSION: 4.19.97-v7l+
- -- CMAKE_SYSTEM_PROCESSOR: armv7l
- -- -- -- End of VCMI build debug information
- -- cotire 1.7.10 loaded.
- -- Looking for shm_open in rt
- -- Looking for shm_open in rt - found
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - not found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Boost version: 1.67.0
- -- Found the following Boost libraries:
- -- date_time
- -- filesystem
- -- locale
- -- program_options
- -- system
- -- thread
- -- chrono
- -- atomic
- -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.11")
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
- -- Checking for module 'libavcodec'
- -- Found libavcodec, version 58.35.100
- -- Checking for module 'libavformat'
- -- Found libavformat, version 58.20.100
- -- Checking for module 'libavdevice'
- -- Found libavdevice, version 58.5.100
- -- Checking for module 'libavutil'
- -- Found libavutil, version 56.22.100
- -- Checking for module 'libswscale'
- -- Found libswscale, version 5.3.100
- -- Checking for module 'libpostproc'
- -- Found libpostproc, version 55.3.100
- -- 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
- -- Checking for module 'minizip'
- -- Found minizip, version 1.2.8
- -- Found MINIZIP: /usr/lib/arm-linux-gnueabihf/libminizip.so (found version "1.2.8")
- -- Checking for module 'sdl2'
- -- Found sdl2, version 2.0.10
- -- Found SDL2: /usr/lib/arm-linux-gnueabihf/libSDL2main.a;/usr/lib/arm-linux-gnueabihf/libSDL2.so;-lpthread (found version "2.0.10")
- -- Checking for module 'SDL2_image'
- -- Found SDL2_image, version 2.0.4
- -- Found SDL2_image: /usr/lib/arm-linux-gnueabihf/libSDL2_image.so (found version "2.0.4")
- -- Checking for module 'SDL2_mixer'
- -- Found SDL2_mixer, version 2.0.4
- -- Found SDL2_mixer: /usr/lib/arm-linux-gnueabihf/libSDL2_mixer.so
- -- Checking for module 'SDL2_ttf'
- -- Found SDL2_ttf, version 2.0.15
- -- Found SDL2_ttf: /usr/lib/arm-linux-gnueabihf/libSDL2_ttf.so (found version "2.0.15")
- -- CXX target vcmi cotired without unity build.
- -- CXX target vcmiclient cotired without unity build.
- -- CXX target vcmiserver cotired without unity build.
- CMake Error at AI/CMakeLists.txt:21 (add_subdirectory):
- add_subdirectory given source "FuzzyLite/fuzzylite" which is not an
- existing directory.
- -- CXX target BattleAI cotired without unity build.
- -- CXX target StupidAI cotired without unity build.
- -- CXX target VCAI cotired without unity build.
- -- Configuring incomplete, errors occurred!
- See also "/home/pi/build/CMakeFiles/CMakeOutput.log".
- See also "/home/pi/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement