Skip to content

core-deps-latest: mozjs68 needs llvm and libclang

@ptomato Is it true that llvm and libclang are required to build mozjs68? I saw this when trying to build it on FreeBSD.

checking for rustc... /usr/local/bin/rustc
checking for cargo... /usr/local/bin/cargo
checking rustc version... 1.40.0
checking cargo version... 1.40.0
checking for rust target triplet... x86_64-unknown-freebsd
checking for rust host triplet... x86_64-unknown-freebsd
checking for rustdoc... /usr/local/bin/rustdoc
checking for rustfmt... /usr/local/bin/rustfmt
checking for llvm-config... not found
checking that libclang is new enough... 
ERROR: The libclang located at None is too old (need at least 4.0).

Please make sure to update it or point to a newer libclang using
--with-libclang-path.

Merge request reports