Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMake log:
- The C compiler identification is GNU 6.3.1
- The CXX compiler identification is GNU 6.3.1
- Check for working C compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc
- Check for working C compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc -- 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: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++
- Check for working CXX compiler: /home/user/Documents/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ -- works
- Detecting CXX compiler ABI info
- Detecting CXX compiler ABI info - done
- Detecting CXX compile features
- Detecting CXX compile features - done
- CMake Error at CMakeLists.txt:30 (include):
- include could not find load file:
- IMPORTFILE-NOTFOUND
- Could NOT find BZip2 (missing: BZIP2_LIBRARIES) (found version "1.0.6")
- Could NOT find JPEG (missing: JPEG_LIBRARY)
- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.11")
- Could NOT find GME (missing: GME_LIBRARIES)
- Using internal zlib
- Looking for sys/types.h
- Looking for sys/types.h - found
- Looking for stdint.h
- Looking for stdint.h - found
- Looking for stddef.h
- Looking for stddef.h - found
- Check size of off64_t
- Check size of off64_t - done
- Looking for fseeko
- Looking for fseeko - found
- Looking for unistd.h
- Looking for unistd.h - found
- Using internal jpeg library
- Using internal bzip2 library
- Using internal gme library
- Performing Test HAVE_NO_ARRAY_BOUNDS
- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
- Performing Test __LIBGME_TEST_VISIBILITY
- Performing Test __LIBGME_TEST_VISIBILITY - Success
- CMake Warning (dev) at tools/lemon/CMakeLists.txt:11 (add_custom_command):
- Policy CMP0040 is not set: The target in the TARGET signature of
- add_custom_command() must exist. Run "cmake --help-policy CMP0040" for
- policy details. Use the cmake_policy command to set the policy and
- suppress this warning.
- No TARGET 'lemon' has been created in this directory.
- This warning is for project developers. Use -Wno-dev to suppress it.
- Looking for itoa
- Looking for itoa - not found
- Performing Test DUMB_CAN_USE_SSE
- Performing Test DUMB_CAN_USE_SSE - Failed
- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
- Checking for module 'gtk+-3.0'
- Found gtk+-3.0, version 3.22.11
- 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
- Found SDL2: /usr/local/lib/libSDL2main.a;/usr/local/lib/libSDL2.so;-lpthread
- Could NOT find FluidSynth (missing: FLUIDSYNTH_LIBRARIES)
- Performing Test HAVE_MMX
- Performing Test HAVE_MMX - Failed
- Performing Test HAVE_PARALLEL_FOR
- Performing Test HAVE_PARALLEL_FOR - Failed
- Performing Test HAVE_DISPATCH_APPLY
- Performing Test HAVE_DISPATCH_APPLY - Failed
- Performing Test CAN_DO_CPP14
- Performing Test CAN_DO_CPP14 - Success
- Looking for filelength
- Looking for filelength - not found
- Looking for strupr
- Looking for strupr - not found
- Looking for stricmp
- Looking for stricmp - not found
- Looking for strnicmp
- Looking for strnicmp - not found
- Looking for clock_gettime in rt
- Looking for clock_gettime in rt - found
- Fluid synth libs: FLUIDSYNTH_LIBRARIES-NOTFOUND
- Try OpenMP C flag = [-fopenmp]
- Performing Test OpenMP_FLAG_DETECTED
- Performing Test OpenMP_FLAG_DETECTED - Success
- Try OpenMP CXX flag = [-fopenmp]
- Performing Test OpenMP_FLAG_DETECTED
- Performing Test OpenMP_FLAG_DETECTED - Success
- Found OpenMP: -fopenmp
- Configuring incomplete, errors occurred!
- See also "/home/danil/Desktop/gzdoom/CMakeFiles/CMakeOutput.log".
- See also "/home/danil/Desktop/gzdoom/CMakeFiles/CMakeError.log".
- CMakeOutput.log:
- The system is: Linux - 4.10.0-26-generic - x86_64
- Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
- Compiler: /usr/bin/cc
- Build flags:
- Id flags:
- The output was:
- 0
- Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
- The C compiler identification is GNU, found in "/home/danil/gzdoom/CMakeFiles/3.7.2/CompilerIdC/a.out"
- Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
- Compiler: /usr/bin/c++
- Build flags:
- Id flags:
- The output was:
- 0
- Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
- The CXX compiler identification is GNU, found in "/home/danil/gzdoom/CMakeFiles/3.7.2/CompilerIdCXX/a.out"
- Determining if the C compiler works passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_10bec/fast"
- /usr/bin/make -f CMakeFiles/cmTC_10bec.dir/build.make CMakeFiles/cmTC_10bec.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_10bec.dir/testCCompiler.c.o
- /usr/bin/cc -o CMakeFiles/cmTC_10bec.dir/testCCompiler.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/testCCompiler.c
- Linking C executable cmTC_10bec
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10bec.dir/link.txt --verbose=1
- /usr/bin/cc CMakeFiles/cmTC_10bec.dir/testCCompiler.c.o -o cmTC_10bec -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Detecting C compiler ABI info compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_61f71/fast"
- /usr/bin/make -f CMakeFiles/cmTC_61f71.dir/build.make CMakeFiles/cmTC_61f71.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o
- /usr/bin/cc -o CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c
- Linking C executable cmTC_61f71
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61f71.dir/link.txt --verbose=1
- /usr/bin/cc -v CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -o cmTC_61f71 -rdynamic
- Using built-in specs.
- COLLECT_GCC=/usr/bin/cc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
- COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/
- LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/
- COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_61f71' '-rdynamic' '-mtune=generic' '-march=x86-64'
- /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjhaY0d.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_61f71 /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o
- COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_61f71' '-rdynamic' '-mtune=generic' '-march=x86-64'
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Parsed C implicit link information from above output:
- link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- ignore line: [Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp]
- ignore line: []
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_61f71/fast"]
- ignore line: [/usr/bin/make -f CMakeFiles/cmTC_61f71.dir/build.make CMakeFiles/cmTC_61f71.dir/build]
- ignore line: [make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp']
- ignore line: [Building C object CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o]
- ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.7/Modules/CMakeCCompilerABI.c]
- ignore line: [Linking C executable cmTC_61f71]
- ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61f71.dir/link.txt --verbose=1]
- ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -o cmTC_61f71 -rdynamic ]
- ignore line: [Using built-in specs.]
- ignore line: [COLLECT_GCC=/usr/bin/cc]
- ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper]
- ignore line: [Target: x86_64-linux-gnu]
- ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
- ignore line: [Thread model: posix]
- ignore line: [gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ]
- ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/]
- ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/]
- ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_61f71' '-rdynamic' '-mtune=generic' '-march=x86-64']
- link line: [ /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjhaY0d.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_61f71 /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o]
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/collect2] ==> ignore
- arg [-plugin] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so] ==> ignore
- arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper] ==> ignore
- arg [-plugin-opt=-fresolution=/tmp/ccjhaY0d.res] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [-plugin-opt=-pass-through=-lc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [--sysroot=/] ==> ignore
- arg [--build-id] ==> ignore
- arg [--eh-frame-hdr] ==> ignore
- arg [-m] ==> ignore
- arg [elf_x86_64] ==> ignore
- arg [--hash-style=gnu] ==> ignore
- arg [--as-needed] ==> ignore
- arg [-export-dynamic] ==> ignore
- arg [-dynamic-linker] ==> ignore
- arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
- arg [-pie] ==> ignore
- arg [-znow] ==> ignore
- arg [-zrelro] ==> ignore
- arg [-o] ==> ignore
- arg [cmTC_61f71] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o] ==> ignore
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6]
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu]
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib]
- arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
- arg [-L/lib/../lib] ==> dir [/lib/../lib]
- arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
- arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..]
- arg [CMakeFiles/cmTC_61f71.dir/CMakeCCompilerABI.c.o] ==> ignore
- arg [-lgcc] ==> lib [gcc]
- arg [--as-needed] ==> ignore
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [--no-as-needed] ==> ignore
- arg [-lc] ==> lib [c]
- arg [-lgcc] ==> lib [gcc]
- arg [--as-needed] ==> ignore
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [--no-as-needed] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o] ==> ignore
- remove lib [gcc]
- remove lib [gcc_s]
- remove lib [gcc]
- remove lib [gcc_s]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6] ==> [/usr/lib/gcc/x86_64-linux-gnu/6]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> [/usr/lib]
- collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
- collapse library dir [/lib/../lib] ==> [/lib]
- collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
- collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> [/usr/lib]
- implicit libs: [c]
- implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/6;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
- implicit fwks: []
- Detecting C [-std=c11] compiler features compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_267a5/fast"
- /usr/bin/make -f CMakeFiles/cmTC_267a5.dir/build.make CMakeFiles/cmTC_267a5.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_267a5.dir/feature_tests.c.o
- /usr/bin/cc -std=c11 -o CMakeFiles/cmTC_267a5.dir/feature_tests.c.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.c
- Linking C executable cmTC_267a5
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_267a5.dir/link.txt --verbose=1
- /usr/bin/cc CMakeFiles/cmTC_267a5.dir/feature_tests.c.o -o cmTC_267a5 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Feature record: C_FEATURE:1c_function_prototypes
- Feature record: C_FEATURE:1c_restrict
- Feature record: C_FEATURE:1c_static_assert
- Feature record: C_FEATURE:1c_variadic_macros
- Detecting C [-std=c99] compiler features compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_502b1/fast"
- /usr/bin/make -f CMakeFiles/cmTC_502b1.dir/build.make CMakeFiles/cmTC_502b1.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_502b1.dir/feature_tests.c.o
- /usr/bin/cc -std=c99 -o CMakeFiles/cmTC_502b1.dir/feature_tests.c.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.c
- Linking C executable cmTC_502b1
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_502b1.dir/link.txt --verbose=1
- /usr/bin/cc CMakeFiles/cmTC_502b1.dir/feature_tests.c.o -o cmTC_502b1 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Feature record: C_FEATURE:1c_function_prototypes
- Feature record: C_FEATURE:1c_restrict
- Feature record: C_FEATURE:0c_static_assert
- Feature record: C_FEATURE:1c_variadic_macros
- Detecting C [-std=c90] compiler features compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_ce049/fast"
- /usr/bin/make -f CMakeFiles/cmTC_ce049.dir/build.make CMakeFiles/cmTC_ce049.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_ce049.dir/feature_tests.c.o
- /usr/bin/cc -std=c90 -o CMakeFiles/cmTC_ce049.dir/feature_tests.c.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.c
- Linking C executable cmTC_ce049
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce049.dir/link.txt --verbose=1
- /usr/bin/cc CMakeFiles/cmTC_ce049.dir/feature_tests.c.o -o cmTC_ce049 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Feature record: C_FEATURE:1c_function_prototypes
- Feature record: C_FEATURE:0c_restrict
- Feature record: C_FEATURE:0c_static_assert
- Feature record: C_FEATURE:0c_variadic_macros
- Determining if the CXX compiler works passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_c4836/fast"
- /usr/bin/make -f CMakeFiles/cmTC_c4836.dir/build.make CMakeFiles/cmTC_c4836.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_c4836.dir/testCXXCompiler.cxx.o
- /usr/bin/c++ -o CMakeFiles/cmTC_c4836.dir/testCXXCompiler.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
- Linking CXX executable cmTC_c4836
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c4836.dir/link.txt --verbose=1
- /usr/bin/c++ CMakeFiles/cmTC_c4836.dir/testCXXCompiler.cxx.o -o cmTC_c4836 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Detecting CXX compiler ABI info compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_96f4f/fast"
- /usr/bin/make -f CMakeFiles/cmTC_96f4f.dir/build.make CMakeFiles/cmTC_96f4f.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o
- /usr/bin/c++ -o CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp
- Linking CXX executable cmTC_96f4f
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96f4f.dir/link.txt --verbose=1
- /usr/bin/c++ -v CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_96f4f -rdynamic
- Using built-in specs.
- COLLECT_GCC=/usr/bin/c++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
- COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/
- LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/
- COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_96f4f' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
- /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvKXJqO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_96f4f /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o
- COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_96f4f' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Parsed CXX implicit link information from above output:
- link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- ignore line: [Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp]
- ignore line: []
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_96f4f/fast"]
- ignore line: [/usr/bin/make -f CMakeFiles/cmTC_96f4f.dir/build.make CMakeFiles/cmTC_96f4f.dir/build]
- ignore line: [make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp']
- ignore line: [Building CXX object CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o]
- ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.7/Modules/CMakeCXXCompilerABI.cpp]
- ignore line: [Linking CXX executable cmTC_96f4f]
- ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96f4f.dir/link.txt --verbose=1]
- ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_96f4f -rdynamic ]
- ignore line: [Using built-in specs.]
- ignore line: [COLLECT_GCC=/usr/bin/c++]
- ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper]
- ignore line: [Target: x86_64-linux-gnu]
- ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
- ignore line: [Thread model: posix]
- ignore line: [gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) ]
- ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/]
- ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/6/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/6/../../../:/lib/:/usr/lib/]
- ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_96f4f' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
- link line: [ /usr/lib/gcc/x86_64-linux-gnu/6/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvKXJqO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_96f4f /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o]
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/collect2] ==> ignore
- arg [-plugin] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/liblto_plugin.so] ==> ignore
- arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper] ==> ignore
- arg [-plugin-opt=-fresolution=/tmp/ccvKXJqO.res] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [-plugin-opt=-pass-through=-lc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [--sysroot=/] ==> ignore
- arg [--build-id] ==> ignore
- arg [--eh-frame-hdr] ==> ignore
- arg [-m] ==> ignore
- arg [elf_x86_64] ==> ignore
- arg [--hash-style=gnu] ==> ignore
- arg [--as-needed] ==> ignore
- arg [-export-dynamic] ==> ignore
- arg [-dynamic-linker] ==> ignore
- arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
- arg [-pie] ==> ignore
- arg [-znow] ==> ignore
- arg [-zrelro] ==> ignore
- arg [-o] ==> ignore
- arg [cmTC_96f4f] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o] ==> ignore
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6]
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu]
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib]
- arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
- arg [-L/lib/../lib] ==> dir [/lib/../lib]
- arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
- arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
- arg [-L/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..]
- arg [CMakeFiles/cmTC_96f4f.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
- arg [-lstdc++] ==> lib [stdc++]
- arg [-lm] ==> lib [m]
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [-lgcc] ==> lib [gcc]
- arg [-lc] ==> lib [c]
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [-lgcc] ==> lib [gcc]
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o] ==> ignore
- remove lib [gcc_s]
- remove lib [gcc]
- remove lib [gcc_s]
- remove lib [gcc]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6] ==> [/usr/lib/gcc/x86_64-linux-gnu/6]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib] ==> [/usr/lib]
- collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
- collapse library dir [/lib/../lib] ==> [/lib]
- collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
- collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
- collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/6/../../..] ==> [/usr/lib]
- implicit libs: [stdc++;m;c]
- implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/6;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
- implicit fwks: []
- Detecting CXX [-std=c++14] compiler features compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_df9cb/fast"
- /usr/bin/make -f CMakeFiles/cmTC_df9cb.dir/build.make CMakeFiles/cmTC_df9cb.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_df9cb.dir/feature_tests.cxx.o
- /usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_df9cb.dir/feature_tests.cxx.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.cxx
- Linking CXX executable cmTC_df9cb
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df9cb.dir/link.txt --verbose=1
- /usr/bin/c++ CMakeFiles/cmTC_df9cb.dir/feature_tests.cxx.o -o cmTC_df9cb -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
- Feature record: CXX_FEATURE:1cxx_alias_templates
- Feature record: CXX_FEATURE:1cxx_alignas
- Feature record: CXX_FEATURE:1cxx_alignof
- Feature record: CXX_FEATURE:1cxx_attributes
- Feature record: CXX_FEATURE:1cxx_attribute_deprecated
- Feature record: CXX_FEATURE:1cxx_auto_type
- Feature record: CXX_FEATURE:1cxx_binary_literals
- Feature record: CXX_FEATURE:1cxx_constexpr
- Feature record: CXX_FEATURE:1cxx_contextual_conversions
- Feature record: CXX_FEATURE:1cxx_decltype
- Feature record: CXX_FEATURE:1cxx_decltype_auto
- Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
- Feature record: CXX_FEATURE:1cxx_default_function_template_args
- Feature record: CXX_FEATURE:1cxx_defaulted_functions
- Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
- Feature record: CXX_FEATURE:1cxx_delegating_constructors
- Feature record: CXX_FEATURE:1cxx_deleted_functions
- Feature record: CXX_FEATURE:1cxx_digit_separators
- Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
- Feature record: CXX_FEATURE:1cxx_explicit_conversions
- Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
- Feature record: CXX_FEATURE:1cxx_extern_templates
- Feature record: CXX_FEATURE:1cxx_final
- Feature record: CXX_FEATURE:1cxx_func_identifier
- Feature record: CXX_FEATURE:1cxx_generalized_initializers
- Feature record: CXX_FEATURE:1cxx_generic_lambdas
- Feature record: CXX_FEATURE:1cxx_inheriting_constructors
- Feature record: CXX_FEATURE:1cxx_inline_namespaces
- Feature record: CXX_FEATURE:1cxx_lambdas
- Feature record: CXX_FEATURE:1cxx_lambda_init_captures
- Feature record: CXX_FEATURE:1cxx_local_type_template_args
- Feature record: CXX_FEATURE:1cxx_long_long_type
- Feature record: CXX_FEATURE:1cxx_noexcept
- Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
- Feature record: CXX_FEATURE:1cxx_nullptr
- Feature record: CXX_FEATURE:1cxx_override
- Feature record: CXX_FEATURE:1cxx_range_for
- Feature record: CXX_FEATURE:1cxx_raw_string_literals
- Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
- Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
- Feature record: CXX_FEATURE:1cxx_return_type_deduction
- Feature record: CXX_FEATURE:1cxx_right_angle_brackets
- Feature record: CXX_FEATURE:1cxx_rvalue_references
- Feature record: CXX_FEATURE:1cxx_sizeof_member
- Feature record: CXX_FEATURE:1cxx_static_assert
- Feature record: CXX_FEATURE:1cxx_strong_enums
- Feature record: CXX_FEATURE:1cxx_template_template_parameters
- Feature record: CXX_FEATURE:1cxx_thread_local
- Feature record: CXX_FEATURE:1cxx_trailing_return_types
- Feature record: CXX_FEATURE:1cxx_unicode_literals
- Feature record: CXX_FEATURE:1cxx_uniform_initialization
- Feature record: CXX_FEATURE:1cxx_unrestricted_unions
- Feature record: CXX_FEATURE:1cxx_user_literals
- Feature record: CXX_FEATURE:1cxx_variable_templates
- Feature record: CXX_FEATURE:1cxx_variadic_macros
- Feature record: CXX_FEATURE:1cxx_variadic_templates
- Detecting CXX [-std=c++11] compiler features compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_1b41e/fast"
- /usr/bin/make -f CMakeFiles/cmTC_1b41e.dir/build.make CMakeFiles/cmTC_1b41e.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_1b41e.dir/feature_tests.cxx.o
- /usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_1b41e.dir/feature_tests.cxx.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.cxx
- Linking CXX executable cmTC_1b41e
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b41e.dir/link.txt --verbose=1
- /usr/bin/c++ CMakeFiles/cmTC_1b41e.dir/feature_tests.cxx.o -o cmTC_1b41e -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
- Feature record: CXX_FEATURE:1cxx_alias_templates
- Feature record: CXX_FEATURE:1cxx_alignas
- Feature record: CXX_FEATURE:1cxx_alignof
- Feature record: CXX_FEATURE:1cxx_attributes
- Feature record: CXX_FEATURE:0cxx_attribute_deprecated
- Feature record: CXX_FEATURE:1cxx_auto_type
- Feature record: CXX_FEATURE:0cxx_binary_literals
- Feature record: CXX_FEATURE:1cxx_constexpr
- Feature record: CXX_FEATURE:0cxx_contextual_conversions
- Feature record: CXX_FEATURE:1cxx_decltype
- Feature record: CXX_FEATURE:0cxx_decltype_auto
- Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
- Feature record: CXX_FEATURE:1cxx_default_function_template_args
- Feature record: CXX_FEATURE:1cxx_defaulted_functions
- Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
- Feature record: CXX_FEATURE:1cxx_delegating_constructors
- Feature record: CXX_FEATURE:1cxx_deleted_functions
- Feature record: CXX_FEATURE:0cxx_digit_separators
- Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
- Feature record: CXX_FEATURE:1cxx_explicit_conversions
- Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
- Feature record: CXX_FEATURE:1cxx_extern_templates
- Feature record: CXX_FEATURE:1cxx_final
- Feature record: CXX_FEATURE:1cxx_func_identifier
- Feature record: CXX_FEATURE:1cxx_generalized_initializers
- Feature record: CXX_FEATURE:0cxx_generic_lambdas
- Feature record: CXX_FEATURE:1cxx_inheriting_constructors
- Feature record: CXX_FEATURE:1cxx_inline_namespaces
- Feature record: CXX_FEATURE:1cxx_lambdas
- Feature record: CXX_FEATURE:0cxx_lambda_init_captures
- Feature record: CXX_FEATURE:1cxx_local_type_template_args
- Feature record: CXX_FEATURE:1cxx_long_long_type
- Feature record: CXX_FEATURE:1cxx_noexcept
- Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
- Feature record: CXX_FEATURE:1cxx_nullptr
- Feature record: CXX_FEATURE:1cxx_override
- Feature record: CXX_FEATURE:1cxx_range_for
- Feature record: CXX_FEATURE:1cxx_raw_string_literals
- Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
- Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
- Feature record: CXX_FEATURE:0cxx_return_type_deduction
- Feature record: CXX_FEATURE:1cxx_right_angle_brackets
- Feature record: CXX_FEATURE:1cxx_rvalue_references
- Feature record: CXX_FEATURE:1cxx_sizeof_member
- Feature record: CXX_FEATURE:1cxx_static_assert
- Feature record: CXX_FEATURE:1cxx_strong_enums
- Feature record: CXX_FEATURE:1cxx_template_template_parameters
- Feature record: CXX_FEATURE:1cxx_thread_local
- Feature record: CXX_FEATURE:1cxx_trailing_return_types
- Feature record: CXX_FEATURE:1cxx_unicode_literals
- Feature record: CXX_FEATURE:1cxx_uniform_initialization
- Feature record: CXX_FEATURE:1cxx_unrestricted_unions
- Feature record: CXX_FEATURE:1cxx_user_literals
- Feature record: CXX_FEATURE:0cxx_variable_templates
- Feature record: CXX_FEATURE:1cxx_variadic_macros
- Feature record: CXX_FEATURE:1cxx_variadic_templates
- Detecting CXX [-std=c++98] compiler features compiled with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_39c5a/fast"
- /usr/bin/make -f CMakeFiles/cmTC_39c5a.dir/build.make CMakeFiles/cmTC_39c5a.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_39c5a.dir/feature_tests.cxx.o
- /usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_39c5a.dir/feature_tests.cxx.o -c /home/danil/gzdoom/CMakeFiles/feature_tests.cxx
- Linking CXX executable cmTC_39c5a
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39c5a.dir/link.txt --verbose=1
- /usr/bin/c++ CMakeFiles/cmTC_39c5a.dir/feature_tests.cxx.o -o cmTC_39c5a -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
- Feature record: CXX_FEATURE:0cxx_alias_templates
- Feature record: CXX_FEATURE:0cxx_alignas
- Feature record: CXX_FEATURE:0cxx_alignof
- Feature record: CXX_FEATURE:0cxx_attributes
- Feature record: CXX_FEATURE:0cxx_attribute_deprecated
- Feature record: CXX_FEATURE:0cxx_auto_type
- Feature record: CXX_FEATURE:0cxx_binary_literals
- Feature record: CXX_FEATURE:0cxx_constexpr
- Feature record: CXX_FEATURE:0cxx_contextual_conversions
- Feature record: CXX_FEATURE:0cxx_decltype
- Feature record: CXX_FEATURE:0cxx_decltype_auto
- Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
- Feature record: CXX_FEATURE:0cxx_default_function_template_args
- Feature record: CXX_FEATURE:0cxx_defaulted_functions
- Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
- Feature record: CXX_FEATURE:0cxx_delegating_constructors
- Feature record: CXX_FEATURE:0cxx_deleted_functions
- Feature record: CXX_FEATURE:0cxx_digit_separators
- Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
- Feature record: CXX_FEATURE:0cxx_explicit_conversions
- Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
- Feature record: CXX_FEATURE:0cxx_extern_templates
- Feature record: CXX_FEATURE:0cxx_final
- Feature record: CXX_FEATURE:0cxx_func_identifier
- Feature record: CXX_FEATURE:0cxx_generalized_initializers
- Feature record: CXX_FEATURE:0cxx_generic_lambdas
- Feature record: CXX_FEATURE:0cxx_inheriting_constructors
- Feature record: CXX_FEATURE:0cxx_inline_namespaces
- Feature record: CXX_FEATURE:0cxx_lambdas
- Feature record: CXX_FEATURE:0cxx_lambda_init_captures
- Feature record: CXX_FEATURE:0cxx_local_type_template_args
- Feature record: CXX_FEATURE:0cxx_long_long_type
- Feature record: CXX_FEATURE:0cxx_noexcept
- Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
- Feature record: CXX_FEATURE:0cxx_nullptr
- Feature record: CXX_FEATURE:0cxx_override
- Feature record: CXX_FEATURE:0cxx_range_for
- Feature record: CXX_FEATURE:0cxx_raw_string_literals
- Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
- Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
- Feature record: CXX_FEATURE:0cxx_return_type_deduction
- Feature record: CXX_FEATURE:0cxx_right_angle_brackets
- Feature record: CXX_FEATURE:0cxx_rvalue_references
- Feature record: CXX_FEATURE:0cxx_sizeof_member
- Feature record: CXX_FEATURE:0cxx_static_assert
- Feature record: CXX_FEATURE:0cxx_strong_enums
- Feature record: CXX_FEATURE:1cxx_template_template_parameters
- Feature record: CXX_FEATURE:0cxx_thread_local
- Feature record: CXX_FEATURE:0cxx_trailing_return_types
- Feature record: CXX_FEATURE:0cxx_unicode_literals
- Feature record: CXX_FEATURE:0cxx_uniform_initialization
- Feature record: CXX_FEATURE:0cxx_unrestricted_unions
- Feature record: CXX_FEATURE:0cxx_user_literals
- Feature record: CXX_FEATURE:0cxx_variable_templates
- Feature record: CXX_FEATURE:0cxx_variadic_macros
- Feature record: CXX_FEATURE:0cxx_variadic_templates
- Determining if the BZ2_bzCompressInit exist passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_1be08/fast"
- /usr/bin/make -f CMakeFiles/cmTC_1be08.dir/build.make CMakeFiles/cmTC_1be08.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_1be08.dir/CheckSymbolExists.c.o
- /usr/bin/cc -o CMakeFiles/cmTC_1be08.dir/CheckSymbolExists.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
- Linking C executable cmTC_1be08
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1be08.dir/link.txt --verbose=1
- /usr/bin/cc CMakeFiles/cmTC_1be08.dir/CheckSymbolExists.c.o -o cmTC_1be08 -rdynamic /usr/lib/x86_64-linux-gnu/libbz2.so
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- File /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <bzlib.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef BZ2_bzCompressInit
- return ((int*)(&BZ2_bzCompressInit))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
- Determining if the function strdup exists passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_37b91/fast"
- /usr/bin/make -f CMakeFiles/cmTC_37b91.dir/build.make CMakeFiles/cmTC_37b91.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_37b91.dir/CheckFunctionExists.c.o
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTC_37b91.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- <command-line>:0:23: warning: conflicting types for built-in function ‘strdup’
- /usr/share/cmake-3.7/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
- CHECK_FUNCTION_EXISTS();
- ^~~~~~~~~~~~~~~~~~~~~
- Linking C executable cmTC_37b91
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37b91.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strdup CMakeFiles/cmTC_37b91.dir/CheckFunctionExists.c.o -o cmTC_37b91 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining if the function strndup exists passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_3de98/fast"
- /usr/bin/make -f CMakeFiles/cmTC_3de98.dir/build.make CMakeFiles/cmTC_3de98.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_3de98.dir/CheckFunctionExists.c.o
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strndup -o CMakeFiles/cmTC_3de98.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- <command-line>:0:23: warning: conflicting types for built-in function ‘strndup’
- /usr/share/cmake-3.7/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
- CHECK_FUNCTION_EXISTS();
- ^~~~~~~~~~~~~~~~~~~~~
- Linking C executable cmTC_3de98
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3de98.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strndup CMakeFiles/cmTC_3de98.dir/CheckFunctionExists.c.o -o cmTC_3de98 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining if the include file sys/types.h exists passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_a2b24/fast"
- /usr/bin/make -f CMakeFiles/cmTC_a2b24.dir/build.make CMakeFiles/cmTC_a2b24.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_a2b24.dir/CheckIncludeFile.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_a2b24.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- Linking C executable cmTC_a2b24
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2b24.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_a2b24.dir/CheckIncludeFile.c.o -o cmTC_a2b24 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining if the include file stdint.h exists passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_8e8f5/fast"
- /usr/bin/make -f CMakeFiles/cmTC_8e8f5.dir/build.make CMakeFiles/cmTC_8e8f5.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_8e8f5.dir/CheckIncludeFile.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_8e8f5.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- Linking C executable cmTC_8e8f5
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e8f5.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_8e8f5.dir/CheckIncludeFile.c.o -o cmTC_8e8f5 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining if the include file stddef.h exists passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_22839/fast"
- /usr/bin/make -f CMakeFiles/cmTC_22839.dir/build.make CMakeFiles/cmTC_22839.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_22839.dir/CheckIncludeFile.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_22839.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- Linking C executable cmTC_22839
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22839.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_22839.dir/CheckIncludeFile.c.o -o cmTC_22839 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of 0l passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_360dd/fast"
- /usr/bin/make -f CMakeFiles/cmTC_360dd.dir/build.make CMakeFiles/cmTC_360dd.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_360dd.dir/SIZEOF_0L.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_360dd.dir/SIZEOF_0L.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0L.c
- Linking C executable cmTC_360dd
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_360dd.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_360dd.dir/SIZEOF_0L.c.o -o cmTC_360dd -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of 0ll passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_756a9/fast"
- /usr/bin/make -f CMakeFiles/cmTC_756a9.dir/build.make CMakeFiles/cmTC_756a9.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_756a9.dir/SIZEOF_0LL.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_756a9.dir/SIZEOF_0LL.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0LL.c
- Linking C executable cmTC_756a9
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_756a9.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_756a9.dir/SIZEOF_0LL.c.o -o cmTC_756a9 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of char passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_f1549/fast"
- /usr/bin/make -f CMakeFiles/cmTC_f1549.dir/build.make CMakeFiles/cmTC_f1549.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_f1549.dir/SIZEOF_CHAR.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_f1549.dir/SIZEOF_CHAR.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_CHAR.c
- Linking C executable cmTC_f1549
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1549.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_f1549.dir/SIZEOF_CHAR.c.o -o cmTC_f1549 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of short passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_4cbf5/fast"
- /usr/bin/make -f CMakeFiles/cmTC_4cbf5.dir/build.make CMakeFiles/cmTC_4cbf5.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_4cbf5.dir/SIZEOF_SHORT.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_4cbf5.dir/SIZEOF_SHORT.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c
- Linking C executable cmTC_4cbf5
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cbf5.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_4cbf5.dir/SIZEOF_SHORT.c.o -o cmTC_4cbf5 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of int passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_e9493/fast"
- /usr/bin/make -f CMakeFiles/cmTC_e9493.dir/build.make CMakeFiles/cmTC_e9493.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e9493.dir/SIZEOF_INT.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_e9493.dir/SIZEOF_INT.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
- Linking C executable cmTC_e9493
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9493.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_e9493.dir/SIZEOF_INT.c.o -o cmTC_e9493 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of long passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_95cc3/fast"
- /usr/bin/make -f CMakeFiles/cmTC_95cc3.dir/build.make CMakeFiles/cmTC_95cc3.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_95cc3.dir/SIZEOF_LONG.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_95cc3.dir/SIZEOF_LONG.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
- Linking C executable cmTC_95cc3
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95cc3.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_95cc3.dir/SIZEOF_LONG.c.o -o cmTC_95cc3 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of long long passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_bca5e/fast"
- /usr/bin/make -f CMakeFiles/cmTC_bca5e.dir/build.make CMakeFiles/cmTC_bca5e.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_bca5e.dir/SIZEOF_LONG_LONG.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_bca5e.dir/SIZEOF_LONG_LONG.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c
- Linking C executable cmTC_bca5e
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bca5e.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_bca5e.dir/SIZEOF_LONG_LONG.c.o -o cmTC_bca5e -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining size of void * passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_b6f48/fast"
- /usr/bin/make -f CMakeFiles/cmTC_b6f48.dir/build.make CMakeFiles/cmTC_b6f48.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_b6f48.dir/SIZEOF_VOID_P.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_b6f48.dir/SIZEOF_VOID_P.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_VOID_P.c
- Linking C executable cmTC_b6f48
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6f48.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_b6f48.dir/SIZEOF_VOID_P.c.o -o cmTC_b6f48 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Performing C++ SOURCE FILE Test DUMB_CAN_USE_SSE succeeded with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_373a2/fast"
- /usr/bin/make -f CMakeFiles/cmTC_373a2.dir/build.make CMakeFiles/cmTC_373a2.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_373a2.dir/src.cxx.o
- /usr/bin/c++ -ffp-contract=off -DDUMB_CAN_USE_SSE -msse -o CMakeFiles/cmTC_373a2.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
- Linking CXX executable cmTC_373a2
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_373a2.dir/link.txt --verbose=1
- /usr/bin/c++ -ffp-contract=off -DDUMB_CAN_USE_SSE CMakeFiles/cmTC_373a2.dir/src.cxx.o -o cmTC_373a2 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Source file was:
- int main() { return 0; }
- Determining if the include file pthread.h exists passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_ef4a5/fast"
- /usr/bin/make -f CMakeFiles/cmTC_ef4a5.dir/build.make CMakeFiles/cmTC_ef4a5.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_ef4a5.dir/CheckIncludeFile.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_ef4a5.dir/CheckIncludeFile.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckIncludeFile.c
- Linking C executable cmTC_ef4a5
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef4a5.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_ef4a5.dir/CheckIncludeFile.c.o -o cmTC_ef4a5 -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Determining if the function pthread_create exists in the pthread passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_54ed9/fast"
- /usr/bin/make -f CMakeFiles/cmTC_54ed9.dir/build.make CMakeFiles/cmTC_54ed9.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_54ed9.dir/CheckFunctionExists.c.o
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_54ed9.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_54ed9
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54ed9.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_54ed9.dir/CheckFunctionExists.c.o -o cmTC_54ed9 -rdynamic -lpthread
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Performing C++ SOURCE FILE Test CAN_DO_CPP14 succeeded with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_cbcaa/fast"
- /usr/bin/make -f CMakeFiles/cmTC_cbcaa.dir/build.make CMakeFiles/cmTC_cbcaa.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_cbcaa.dir/src.cxx.o
- /usr/bin/c++ -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCAN_DO_CPP14 -std=gnu++14 -o CMakeFiles/cmTC_cbcaa.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
- Linking CXX executable cmTC_cbcaa
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbcaa.dir/link.txt --verbose=1
- /usr/bin/c++ -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCAN_DO_CPP14 CMakeFiles/cmTC_cbcaa.dir/src.cxx.o -o cmTC_cbcaa -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Source file was:
- int main() { return 0; }
- Determining if the function clock_gettime exists in the rt passed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_adb3f/fast"
- /usr/bin/make -f CMakeFiles/cmTC_adb3f.dir/build.make CMakeFiles/cmTC_adb3f.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_adb3f.dir/CheckFunctionExists.c.o
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_adb3f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_adb3f
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adb3f.dir/link.txt --verbose=1
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_adb3f.dir/CheckFunctionExists.c.o -o cmTC_adb3f -rdynamic -lrt
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Performing C SOURCE FILE Test OpenMP_FLAG_DETECTED succeeded with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_bf70b/fast"
- /usr/bin/make -f CMakeFiles/cmTC_bf70b.dir/build.make CMakeFiles/cmTC_bf70b.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_bf70b.dir/src.c.o
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp -o CMakeFiles/cmTC_bf70b.dir/src.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.c
- Linking C executable cmTC_bf70b
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf70b.dir/link.txt --verbose=1
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp CMakeFiles/cmTC_bf70b.dir/src.c.o -o cmTC_bf70b -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Source file was:
- #include <omp.h>
- int main() {
- #ifdef _OPENMP
- return 0;
- #else
- breaks_on_purpose
- #endif
- }
- Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED succeeded with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_5f3aa/fast"
- /usr/bin/make -f CMakeFiles/cmTC_5f3aa.dir/build.make CMakeFiles/cmTC_5f3aa.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_5f3aa.dir/src.cxx.o
- /usr/bin/c++ -std=gnu++14 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp -o CMakeFiles/cmTC_5f3aa.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
- Linking CXX executable cmTC_5f3aa
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f3aa.dir/link.txt --verbose=1
- /usr/bin/c++ -std=gnu++14 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DOpenMP_FLAG_DETECTED -fopenmp CMakeFiles/cmTC_5f3aa.dir/src.cxx.o -o cmTC_5f3aa -rdynamic
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Source file was:
- #include <omp.h>
- int main() {
- #ifdef _OPENMP
- return 0;
- #else
- breaks_on_purpose
- #endif
- }
- CMakeError.log:
- Determining size of 0i8 failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_46ce0/fast"
- /usr/bin/make -f CMakeFiles/cmTC_46ce0.dir/build.make CMakeFiles/cmTC_46ce0.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
- #define SIZE (sizeof(0i8))
- ^
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:19:12: note: in expansion of macro ‘SIZE’
- ('0' + ((SIZE / 10000)%10)),
- ^~~~
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
- #define SIZE (sizeof(0i8))
- ^
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:20:12: note: in expansion of macro ‘SIZE’
- ('0' + ((SIZE / 1000)%10)),
- ^~~~
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
- #define SIZE (sizeof(0i8))
- ^
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:21:12: note: in expansion of macro ‘SIZE’
- ('0' + ((SIZE / 100)%10)),
- ^~~~
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
- #define SIZE (sizeof(0i8))
- ^
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:22:12: note: in expansion of macro ‘SIZE’
- ('0' + ((SIZE / 10)%10)),
- ^~~~
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:17:22: error: invalid suffix "i8" on integer constant
- #define SIZE (sizeof(0i8))
- ^
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:23:12: note: in expansion of macro ‘SIZE’
- ('0' + (SIZE % 10)),
- ^~~~
- CMakeFiles/cmTC_46ce0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o' failed
- make[1]: *** [CMakeFiles/cmTC_46ce0.dir/SIZEOF_0I8.c.o] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_46ce0/fast' failed
- make: *** [cmTC_46ce0/fast] Error 2
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF_0I8.c:
- #include <sys/types.h>
- #include <stdint.h>
- #include <stddef.h>
- #undef KEY
- #if defined(__i386)
- # define KEY '_','_','i','3','8','6'
- #elif defined(__x86_64)
- # define KEY '_','_','x','8','6','_','6','4'
- #elif defined(__ppc__)
- # define KEY '_','_','p','p','c','_','_'
- #elif defined(__ppc64__)
- # define KEY '_','_','p','p','c','6','4','_','_'
- #endif
- #define SIZE (sizeof(0i8))
- char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
- ('0' + ((SIZE / 10000)%10)),
- ('0' + ((SIZE / 1000)%10)),
- ('0' + ((SIZE / 100)%10)),
- ('0' + ((SIZE / 10)%10)),
- ('0' + (SIZE % 10)),
- ']',
- #ifdef KEY
- ' ','k','e','y','[', KEY, ']',
- #endif
- '\0'};
- #ifdef __CLASSIC_C__
- int main(argc, argv) int argc; char *argv[];
- #else
- int main(int argc, char *argv[])
- #endif
- {
- int require = 0;
- require += info_size[argc];
- (void)argv;
- return require;
- }
- Determining size of __int64 failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_e1f52/fast"
- /usr/bin/make -f CMakeFiles/cmTC_e1f52.dir/build.make CMakeFiles/cmTC_e1f52.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o -c /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c:17:22: error: ‘__int64’ undeclared here (not in a function)
- #define SIZE (sizeof(__int64))
- ^
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c:19:12: note: in expansion of macro ‘SIZE’
- ('0' + ((SIZE / 10000)%10)),
- ^~~~
- CMakeFiles/cmTC_e1f52.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o' failed
- make[1]: *** [CMakeFiles/cmTC_e1f52.dir/SIZEOF___INT_64.c.o] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_e1f52/fast' failed
- make: *** [cmTC_e1f52/fast] Error 2
- /home/danil/gzdoom/CMakeFiles/CheckTypeSize/SIZEOF___INT_64.c:
- #include <sys/types.h>
- #include <stdint.h>
- #include <stddef.h>
- #undef KEY
- #if defined(__i386)
- # define KEY '_','_','i','3','8','6'
- #elif defined(__x86_64)
- # define KEY '_','_','x','8','6','_','6','4'
- #elif defined(__ppc__)
- # define KEY '_','_','p','p','c','_','_'
- #elif defined(__ppc64__)
- # define KEY '_','_','p','p','c','6','4','_','_'
- #endif
- #define SIZE (sizeof(__int64))
- char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
- ('0' + ((SIZE / 10000)%10)),
- ('0' + ((SIZE / 1000)%10)),
- ('0' + ((SIZE / 100)%10)),
- ('0' + ((SIZE / 10)%10)),
- ('0' + (SIZE % 10)),
- ']',
- #ifdef KEY
- ' ','k','e','y','[', KEY, ']',
- #endif
- '\0'};
- #ifdef __CLASSIC_C__
- int main(argc, argv) int argc; char *argv[];
- #else
- int main(int argc, char *argv[])
- #endif
- {
- int require = 0;
- require += info_size[argc];
- (void)argv;
- return require;
- }
- Determining if the function itoa exists failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_efd61/fast"
- /usr/bin/make -f CMakeFiles/cmTC_efd61.dir/build.make CMakeFiles/cmTC_efd61.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o
- /usr/bin/cc -ffp-contract=off -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -ffast-math -ffp-contract=fast -DCHECK_FUNCTION_EXISTS=itoa -o CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_efd61
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efd61.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -ffast-math -ffp-contract=fast -DCHECK_FUNCTION_EXISTS=itoa CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o -o cmTC_efd61 -rdynamic
- CMakeFiles/cmTC_efd61.dir/CheckFunctionExists.c.o: In function `main':
- CheckFunctionExists.c:(.text+0x15): undefined reference to `itoa'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_efd61.dir/build.make:97: recipe for target 'cmTC_efd61' failed
- make[1]: *** [cmTC_efd61] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_efd61/fast' failed
- make: *** [cmTC_efd61/fast] Error 2
- Determining if the pthread_create exist failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_ba79b/fast"
- /usr/bin/make -f CMakeFiles/cmTC_ba79b.dir/build.make CMakeFiles/cmTC_ba79b.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o
- /usr/bin/cc -ffp-contract=off -o CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
- Linking C executable cmTC_ba79b
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba79b.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o -o cmTC_ba79b -rdynamic
- CMakeFiles/cmTC_ba79b.dir/CheckSymbolExists.c.o: In function `main':
- CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_ba79b.dir/build.make:97: recipe for target 'cmTC_ba79b' failed
- make[1]: *** [cmTC_ba79b] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_ba79b/fast' failed
- make: *** [cmTC_ba79b/fast] Error 2
- File /home/danil/gzdoom/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <pthread.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef pthread_create
- return ((int*)(&pthread_create))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
- Determining if the function pthread_create exists in the pthreads failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_e36ec/fast"
- /usr/bin/make -f CMakeFiles/cmTC_e36ec.dir/build.make CMakeFiles/cmTC_e36ec.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e36ec.dir/CheckFunctionExists.c.o
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e36ec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_e36ec
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e36ec.dir/link.txt --verbose=1
- /usr/bin/cc -ffp-contract=off -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_e36ec.dir/CheckFunctionExists.c.o -o cmTC_e36ec -rdynamic -lpthreads
- /usr/bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_e36ec.dir/build.make:97: recipe for target 'cmTC_e36ec' failed
- make[1]: *** [cmTC_e36ec] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_e36ec/fast' failed
- make: *** [cmTC_e36ec/fast] Error 2
- Performing C++ SOURCE FILE Test HAVE_PARALLEL_FOR failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_076ee/fast"
- /usr/bin/make -f CMakeFiles/cmTC_076ee.dir/build.make CMakeFiles/cmTC_076ee.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_076ee.dir/src.cxx.o
- /usr/bin/c++ -ffp-contract=off -DHAVE_PARALLEL_FOR -o CMakeFiles/cmTC_076ee.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
- /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx:1:17: fatal error: ppl.h: No such file or directory
- #include <ppl.h>
- ^
- compilation terminated.
- CMakeFiles/cmTC_076ee.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_076ee.dir/src.cxx.o' failed
- make[1]: *** [CMakeFiles/cmTC_076ee.dir/src.cxx.o] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_076ee/fast' failed
- make: *** [cmTC_076ee/fast] Error 2
- Source file was:
- #include <ppl.h>
- int main() { concurrency::parallel_for(0, 1, 1, [](int) { } ); }
- Performing C++ SOURCE FILE Test HAVE_DISPATCH_APPLY failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_d8964/fast"
- /usr/bin/make -f CMakeFiles/cmTC_d8964.dir/build.make CMakeFiles/cmTC_d8964.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_d8964.dir/src.cxx.o
- /usr/bin/c++ -ffp-contract=off -DHAVE_DISPATCH_APPLY -o CMakeFiles/cmTC_d8964.dir/src.cxx.o -c /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx
- /home/danil/gzdoom/CMakeFiles/CMakeTmp/src.cxx:1:31: fatal error: dispatch/dispatch.h: No such file or directory
- #include <dispatch/dispatch.h>
- ^
- compilation terminated.
- CMakeFiles/cmTC_d8964.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d8964.dir/src.cxx.o' failed
- make[1]: *** [CMakeFiles/cmTC_d8964.dir/src.cxx.o] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_d8964/fast' failed
- make: *** [cmTC_d8964/fast] Error 2
- Source file was:
- #include <dispatch/dispatch.h>
- int main() { dispatch_apply(1, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^(size_t) { }); }
- Determining if the function filelength exists failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_28eb2/fast"
- /usr/bin/make -f CMakeFiles/cmTC_28eb2.dir/build.make CMakeFiles/cmTC_28eb2.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=filelength -o CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_28eb2
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28eb2.dir/link.txt --verbose=1
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=filelength CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o -o cmTC_28eb2 -rdynamic
- CMakeFiles/cmTC_28eb2.dir/CheckFunctionExists.c.o: In function `main':
- CheckFunctionExists.c:(.text+0x15): undefined reference to `filelength'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_28eb2.dir/build.make:97: recipe for target 'cmTC_28eb2' failed
- make[1]: *** [cmTC_28eb2] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_28eb2/fast' failed
- make: *** [cmTC_28eb2/fast] Error 2
- Determining if the function strupr exists failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_7f3e7/fast"
- /usr/bin/make -f CMakeFiles/cmTC_7f3e7.dir/build.make CMakeFiles/cmTC_7f3e7.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_7f3e7
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f3e7.dir/link.txt --verbose=1
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strupr CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o -o cmTC_7f3e7 -rdynamic
- CMakeFiles/cmTC_7f3e7.dir/CheckFunctionExists.c.o: In function `main':
- CheckFunctionExists.c:(.text+0x15): undefined reference to `strupr'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_7f3e7.dir/build.make:97: recipe for target 'cmTC_7f3e7' failed
- make[1]: *** [cmTC_7f3e7] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_7f3e7/fast' failed
- make: *** [cmTC_7f3e7/fast] Error 2
- Determining if the function stricmp exists failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_57938/fast"
- /usr/bin/make -f CMakeFiles/cmTC_57938.dir/build.make CMakeFiles/cmTC_57938.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_57938
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57938.dir/link.txt --verbose=1
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=stricmp CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o -o cmTC_57938 -rdynamic
- CMakeFiles/cmTC_57938.dir/CheckFunctionExists.c.o: In function `main':
- CheckFunctionExists.c:(.text+0x15): undefined reference to `stricmp'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_57938.dir/build.make:97: recipe for target 'cmTC_57938' failed
- make[1]: *** [cmTC_57938] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_57938/fast' failed
- make: *** [cmTC_57938/fast] Error 2
- Determining if the function strnicmp exists failed with the following output:
- Change Dir: /home/danil/gzdoom/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTC_e3b22/fast"
- /usr/bin/make -f CMakeFiles/cmTC_e3b22.dir/build.make CMakeFiles/cmTC_e3b22.dir/build
- make[1]: Entering directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strnicmp -o CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
- Linking C executable cmTC_e3b22
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3b22.dir/link.txt --verbose=1
- /usr/bin/cc -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-missing-field-initializers -ffp-contract=off -Wno-unused-result -ffp-contract=off -DCHECK_FUNCTION_EXISTS=strnicmp CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o -o cmTC_e3b22 -rdynamic
- CMakeFiles/cmTC_e3b22.dir/CheckFunctionExists.c.o: In function `main':
- CheckFunctionExists.c:(.text+0x15): undefined reference to `strnicmp'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTC_e3b22.dir/build.make:97: recipe for target 'cmTC_e3b22' failed
- make[1]: *** [cmTC_e3b22] Error 1
- make[1]: Leaving directory '/home/danil/gzdoom/CMakeFiles/CMakeTmp'
- Makefile:126: recipe for target 'cmTC_e3b22/fast' failed
- make: *** [cmTC_e3b22/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement