Skip to content

[C++] Issue with building from source when using clang as the compiler but using the gcc 15 stdlib #46993

@lozanoeg

Description

@lozanoeg

Describe the bug, including details regarding any error messages, version, and platform.

Currently if you build with Clang but use stdlibc++ over libc++ the CMake configuration will not detect the need for the patch added in GH-45096

The patch applied in GH-45096 fixes the issue if the CMake variables for is the compiler GNU and version numbers are overridden, however the main issue is probably the thrift patch is a conditional when it should apply to every build

Component(s)

C++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions