Help - Indexer problem [message #169282] |
Sat, 06 May 2006 23:31 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03101 seconds