Bonjour,

Depuis hier j'ai un nouveau PC qui est un Asus Rog GL502VS FY010T.
J'ai tout d'abord voulu installer Code::Blocks, la version MinGW-Setup, et impossible de compiler quoique ce soit. Je précise que j'ai bien rajouter "C:\MinGW\bin" dans la variables d'environnement système PATH.
J'ai donc essayé un autre IDE C/C++ qui est Eclipse, et là pareil, impossible de compiler avec GNU GCC...

Erreur Code::Blocks :

||=== Build: Debug in testsc (compiler: GNU GCC Compiler) ===|
C:\Users\JimARPC\Desktop\Projets CodeBlocks\testsc\main.cpp|1| sorry, unimplemented: 64-bit mode not compiled in|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

Erreur Eclipse :

Cannot run program "sh" (in directory "C:\Users\JimARPC\workspace\Cemptyproject"): CreateProcess error=2, Le fichier spécifié est introuvable Cemptyproject -1 Configure Problem
Program "g++" not found in PATH Cemptyproject Project Properties, C++ Preprocessor Include.../Providers, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "gcc" not found in PATH Cemptyproject Project Properties, C++ Preprocessor Include.../Providers, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "make" not found in PATH Cemptyproject C/C++ Problem
Symbol 'cout' could not be resolved tests.cpp /tests/src line 13 Semantic Error
Symbol 'endl' could not be resolved tests.cpp /tests/src line 13 Semantic Error
Symbol 'std' could not be resolved tests.cpp /tests/src line 10 Semantic Error