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

Compilation fails with newest build tools #10

Closed
mamciek opened this issue Jul 24, 2012 · 6 comments
Closed

Compilation fails with newest build tools #10

mamciek opened this issue Jul 24, 2012 · 6 comments

Comments

@mamciek
Copy link

mamciek commented Jul 24, 2012

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

@fedya
Copy link

fedya commented Sep 13, 2012

Any fix?

@indeyets
Copy link
Owner

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 :)

@mamciek
Copy link
Author

mamciek commented Sep 13, 2012

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

@xhochy
Copy link
Contributor

xhochy commented Sep 20, 2012

YYPARSE_PARAM and YYLEX_PARAM were deprecated with bison 2.6

http://savannah.gnu.org/forum/forum.php?forum_id=7305

@indeyets
Copy link
Owner

@mamciek @fedya can you check that this commit fixes issue?

@mamciek
Copy link
Author

mamciek commented Sep 21, 2012

Yes, it does - the compilation completes now

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

4 participants