Bonjour,
J´ai Windows XP Pro et DevCpp, quand je veut compiler j´obtient le log suivant :
Compilateur: Default compiler
Building Makefile: " D:\projekte\tests\test\Makefile.win"
Exécution de make...
make.exe -f " D:\projekte\tests\test\Makefile.win" all
g++.exe -c main.cpp -o main.o -I"d:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"d:/Dev-Cpp/include/c++/3.4.2/backward" -I"d:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"d:/Dev-Cpp/include/c++/3.4.2" -I"d:/Dev-Cpp/include"
Das System kann den angegebenen Pfad nicht finden.
( Traduction : Le système n´a pas pu trouver le chemin indiqué)
make.exe: *** [main.o] Error 1
Exécution terminée
Que faire ?