Starting from the upgrade to Eclipse Juno (Eclipse CDT 6), I noticed that when I make makefiles for my projects, errors from previous builds, such as the following, are not cleared of my "Problems" list:
make: *** [Debug] Error 2 make[1]: *** [util.o] Error 1 make[1]: *** [record.o] Error 1
Separate compiler error messages from previous collections are cleared just fine, but there are no final summary error messages that make prints every time it encounters any errors.
How to get Eclipse to clear these errors?
source share