| Eclipse is unable to find the correct include path [message #967583] |
Thu, 01 November 2012 17:50  |
Sándor Korbel Messages: 1 Registered: November 2012 |
Junior Member |
|
|
Hello, when I make a new empty c++ project I get these warnings:
Quote:
Invalid project path: Include path not found (/usr/include/c++/4.7.1/x86_64-unknown-linux-gnu).
Invalid project path: Include path not found (/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/include-fixed).
Invalid project path: Include path not found (/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/include).
Invalid project path: Include path not found (/usr/include/c++/4.7.1/backward).
Invalid project path: Include path not found (/usr/include/c++/4.7.1).
I'm using GCC 4.7.2. Its include paths are missing from the project so when I include <iostream> Eclipse tells me that it cannot be found but the project builds fine.
Why is CDT unable to detect the version of gcc correctly? Any suggestons how to fix it?
|
|
|
|
Powered by
FUDForum. Page generated in 0.01576 seconds