index include path problems with standard make project [message #119301] |
Fri, 03 September 2004 06:36  |
Eclipse User |
|
|
|
i have a standard make project of the following structure (normally
compiles using gnu autoconf)
src/ - source root
src/core - source core files
src/arch - architecture dependant source root
src/arch/ia32 - ia32 dependant source code
src/arch/ia32/config.h - that's where autoconf places the config.h
now, the source files in src/core just include "config.h" - to enable
support for other architectures.
this works fine in eclipse to build the project, but the c++ indexer is
unable to find config.h.
i understand that i can add include paths using
"project->properties->c/c++ include paths &
symbols", where i added src/arch/ia32 as include path, but the indexer
still is unable to find config.h.
any suggestions?
cheers /r
|
|
|
Re: index include path problems with standard make project [message #120292 is a reply to message #119301] |
Wed, 08 September 2004 21:19  |
Eclipse User |
|
|
|
Please raise a bug @ bugs.eclipse.org.
Thanks
JC
"radar" <radar@bluemail.ch> wrote in message
news:ch9hg3$6o2$1@eclipse.org...
> i have a standard make project of the following structure (normally
> compiles using gnu autoconf)
>
> src/ - source root
> src/core - source core files
> src/arch - architecture dependant source root
> src/arch/ia32 - ia32 dependant source code
> src/arch/ia32/config.h - that's where autoconf places the config.h
>
> now, the source files in src/core just include "config.h" - to enable
> support for other architectures.
> this works fine in eclipse to build the project, but the c++ indexer is
> unable to find config.h.
>
> i understand that i can add include paths using
> "project->properties->c/c++ include paths &
> symbols", where i added src/arch/ia32 as include path, but the indexer
> still is unable to find config.h.
>
> any suggestions?
>
> cheers /r
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04371 seconds