Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] host include paths

Hi Conrad.

Sorry once more for 1st message. It was like a bad joke.

Really, which scanner info elements do you use for your compiler ?

Standard ones (GCCWinManagedMakePerProjectProfileCPP, for example)
gather include path by asking compiler for its specifications, like

g++ -E -P -v -dD a.cpp

You can redefine ScannerInfoProvider, which runs this command,
or redefine ScannerInfoCollector to filter existing includes list.
All these elements are related to extension point
"org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile"  
 
-----------------------------------
With best regards, Oleg Krasilnikov

 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Conrad Berhorster
Sent: Friday, February 15, 2008 8:06 PM
To: 'CDT General developers list.'
Subject: [cdt-dev] host include paths



Hello , 

i have written my own toolchain and everything works fine. 
If i want to create a new managed makefile project, there are standard
includes as well in the project view as in Properties >> C/C++ General
>> Paths and symbols >> Includes. 

But since i use different include paths, how can i get rid off this
/usr/local/include and /usr/include in my toolchain. Or better, how can
i redefine them. 

ideas  are welcome c~



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: 125252, Moscow, Russian Federation, 
Chapayevsky Per, 14.

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



Back to the top