Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Error parser doesn't find c++'s standard libraries(iostream and others are found by the compiler but not by the parser)
Error parser doesn't find c++'s standard libraries [message #718221] Tue, 23 August 2011 16:22 Go to next message
ismael Missing name is currently offline ismael Missing nameFriend
Messages: 6
Registered: August 2011
Junior Member
Hello forum

I have this libraries installed in my system:
:~$ locate iostream | grep include
/usr/include/c++/4.4/iostream
/usr/include/c++/4.6/iostream

And I can compile the programs just fine using g++ to, but eclipse's preprocessor or parser or something doesn't find them:
Unresolved inclusion: <iostream>

Needless to say that autocompletion isn't working in the IDE because the parser doesn't find the files in which they are.
Symbol 'std' could not be resolved

Any suggestions on how to fix it?

eclipse-linuxtools-indigo-incubation-linux-gtk-x86_64.tar.gz
Most of the stuff that appears while searching for c++ in the available software list.
My system: debian testing amd64.

Regards
Re: Error parser doesn't find c++'s standard libraries [message #718262 is a reply to message #718221] Tue, 23 August 2011 18:34 Go to previous message
ismael Missing name is currently offline ismael Missing nameFriend
Messages: 6
Registered: August 2011
Junior Member
Not the solution I was looking for but...

I deleted the project, the .cproject, .project and .settings, then created the project again in the same directory. Now it's working.
Previous Topic:gcc error when building makefile build via eclipse -not via console
Next Topic:Make Target Hide Empty Subfolders
Goto Forum:
  


Current Time: Fri Apr 26 12:18:45 GMT 2024

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

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

Back to the top