Howdie all,
I've installed Eclipse CDT and MinGW with GCC.
Added the mingw\bin to my path environment variable.
When attempting to create a new C++ project with the HelloWorld wizard, I get a build error:
make: **** [app.o] Error 127
Error launching external scanner info generator (gcc -E -P -v -dD ...
EDIT:
OK the make problem is solved, does anyone know how to fix this other warning about the external scanner?