Skip to content

libANGLE does not build on GCC 11 #214

@angelsl

Description

@angelsl

There is a missing

#include <limits>

in libANGLE's src/libANGLE/HandleAllocator.cpp.

Note that the upstream libANGLE does not have this issue because of #include <mutex> in src/common/debug.h, which indirectly includes limits. The (rather old) version of libANGLE used in this package does not have that.

Not including limits directly is bad practice by upstream, but in any case, this package is broken.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions