pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: building lang/llvm with pkgsrc clang
On Fri, Sep 2, 2022 at 6:28 AM Edgar Fuß <ef%math.uni-bonn.de@localhost> wrote:
>
> Unfortunately, that fails:
>
> /var/work/pkgsrc/lang/compiler-rt/work/compiler-rt-13.0.1.src/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp:67:22: fatal error: sys/ipmi.h: No such file or directory
Try adding this to the Makefile:
CMAKE_ARGS+= -DLLVM_USE_SANITIZER=""
CMAKE_ARGS+= -DLLVM_BUILD_EXTERNAL_COMPILER_RT=ON
Home |
Main Index |
Thread Index |
Old Index