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 see you found it since you attached it in the bug but I'll still put the instructions as a future reference.
http://wiki.eclipse.org/CDT/User/FAQ#How_can_I_generate_the_parser_log_file.3F

Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Sebastian Wagner [se.wagner@xxxxxx]
Sent: Friday, 05 July 2013 2:16 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Symbols in header file can not be resolved

Ok, I will do that. Where can I find the parser log file?



Date: Thu, 4 Jul 2013 11:48:56 -0400
From: marc-andre.laperle@xxxxxxxxxxxx
To: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] Symbols in header file can not be resolved

It works for me. Yes, I think you should create a bug with an example and attach your parser log.

Marc-Andre

On 13-07-04 11:43 AM, Sebastian Wagner wrote:
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


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


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

Back to the top