Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » "Ghost" errors(Eclipse showing errors that aren't there)
"Ghost" errors [message #759373] Mon, 28 November 2011 13:51 Go to next message
Michael Beatty is currently offline Michael BeattyFriend
Messages: 43
Registered: November 2011
Member
I'm having all kinds of problems with Eclipse and it showing problems. Right now, I have a C++ program that won't compile because of 4 errors that don't exist.

For example, right now, it says that I have 3 instances of "printf" that is "not declared in this scope". When I click on the errors in the "problems" dialog, it takes me to lines in the code that aren't using the "printf" functions. In fact, 1 of the 3 instances is a line of comments, the other 2 are blank lines. Also there are several other instances of printf in the code that aren't throwing any errors.
Re: "Ghost" errors [message #759570 is a reply to message #759373] Tue, 29 November 2011 08:42 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
When you clean your project and rebuild it do the errors show up again?

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:CDT using Visual C++
Next Topic:file not recognized: File format not recognized
Goto Forum:
  


Current Time: Thu Apr 25 15:17:53 GMT 2024

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

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

Back to the top