Skip to main content



      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 12:22 Go to next message
Eclipse UserFriend
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 14:34 Go to previous message
Eclipse UserFriend
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: Wed Jul 16 17:53:19 EDT 2025

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

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

Back to the top