Bonjour,

Je travaille sous qt et je dois installer par cmake la bibliotheque vlc.
Je passe par la GUI pour utiliser cmake. J'ai visual C++ et mingw d'installer.
Quand je lance la configuration ce méssage d'erreur apparait:
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
The C compiler identification is GNU 4.7.2
The CXX compiler identification is GNU 4.7.2
CMake Error: your RC compiler: "rc" was not found.   Please set CMAKE_RC_COMPILER to a valid compiler path or name.
Check for working C compiler: C:/MinGW/bin/gcc.exe
CMake Error: your RC compiler: "rc" was not found.   Please set CMAKE_RC_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
  The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test
  program.
 
  It fails with the following output:
 
 
  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:19 (PROJECT)
 
 
Configuring incomplete, errors occurred!
Je pense qu'il doit avoir des problèmes de compatibilité entre mingw avec lequel j'ai compilé qt et visual C++.
Comment puis-je résoudre ce problème?

D'avance merci.