Hi,
I am starting C::B with "-v" (yes, C::B is still locking on some occasion) and I noticed something, maybe it's an easy fix. I was able to reduce it to a simple project (UnexpectedToken.zip).
NativeParser::OnParserStart: Starting batch parsing for project 'UnexpectedToken'...
ReadClsNames() : Unexpected token '=' for 'UnexpectedToken_', file 'C:/cygwin64/home/rmorin/projects/UnexpectedToken/main.c', line 6.
typedef struct UnexpectedToken_ {
int a;
} Unexpected =
{
1
};
The '=' is rejected by the parser. Is it important ?
See attachment with the project, the C::B outputs and the c file.
Thanks,
C::B running on Windows 10