Anyone else bitten by bug 129507? [message #166091] |
Sun, 19 March 2006 10:16 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02959 seconds