Skip to content

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

@hassan-pdx

Description

@hassan-pdx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions