Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Anyone else bitten by bug 129507?
Anyone else bitten by bug 129507? [message #166091] Sun, 19 March 2006 10:16
Eclipse UserFriend
There is a problem with project macros of type "List of directories".
When I define such macro (e.g. MYFRAMEWORKINCLUDES) in
project:Properties:C/C++ Build:Macros:Project:User Macros and then add
"${MYFRAMEWORKINCLUDES}" string to project:Properties:C/C++ Build:Tool
settings:GCC C++ Compiler:Directories:Include paths, the builder
handles it correctly but the scanner doesn't. The builder expands
${MYFRAMEWORKINCLUDES} to -I/my/path/1 -I/my/path/2 -I/my/path/3 and
so on, but the scanner expands ${MYFRAMEWORKINCLUDES} to a single
string, i.e. it tries to look for include files in a directory named
"/my/path/1 /my/path/2 /my/path/3".

Is anyone else bitten by this bug?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=129507

Szczepan Holyszewski
Previous Topic:Working Set
Next Topic:Crossways installation for ARM cross-development
Goto Forum:
  


Current Time: Sat Jun 07 23:07:06 EDT 2025

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

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

Back to the top