1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
The C compiler identification is GNU
The CXX compiler identification is GNU
Check for working C compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe
Check for working C compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/g++.exe
Check for working CXX compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for execinfo.h
Looking for execinfo.h - not found
Looking for getline
Looking for getline - not found
CMake Error at CMakeLists.txt:8 (ADD_EXECUTABLE):
Cannot find source file "check_thread_storage.c". Tried extensions .c .C
.c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: Internal CMake error, TryCompile generation of cmake failed
checking for thread-local storage - not found
Configuring incomplete, errors occurred! |
Partager