Skip to content

error: 'uintptr_t' does not name a type #100

Description

@rirzoo

build fails at 67% with:
error: 'uintptr_t' does not name a type
1385 | reinterpret_cast<uintptr_t>(stack_top) % kMaxStackAlignment == 0);

workaround

add to line 49 of owl/googletest/googletest/src/gtest-death-test.cc

#include <stdint.h>

this is followed by the error:
error: ‘dummy’ may be used uninitialized [-Werror=maybe-uninitialized]
1301 | StackLowerThanAddress(&dummy, &result);

workaround

#92 (comment)

System: Fedora 42

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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