You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created simple C++ helloworld project and I get following warnings:
Invalid project path: Include path not found (/usr/include)
Invalid project path: Include path not found (/usr/local/include)
It seems that eclipse does not look for header files on the host or does not have access to them.
Also, similar problem occurs when trying to use QT Test runner in C/C++ unit testing - adding 'qmake-qt5' as external tool is impossible, since /usr/include/qt5 directory is not found.
Is there a plan to support any of these scenarios?
I have the Include Headers locations added by the flatpak ones, so for an imported existing project it looks like:
... and for newly created project:
After a project was imported/created a "Discover compiler built-in language settings/CDT Scanner Discovery" appeared in Progress View and these additional Include items appeared immediately once it was finished - so I suppose it was the result of its work (but I haven't figured it out yet for sure).
It looks like you haven't installed something required to provide such a discovering.
Could you please try checking if everything is installed for C/C++ Development or try updating to the latest build,
Name Application ID Version Branch Origin Installation
Eclipse SDK org.eclipse.Sdk master eclipse-nightly system
I have installed everything from C/C++ Development Tools and C/C++ Development Tools SDK (using 'Install New Software' wizard and respective repos http://download.eclipse.org/releases/2021-0[6,9]) and I can also see same jobs as you mentioned after I create the project (Discover compiler built-in language settings/CDT Scanner Discovery) in the Progress View.
I'm also attaching my configuration, if that helps. Any idea what's wrong? eclipse_config.txt
I have created simple C++ helloworld project and I get following warnings:
Invalid project path: Include path not found (/usr/include)
Invalid project path: Include path not found (/usr/local/include)
It seems that eclipse does not look for header files on the host or does not have access to them.
Also, similar problem occurs when trying to use QT Test runner in C/C++ unit testing - adding 'qmake-qt5' as external tool is impossible, since /usr/include/qt5 directory is not found.
Is there a plan to support any of these scenarios?
My configuration:
Eclipse SDK
Version: 2021-06 (4.20)
Build id: I20210526-0600
OS: Linux, v.5.6.6-300.fc32.x86_64, x86_64 / gtk 3.24.29, WebKit 2.32.0
Java vendor: Oracle Corporation
Java runtime version: 15.0.2+7-27
Java version: 15.0.2
Eclipse C/C++ Development Tools 10.2.0.202103011047
The text was updated successfully, but these errors were encountered: