|
07/10/2009 10:54 AM
post33536
|
Hi, Mario,
I have investigated this problem, and I think I have a work-around for you. There definitely appears to be a bug in the
CDT indexer subsystem, but I haven't yet tracked down the root.
In any case, you should be able to restore your sanity by specifying some pre-indexed headers in your project settings.
I noticed that the sample project that you provided overrides the default setting, so you can restore that by pasting
this list of files:
cstdarg, cstdio, sys/resource.h, ctime, stdarg.h, stddef.h, sys/types.h
into the "Files to index up-front" field of the "C/C++ General -> Indexer" properties on your projects.
HTH,
Christian
|
|
|
|
|