Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Fixing broken eclipse projects
Fixing broken eclipse projects [message #760741] Mon, 05 December 2011 01:01
Arman  is currently offline Arman Friend
Messages: 15
Registered: November 2011
Junior Member
I have a project which is giving errors where it shouldn't be. Something like this:

struct mystruct {
void function1();
void function2();
};

void mystruct::function1() { // no error
   //do stuff
}

void mystruct::function2() { // error: member declaration not found
   //do stuff
}


when I copy and paste my project in the C++ projects view, the new project compiles without problems. I've tried "cleaning" (Project->Clean) the project, as well as deleting the debug folder, but none of this seems to help, so I was wondering if there was an easier way than just copy-pasting a new project every time this error pops up..

[Updated on: Mon, 05 December 2011 01:06]

Report message to a moderator

Previous Topic:OpenOCD+Eclipse CDT+yagarto+zylin
Next Topic:Static check of identifier length
Goto Forum:
  


Current Time: Wed Apr 24 19:51:26 GMT 2024

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

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

Back to the top