Skip to content

Support compiling rcl_logging_log4cxx with libc++ #14

@nburek

Description

@nburek

If you attempt to build ROS2 with clang and libc++ you will run into build issues when linking the rcl package because it is unable to find the Log4cxx API's used by rcl_logging_log4cxx. This is likely due to the fact that the version of log4cxx that is used comes from an apt repository and is likely compiled using libstdc++. Since the log4cxx API's use std lib classes it is not able to resolve linking the classes from one std lib to the other.

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