[Bug 261397] unwind* header is in wrong location
Date: Fri, 21 Jan 2022 22:26:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261397 Bug ID: 261397 Summary: unwind* header is in wrong location Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: standards Assignee: standards@FreeBSD.org Reporter: pkubaj@FreeBSD.org I tried to build LLVM from ports with COMPILER_RT and without libunwind from ports, since libunwind is not available on some architectures. The problem is that unwind.h is not found. It is found after copying unwind* headers to /usr/include, or after adding -I /usr/include/c++/v1, but since this is a system header, it should be possible to find it by default, so I guess moving / copying / symlinking it would be preferable. -- You are receiving this mail because: You are the assignee for the bug.