Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-ui-dev] Problem with Make Targets entries

So, even though, when I double click on the include file with the yellow triangle and it opens up correctly, some other paths might be wrong. Right?


Fedja

On 3/12/07, Leherbauer, Anton <Anton.Leherbauer@xxxxxxxxxxxxx> wrote:

> Another issue that I would see with newer versions of the CDT
> is addition of the little yellow triangle on all of  (actually
> like a subscript before the file name) include files from the
> Outline window. Is there any explanation for this?

This is a new feature which indicates unresolved includes reported
by the parser.
While you may be able to successfully build your project, the
parser/indexer does not get the correct include paths.
Depending on your project type you may have to edit the include
paths by hand. If you haven't had issues with unresolved includes
before, this might also be a side-effect of the conversion
to the new build system.

HTH,
Toni
--
Anton Leherbauer
Wind River CDT Team, Austria


Back to the top