Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Fixing broken eclipse projects
Fixing broken eclipse projects [message #760741] Sun, 04 December 2011 20:01
Eclipse UserFriend
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: Sun, 04 December 2011 20:06] by Moderator

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


Current Time: Fri Jul 18 23:03:37 EDT 2025

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

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

Back to the top