Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » luna indexer problem that kepler did not have(indexer reports problems which are none)
luna indexer problem that kepler did not have [message #1416242] Thu, 04 September 2014 16:55
Harald Achitz is currently offline Harald AchitzFriend
Messages: 11
Registered: October 2013
Junior Member
Hi,

I have a problem with the indexer

I use sqlite, and have in my header a
struct sqlite3_stmt;
forward declaration

in my cpp file I have the sqlite3.h include

now all places where I use sqlite3_stmt in the cpp file have red lines
and are reported as problem


Quote:

Multiple markers at this line
- Member declaration not found
- 'sqlite3_stmt' is ambiguous ' Candidates
are: '

that's it

I use a forward on an other location for sqlite3 struct, and that works

this is very disturbing, I think about switching back to kepler
I did not have this problem with kepler, with kepler everything workd perfect!

it's the same project/workspace/settings
and re-indext all

any advice?

thanks for help!
Previous Topic:Adding new commands to debugger
Next Topic:Cannot use eclipse to debug
Goto Forum:
  


Current Time: Thu Mar 28 12:06:57 GMT 2024

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

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

Back to the top