Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT parser error when parsing 'unsigned int x';
CDT parser error when parsing 'unsigned int x'; [message #800939] Fri, 17 February 2012 18:16
Vadim Lebedev is currently offline Vadim LebedevFriend
Messages: 1
Registered: February 2012
Junior Member
I encounter strange problem with Eclipse CDT Helios under Ubuntu:

int MiniMsg::parseChecksum() {

   unsigned int d; // this if flagged as syntax error by Eclipse only!!
   uint32_t  d32;  // this one OK
   long int l;  // flagged as syntax error
   unsigned u;  // this one OK

   return parseItem();
}


I see that it chokes on "long int v;" too.


Any ideas?
Previous Topic:Direct access to memory
Next Topic:Eclipse IDE for C/C++ and Mac OS 10.7 Lion: "Launch Failed. Binaries not found."
Goto Forum:
  


Current Time: Fri Apr 19 21:34:24 GMT 2024

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

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

Back to the top