Skip to content

CMake does not find libunwind.h in /usr/local/include #4073

@janhenke

Description

@janhenke

I have a problem with CMake not finding the libunwind header files in /usr/local/include.

In src/pal/src/configure.cmake:22 there is this line:
check_include_files(libunwind.h HAVE_LIBUNWIND_H)

Digging through several mailing list postings confirmed; CMake is supposed to look in /usr/local/include too, but apparently it does not. I am not seeing the reason here. Maybe someone else has an idea how to fix this?

This issue is currently blocking the build efforts on FreeBSD.

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