mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.88k stars 73 forks source link

Can't build mun_compiler + mun_runtime #568

Closed trsh closed 4 months ago

trsh commented 5 months ago

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 commented 5 months ago

Added 130 llvm and it works now with that.

baszalmstra commented 4 months ago

v0.4.0 depends on LLD 13 indeed.