Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexer API to exclude PathEntry warnings
Indexer API to exclude PathEntry warnings [message #227815] Wed, 10 December 2008 13:40
Nayna Jain is currently offline Nayna JainFriend
Messages: 23
Registered: July 2009
Junior Member
Hi all,
I have developed eclipse plugin for my custom development environment in
C/C++.

In my custom development environment, I have few directories which are
presently not existing but might be created in future. These directories
are passed as -I option to the build path.

However,while using CDT, when indexer gets run, it checks these include
paths and gives warnings of type ---- Path ..../xyz/... doesn't exist ,
PathEntry Problem

I want to avoid these sort of warnings as these are very confusing for the
user.

Are there any APIs or other way by which I can tell Indexer not to produce
these particular warnings.

Please give me some pointers in this direction.

Thanks & Regards,
- Nayna Jain
Previous Topic:CDT can't build makefile generated by aoutotools
Next Topic:How do I attach remote application with CDT?
Goto Forum:
  


Current Time: Wed Sep 25 15:46:51 GMT 2024

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

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

Back to the top