TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.22k stars 217 forks source link

Build failing on Mac OS #509

Closed spino17 closed 2 weeks ago

spino17 commented 2 weeks ago

I am getting below error when running cargo build:

note: ld: library not found for -lzstd
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have MacOS 14.5. I was working fine a day before an update installed.

TheDan64 commented 2 weeks ago

You appear to be missing zstd on your system, so it cannot be linked in. Don't think this is an inkwell issue

spino17 commented 2 weeks ago

ohh okay @TheDan64 . Will close here. Thanks!