Bonjour à tous.

Je me retrouve face à un problème : je n'arrive pas à compiler metis sur mon ordinateur qui marche sous windows 10.
Je doit réaliser un projet en python pour ce faire j'ai besoin de certains modules de metis.
Quand je lance compilation voilà ce que j'obtiens :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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!
Si toute fois quelqu'un aurais solution à me proposer, j'en serais ravie.
Je vous remercie d'avance.