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

I see what you are saying. About that include search path, I did get couple of problems with the paths but mainly because there was an extra part in the path that was added by the tool. It showed a name of the project before the actual path and for some reason it couldn't find it correctly. I did have to edit those two by my self and make those problems go away, but it looks like that problem is still somewhere in there!


Fedja



On 3/12/07, Leherbauer, Anton <Anton.Leherbauer@xxxxxxxxxxxxx> wrote:
Yes, that's possible. The open include action searches the whole project as a fallback if it cannot find the file on the include search path.
 
Toni


From: Fedja Jeleskovic [mailto:mrawd2@xxxxxxxxx]
Sent: Monday, March 12, 2007 3:31 PM
To: Leherbauer, Anton
Cc: cdt-ui-dev@xxxxxxxxxxx
Subject: 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