Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Symbol/Method could not be resolved
Symbol/Method could not be resolved [message #1329942] Sat, 03 May 2014 11:29
Rico Lang is currently offline Rico LangFriend
Messages: 1
Registered: May 2014
Junior Member
Hello Guys,
first off all im new to Eclipse and C++. I'm having a problem with the Eclipse Indexer, because it doesent recognize C++11 features. I was looking on the Internet for a solution, but all the solutions didnt work for me. I added the -std=c++11 switch on the compiler arguments, added the __GXX_EXPERIMENTAL_CXX0X__ Symbol, but that also didnt work. I wonder if someone has a solution for this, because its hard for me too oversee the errors when they're like 15 errors with "unrecognized Symbol/Method".
Im running Eclipse Kepler CDT 8.3 on Ubuntu 12.04 LTS , with GCC 4.8 . I hope that you guys can help me with this.

Have a nice Weekend Wink

Edit://
It seems like i found the solution myself. In my case i had to add the __GXX_EXPERIMENTAL_CXX0X__ Symbol to GNU C and not only to GNU C++. After the rebuilding Dialog, it worked perfectly.

[Updated on: Sun, 04 May 2014 10:25]

Report message to a moderator

Previous Topic:jumping between declaration and definition is failing
Next Topic: error: expected initializer before '__AVAILABILITY_INTERNAL__MAC_10_9'
Goto Forum:
  


Current Time: Tue Apr 23 07:46:39 GMT 2024

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

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

Back to the top