Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Discovery Options
Discovery Options [message #988321] Thu, 29 November 2012 11:54
Graham Labdon is currently offline Graham LabdonFriend
Messages: 32
Registered: October 2010
Member
Hi
I have a project where eclipse has added these lines to the .cproject file
<pathentry base-ref="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO" include="C:/mingw/lib/gcc/mingw32/4.6.2/include/c++" kind="inc" path="" system="true"/>
<pathentry base-ref="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO" include="C:/mingw/lib/gcc/mingw32/4.6.2/include/c++/mingw32" kind="inc" path="" system="true"/>
<pathentry base-ref="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO" include="C:/mingw/lib/gcc/mingw32/4.6.2/include/c++/backward" kind="inc" path="" system="true"/>
<pathentry base-ref="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO" include="C:/mingw/lib/gcc/mingw32/4.6.2/include" kind="inc" path="" system="true"/>


The problem is that c:/mingw/lib/gcc/4.6.2/include does not exist - it should be c:\mingw/lib/gcc/4.4.0

Where does eclipse pick up the discovered paths and do I have any control over this

Thanks
Previous Topic:Eclipse cannot find my libraries
Next Topic:C/C++ project Properties page override "Paths and Symbols" page
Goto Forum:
  


Current Time: Fri Apr 26 17:18:35 GMT 2024

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

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

Back to the top