Strange problem with Hise and faust on linux
-
I've never built with llvm on Linux, can you use gcc?
-
@d-healey strange david it's your repo i am using and following your instructions you provide here: https://github.com/davidhealey/HISE/tree/development
I cant for the life of me get this to work.
process taken:-
download repo
-
open in provided producer
-
save
-
navigate to makefile
-
make -j40 CONFIG=Release
-
it builds but immediately crashes when i change anything in the faust node
-
-
@ospfeigrp Does it say Faust enabled on the ui?
-
@d-healey it does yes.
-
@ospfeigrp What version of faust do you have installed?
-
@d-healey FAUST Version 2.75.7
-
@ospfeigrp Well that's the same version I have here so not sure what the issue could be.
-
@d-healey David what distro are you using? so i cant try on that
-
@ospfeigrp Debian Testing
-
Seems like an LLVM version issue. Start at least with LLVM 15 or later.
-
@sletz just downloaded and installed llvm-15 but it still wants to uses llvm-13 how can i get it to use llvm-15 thanks.
-
-
@d-healey i have just selected llvm-15 but it still refers to llvm-13 and i actually removed it any way to override it to use llvm-15 using make