mun icon indicating copy to clipboard operation
mun copied to clipboard

Can't build mun_compiler + mun_runtime

Open trsh opened this issue 1 year ago • 1 comments

Cargo

[package]
name = "ai"
version = "0.1.0"
edition = "2021"

[dependencies]
mun_runtime = "0.4.0"
mun_compiler = "0.4.0"

Error:

error: failed to run custom build command for lld_rs v130.0.0

But I am on Ubuntu WSL llvm 140. Prefix LLVM_SYS_140_PREFIX. is now set correctly

trsh avatar Jun 16 '24 08:06 trsh

Added 130 llvm and it works now with that.

trsh avatar Jun 16 '24 11:06 trsh

v0.4.0 depends on LLD 13 indeed.

baszalmstra avatar Jul 16 '24 20:07 baszalmstra