<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Eclipse generator - scanner-discovered include paths and pre-processor symbols</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi,<BR>
<BR>
Using CDT-2.8.2 on Fedora Core 14, and Eclipse Indigo/CDT (20101216-1529).<BR>
<BR>
Most everything works fine in the .project/.cproject, except the CDT indexer cannot find the compiler's built-in include paths/files and pre-processor symbols. To fix that, all that has to be done is to go into the project Properties->C/C++ Project Paths->Path Containers->Add->Discovered scanner configuration container.<BR>
<BR>
All that does is add the following under the "<storageModule moduleId="org.eclipse.cdt.core.pathentry"> element in .cproject:<BR>
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/><BR>
<BR>
Can this be added to the Eclipse generator?<BR>
<BR>
Thanks,<BR>
Shash<BR>
</FONT>
</P>
</BODY>
</HTML>