Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » index include path problems with standard make project
index include path problems with standard make project [message #119301] Fri, 03 September 2004 06:36 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:Problems with C++ indexer
Next Topic:CDT API to request a compile of a single C++ file
Goto Forum:
  


Current Time: Wed Jul 23 17:32:23 EDT 2025

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

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

Back to the top