-
Notifications
You must be signed in to change notification settings - Fork 25
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
Compilation fails with newest build tools #10
Comments
Any fix? |
I don't have access to system with gcc-4.7 at the moment. it builds fine on ubuntu 12.04 with gcc-4.6 and on OS X with gcc-4.2 and clang-4.0 patches are welcome, if you can figure it out on your own :) |
I belive the problem exists in gram.y file, but unfortunately I have no experiece with bison at all, so I can't figure out how to solve it |
YYPARSE_PARAM and YYLEX_PARAM were deprecated with bison 2.6 |
Yes, it does - the compilation completes now |
With recent updates to the packages gcc, glibc, etc the project cannot be compiled. See attached build log with error.
https://gist.github.com/3169285
Build environment:
Arch Linux
Kernel: Linux 3.4.6-1-ARCH #1 SMP PREEMPT Fri Jul 20 08:21:26 CEST 2012 x86_64 GNU/Linux
gcc: 4.7.1
bison: 2.6
flex: 2.5.36
automake: 1.12.2
autoconf: 2.69
m4: 1.4.16
make: 3.82
glibc: 2.16.0
The text was updated successfully, but these errors were encountered: