Eclipse cdt is not giving enough information for error
Posted
by Mask
on Stack Overflow
See other posts from Stack Overflow
or by Mask
Published on 2010-03-25T17:17:54Z
Indexed on
2010/03/25
18:13 UTC
Read the original article
Hit count: 355
eclipse-cdt
|c++
YYSTYPE yyvsa[YYINITDEPTH];
YYSTYPE *yyvs = yyvsa;
register YYSTYPE *yyvsp;
For the code above,it just reports:
Description Resource Path Location Type
syntax error before "yyvsa" yysphinxexpr.c /sp/src line 852 C/C++ Problem
Which is far from useful,is it for configuration reasons?
© Stack Overflow or respective owner