Closed edg-l closed 7 months ago
Hmmm, it doesn't happen to me even after git clean -dfx
. Where is your libzstd
? How about brew install pkg-config
?
This is the build log, did you build it after a cargo clean and a brew upgrade?
I have done brew install zstd and pkg-config is already installed
❯ brew info llvm
==> llvm: stable 17.0.6 (bottled), HEAD [keg-only]
Next-gen compiler infrastructure
https://llvm.org/
Installed
/opt/homebrew/Cellar/llvm/17.0.6_1 (7,207 files, 1.7GB)
Poured from bottle using the formulae.brew.sh API on 2024-01-20 at 10:08:48
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/l/llvm.rb
License: Apache-2.0 with LLVM-exception
==> Dependencies
Build: cmake ✔, ninja ✔, swig ✔
Required: python@3.12 ✔, z3 ✔, zstd ✔
At least, mlir-sys
seems to be working with LLVM 18...? https://github.com/femtomc/mlir-sys/pull/38
exporting LIBRARY_PATH seems to make it work, ill close for now
export LIBRARY_PATH=/opt/homebrew/lib
Although i have zstd and llvm@17 installed, does it happen to you too? (or the CI)