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.