yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

I figured out what was the problem: it was built using libLLVM-15.so by the mismatching clang++ compiler from llvm-18. Thank you for your help!

When I am trying to build with llvm-15 it fails in a different way: ``` [target 0.0.0] cargo:rustc-env=CFG_COMPILER_HOST_TRIPLE=x86_64-unknown-freebsd [target 0.0.0] cargo:rerun-if-env-changed=RUST_CHECK [target 0.0.0] cargo:rerun-if-changed=/usr/ports/cad/openvaf/work/OpenVAF-OpenVAF-v23.5.0/openvaf/target/src/ucrt.c [target 0.0.0] clang-5.0: error: no such...

Does this patch have a chance of being finished and merged into Pandoc?

FetchContent_Declare isn't the right way. git-submodules are designed to include custom revisions of github projects. git-submodule is better handled by package managers, while FetchContent_Declare isn't handled at all because downloads...