I am using Eclipse on Ubuntu for C++ development. After updating from Ubuntu 11.04 to Ubuntu 11.10, Eclipse indexer no longer is able to find my C/C++ system headers and ann
Found the problem explanation in Eclipse CDT forum: http://www.eclipse.org/forums/index.php/t/247954/
To solve it locally for a project, open the project "Properties" window, under "C/C++ Build"→"Environment" add a new variable: - Name: LC_ALL - Value: C
This will make the compiler to issue its messages in English.