Eclipse findet make und g++ nicht
-
Hallo!
ich habe Eclipse 3.5 für C++ sowie MinGW installiert. MinGW/bin ist in meiner Path-Variable eingetragen und in der Konsole kann ich das Projekt auch anstandslos compilieren.
Mit Eclipse bekomm ich das nicht zum laufen. Wenn ich make clean oder all ausführe, erhalte ich immer
**** Build of configuration Default for project XXXXX ****
(Cannot run program "make": Launching failed)
Woran kann das liegen? Ich hab unter C/C++-Build Environment nochmal händisch die Path-Variable hinzugefügt.
Fehlt noch was?