Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Folder Includes in Managed Make Projects
Folder Includes in Managed Make Projects [message #167105] Fri, 31 March 2006 13:53 Go to next message
Eclipse UserFriend
Originally posted by: tleidi.cimsi.cim.ch

Hi,

I'm using CDT 3.0.2 on Win XP and I've got the following problem:

a folder called includes sometimes appears under my managed Build Project.
I'm not able to understand when and Why it appears, but it is not always
there.
Is someone able to explain me ?

Further more when it apperas, in the folder there's an include path to each
of

MyProjectName\DebugDirectories\C

.... paths that I never added, and that are not in my managed build
properties (directories) !

Further more, when those paths are in the include folder I've got warnings
in the problems view telling that those paths are invalid project paths.

What to do ?

Thanks
Tiz
Re: Folder Includes in Managed Make Projects [message #167286 is a reply to message #167105] Tue, 04 April 2006 06:05 Go to previous message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Tiziano,

the "Includes" folder is a virtual folder which shows you which paths CDT
thinks are on your include search path (e.g. compiler builtins). This
information is used by the indexer to figure out where things like <stdio.h>
are to be found. So it is more of a problem if you don't have enough paths
in Includes than when you have too many :-)

> Further more, when those paths are in the include folder I've got warnings
> in the problems view telling that those paths are invalid project paths.

Not sure what that is.

> What to do ?

Nothing, as long as everything else seems to be working :-)


Cheers,


Norbert
Previous Topic:Error creating session
Next Topic:Release mode is Ok,Debug mode not!
Goto Forum:
  


Current Time: Fri Nov 08 23:17:12 GMT 2024

Powered by FUDForum. Page generated in 0.02641 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top