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

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


Back to the top