문제

my project must be "not CDT project". I'm building it by Makefile from command line, and its build correctly. But whole project in Eclipse in many places have unresolved errors. Not all statements are unresolved. It's looks randomly on first shoot (but its not).

I'm don't know where to add paths (I knows path to unresolved files). Problem is because "not CDT" are unabled to be changed from Project/Properties.

How "not CDT" project can be configured?

도움이 되었습니까?

해결책

Check Project->Properties->C++ General->Path and Symbols and set your include path's there. Rerun the indexer on the project afterwards.

Such a project is called a 'Makefile' project BTW, of course it's still a CDT project!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top