Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Help - Indexer problem
Help - Indexer problem [message #169282] Sat, 06 May 2006 23:31 Go to next message
Eclipse UserFriend
Originally posted by: exquisitus.flinder.gmail.com

Hi,

I tried to build the "Hello World" project outlined in the tutorial under
"C/C++ Development User Guide".

After saving the file and building the project, I got the following
messages:
"C/C++ Indexer Problem: Preprocessor Inclusion not found: iostream in
file: .."
"C/C++ Indexer Problem: Preprocessor Inclusion not found: string in file:
.."

Can someone advise. I am running Eclipse under Mac OS X (Tiger).

Many thanks,

EF
Re: Help - Indexer problem [message #169339 is a reply to message #169282] Tue, 09 May 2006 14:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: arne.anka.ginguppin.de

did you configure the paths to iostream and string correctly?
have a look at the project-properties whether the includes are found.
Re: Help - Indexer problem [message #169865 is a reply to message #169339] Thu, 18 May 2006 17:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mojaam.yahoo.com

I am having the same exact problem running on WinXP with MinGW compiler.
How will I configure the paths to iostream and string correctly?
Re: Help - Indexer problem [message #169953 is a reply to message #169865] Fri, 19 May 2006 13:20 Go to previous message
Eclipse UserFriend
Originally posted by: arne.anka.ginguppin.de

> I am having the same exact problem running on WinXP with MinGW compiler.
> How will I configure the paths to iostream and string correctly?


well, as said ebfore: ahe a look at your project's properties, namely the
include-paths.
if the path is not below "discovered path" you probably need to add it
manually with the "add external include path"-button. it should be pretty
straight forward.
the message itself indicates only, that _eclipse_ does not find the path
and thus the indexer/autocomplation/syntax-checking might have some
problems -- it should not prevent you from building the file.
Previous Topic:Libraries
Next Topic:Problem with indexer
Goto Forum:
  


Current Time: Sun Jul 21 15:27:38 GMT 2024

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

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

Back to the top