Bonjour à tous,
je me lance dans le code C++, je suis ce tuto : http://laurent-barbareau.developpe [...] clipseCDT/
et j'installe Eclipse C++ 64 bits (J'ai un Win 8 x64), Cygwin et WinGW, je configure Eclipse comme dis dans le tuto.
mes path sont bien setté dans windows (je les vois quand je fais un SET sous cmd), au démarrage d'un projet j'ai bien Cygwin GCC et MinGW GCC dans les Toolchains
je built le projet (le Hello World) tout est ok :
23:05:31 Build Finished (took 0ms)
en revanche j'ai ceci au lancement (Run as > local C/C++ application) :
23:05:31 **** Incremental Build of configuration Debug for project test ****
Info: Configuration "Debug" uses tool-chain "MinGW GCC" that is unsupported on this system, attempting to build anyway.
Info: Internal Builder is used for build
"C:\\MinGW\\bin\\g++.exe" -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\test.o" "..\\src\\test.cpp"
Cannot run program "C:\MinGW\bin\g++.exe": Launching failed
est ce que vous sauriez pourquoi ?
Message édité par Sndk le 12-03-2014 à 21:25:06
---------------
Mon topic - Mon Feed-Back