Compiling HISE with Faust issue (Linux)
-
@toxonic said in Compiling HISE with Faust issue (Linux):
Build with LLVM version 14.0.0
This LLVM version is very old BTW, I suggest using a more recent one if possible.
-
@sletz thanks for your reply, I tried upgrading LLVM via the
llvm.shfrom https://apt.llvm.org/, which seemed to work fine, but for some reasonllvm-config --versionstill outputs 14.0.0
I checked my LLVM packages in synaptic, and I see that both versions are installed. How can I tell my system to use the most recent version on my system (20)? -
@toxonic You can use update alternatives. Here are instructions for gcc
https://askubuntu.com/questions/26498/how-to-choose-the-default-gcc-and-g-version
-
@David-Healey
Ahhh, great! :-)