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

Bug in external library Abseil that caused compile error under Ubuntu 22.04 #62

Open
hassan-pdx opened this issue Aug 16, 2022 · 0 comments

Comments

@hassan-pdx
Copy link

ramses doesn't compile under Ubuntu 22.04, because of a new little bug in the external library Abseil with the new glibc version, which has been fixed by Abseil team already.
 
Quick-fix
Just add template parameter <size_t> to std::max in:
external/abseil/absl/debugging/failure_signal_handler.cc:128
 
References
Issue: abseil/abseil-cpp#952
Fix: abseil/abseil-cpp#967

@hassan-pdx hassan-pdx changed the title Bug in Abseil external library used by ramses that caused compile error under Ubuntu 22.04 Bug in external library Abseil that caused compile error under Ubuntu 22.04 Aug 16, 2022
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

1 participant