Howdie all,
I installed Eclipse CDT and MinGW with GCC.
The mingw \ bin environment variable has been added to the path environment variable.
When I try to create a new C ++ project using 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 problem is solved, does anyone know how to fix this other warning about an external scanner?
source share