J’ai installé libgtkmm-3-devel (qui m’a installé une trentaine de fichiers) et j’ai cette erreur :
Performing C++ SOURCE FILE Test HAVE_X87_MATH failed with the following output:
Change Dir: /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_e7c15/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e7c15.dir/build.make CMakeFiles/cmTC_e7c15.dir/build
gmake[1] : on entre dans le répertoire « /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp »
Building CXX object CMakeFiles/cmTC_e7c15.dir/src.cxx.o
/usr/bin/c++ -std=c++11 -march=native -Werror=unused-label -DHAVE_X87_MATH -o CMakeFiles/cmTC_e7c15.dir/src.cxx.o -c /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp/src.cxx
/home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp/src.cxx:3:2: erreur: #error
3 | #error
| ^~~~~
/home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp/src.cxx:7:2: erreur: #error
7 | #error
| ^~~~~
gmake[1]: *** [CMakeFiles/cmTC_e7c15.dir/build.make:85 : CMakeFiles/cmTC_e7c15.dir/src.cxx.o] Erreur 1
gmake[1] : on quitte le répertoire « /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp »
gmake: *** [Makefile:140 : cmTC_e7c15/fast] Erreur 2
Source file was:
#if !defined(__i386) && !defined(_M_IX86)
#error
#endif
#if defined(SSE2)
#error
#endif
int main()
{
}
Performing C++ SOURCE FILE Test HAVE_X86_SSE_MATH failed with the following output:
Change Dir: /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_5ac6f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5ac6f.dir/build.make CMakeFiles/cmTC_5ac6f.dir/build
gmake[1] : on entre dans le répertoire « /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp »
Building CXX object CMakeFiles/cmTC_5ac6f.dir/src.cxx.o
/usr/bin/c++ -std=c++11 -march=native -Werror=unused-label -DHAVE_X86_SSE_MATH -o CMakeFiles/cmTC_5ac6f.dir/src.cxx.o -c /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp/src.cxx
/home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp/src.cxx:3:2: erreur: #error
3 | #error
| ^~~~~
gmake[1]: *** [CMakeFiles/cmTC_5ac6f.dir/build.make:85 : CMakeFiles/cmTC_5ac6f.dir/src.cxx.o] Erreur 1
gmake[1] : on quitte le répertoire « /home/philippe/programs/code-art/build/CMakeFiles/CMakeTmp »
gmake: *** [Makefile:140 : cmTC_5ac6f/fast] Erreur 2