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

Build failing on yacc error #8

Closed
do-you-dare opened this issue Aug 29, 2018 · 2 comments
Closed

Build failing on yacc error #8

do-you-dare opened this issue Aug 29, 2018 · 2 comments

Comments

@do-you-dare
Copy link

Hello! I've been trying to build toy, and had this problem. I've got no errors building bgfx, but had the same error trying to build the mud-sample as the README specifies. This is the error after running make for the second time - the error is the same as the first, but this second run is more legible.

➜  gmake-linux git:(master) make config=debug64
==== Building fcpp (debug64) ====
==== Building glslang (debug64) ====
==== Building glsl-optimizer (debug64) ====
yacc  ../../../mud/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-parse.y 
yacc: e - line 164 of "../../../mud/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-parse.y", syntax error
%locations
^
make[1]: *** [<builtin>: ../../../mud/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-parse.c] Error 1
make: *** [Makefile:69: glsl-optimizer] Error 2

I'm currently using Fedora 28, yacc 1.9.

Kudos for your awesome projects!

@gbbnfhb
Copy link

gbbnfhb commented Sep 21, 2019

@do-you-dare
Copy link
Author

@gbbnfhb , thanks, it worked!

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