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 broken with g++4.9 #49

Closed
antoninbas opened this issue May 11, 2016 · 0 comments
Closed

compilation broken with g++4.9 #49

antoninbas opened this issue May 11, 2016 · 0 comments
Labels
bug This behavior is unintended and should be fixed.

Comments

@antoninbas
Copy link
Member

antoninbas commented May 11, 2016

  CXX      lib/stringify.o
In file included from /usr/include/x86_64-linux-gnu/gmp.h:51:0,
                 from /usr/include/gmpxx.h:33,
                 from ../lib/stringify.h:7,
                 from ../lib/stringify.cpp:2:
/usr/include/c++/4.9/cstddef:51:11: error: ‘::max_align_t’ has not been declared
   using ::max_align_t;
           ^
make: *** [lib/stringify.o] Error 1

This is a known bug, there are workarounds.
See https://gcc.gnu.org/gcc-4.9/porting_to.html

@mbudiu-bfn mbudiu-bfn added the bug This behavior is unintended and should be fixed. label May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This behavior is unintended and should be fixed.
Projects
None yet
Development

No branches or pull requests

2 participants