Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

genders_query.tab.c:1908:3: error: expected expression at end of input #45

Open
Alessandro-Barbieri opened this issue Feb 28, 2020 · 1 comment

Comments

@Alessandro-Barbieri
Copy link

I get this when building the latest code

genders_query.tab.c: In function 'yyparse':
genders_query.tab.c:1908:3: error: expected expression at end of input
 1908 |   if (yychar <= YYEOF)
      |   ^~
genders_query.tab.c:1908:3: error: expected declaration or statement at end of input
genders_query.tab.c:1897:5: error: label 'yydefault' used but not defined
 1897 |     goto yydefault;
      |     ^~~~
genders_query.tab.c:1882:5: error: label 'yyacceptlab' used but not defined
 1882 |     YYACCEPT;
      |     ^~~~~~~~
genders_query.tab.c:1877:9: error: label 'yyabortlab' used but not defined
 1877 |         YYABORT;
      |         ^~~~~~~
genders_query.tab.c:1859:11: error: label 'yyexhaustedlab' used but not defined
 1859 |           goto yyexhaustedlab;
      |           ^~~~
@chu11
Copy link
Member

chu11 commented Feb 28, 2020

Got some similar errors, I think a make distclean; ./autogen.sh; ./configure needs to be done. Atleast for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants