Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Symbols in header file can not be resolved

Hm, could be related ... but I don't get any error message when I rebuild the index or open the indexer preferences.

Could anybody of the developers try to reproduce? It is very simple, but I can also send an example if necessary.
Should I open a new bug report?


From: Joseph.Henry@xxxxxxx
To: cdt-dev@xxxxxxxxxxx
Date: Wed, 3 Jul 2013 13:21:40 +0000
Subject: Re: [cdt-dev] Symbols in header file can not be resolved

I am pretty sure that this bug is related to your issue.

 

https://bugzilla.redhat.com/show_bug.cgi?id=966960

 

I also have seen this issue.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sebastian Wagner
Sent: Wednesday, July 03, 2013 8:03 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Symbols in header file can not be resolved

 

Hello Everybody,

I just tested my CDT plugin with Eclipse Kepler and saw thousands of "unresolved symbol" errors in my project.

So I just tried creating a standard GCC project, to see if I get the same issue. I created a source an header file in the same folder. In the header file I defined a symbol:
#define MY_DEF 1
This symbol I used in the C file.
Indeed it shows the same error "Symbol MY_DEF could not be resolved".

Can somebody reproduce this issue? Did something change from 4.2 to 4.3 version, ist there an option I need to check?

Thanks for your help!

Sebastian


_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top