You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: