Bug 230493

Summary: Autotools include path and defsymbol support should be per configuration
Product: [Fedora] Fedora Reporter: Jeff Johnston <jjohnstn>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-14 20:09:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnston 2007-02-28 23:47:09 UTC
Currently, the Autotools project supports opening header files for an open C
file.  The Autotools adds support for dynamically finding the include path for
the file and opening the appropriate header file.  Similarly, Autotools provides
logic for finding compile-time defined symbols.  If two configurations are
created, the logic for finding these variables is not keeping track of which
configuration is currently open.  Thus, if I find information for a file while
under configuration A and come back to it later, it will have the details as
computed for configuration A, even if I am now in configuration B.  The logic
should cache this data per configuration.

Comment 1 Jeff Johnston 2007-03-14 20:09:03 UTC
A fix has been made to keep scanner info collections seperate for different
configurations.