Bonjour,

J'ai installé MinGW, eclipse 3 et le CDT C/C++.
J'ai remplacé dans les propriètés du projet:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
commande compilation:
C:\msys\1.0\mingw\bin\mingw32-g++.exe 
 
commande édition:
C:\msys\1.0\mingw\bin\mingw32-g++.exe 
 
Build Command:
C:\msys\1.0\mingw\bin\mingw32-make.exe 
 
et dans les Build Command dans les préférences: 
mingw32-make -f makefile

erreur:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 
**** Incremental build of configuration Débogage for project 3spotgame ****
 
C:\msys\1.0\mingw\bin\mingw32-make.exe all 
'Building file: ../main.cpp'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp
'g++' n'est pas reconnu en tant que commande interne
ou externe, un programme ex‚cutable ou un fichier de commandes.
C:\msys\1.0\mingw\bin\mingw32-make.exe: *** [main.o] Error 1
Build complete for project 3spotgame
Que dois-je faire ?