Open kg opened 3 months ago
Solutions You Will Never Regret Later On(tm):
sudo ln -s /usr/bin/clang++-19 /usr/bin/clang++-14
sudo ln -s /usr/bin/clang-19 /usr/bin/clang-14
Got same issue on ubuntu when trying to build with aot llvm.
./build.sh mono+libs+clr.hosts -c debug /p:KeepNativeSymbols=true /p:MonoEnableLlvm=true /p:MonoLLVMUseCxx11Abi=true
When I do
./build.sh --os browser -c Release /p:WasmNativeStrip=false
I get lots of C++ errors, seemingly when compiling mono llvmjit (I'm not sure why this is even building, since we don't use it in mono-wasm). I've nuked artifacts and emsdk, and have installed clang 19's official packages. I also tried removing my OS's default clang packages (14) but that made everything more broken. Did we accidentally become Ubuntu-only again? I'm not sure how to make it not use clang 14.