Hise and Faust compiling Error: undefined reference to `llvm::DisableABIBreakingChecks'
-
I try to compile Hise with Faust and get the error: undefined reference to `llvm::DisableABIBreakingChecks'. I am on Ubuntu 22.4 and have compiled Faust myself (make all). LLVM 14 is installed via the package manager. Do I need to set anything else? Can anyone help me?
-
Ok, it was my fault. I overlooked the fact that there is an installation script. After I executed it, the compilation worked.
However, when I try to start Hise, I get the error: “error while loading shared libraries: libfaust.so.2.: cannot open shared object file: No such file or directory”. Does anyone have an idea?
-
Running
sudo ldconfig
was the trick. Now everything works.