HISE failing to build with faust on osx, even though disabled
-
Hi, Was previously building HISE for debug which worked fine, but am running into issues with xcpretty, probably because I use rbenv rather than system ruby and it's trying to use system ruby. So I've been trying to build a release version (need to pass cli args to it I think), but keep running into the same underlying issue. I've tried building it without faust also, and it still keeps hitting the same thing. Does anyone know what may be going on or how I could fix? On OSX 12.5.1
Separate but related question: Is faust a hard dependency for the audio FX? Like are any of the the underlying filters and or other things in HISE using Faust under the hood or is it completely optional if you aren't writing faust code within HISE?
Seemingly relevant build settings in xcode:
-
-
@d-healey so I read through that, but I don't think that's the issue, because I don't even have a libfaust.so file in that directory, only the .a file?
(I'm on the most recent version on the github releases page, as of like 2 months ago; not the develop branch btw)I did see a readme in the file, and saw this contained within, which sounds like the issue; well sort of, different filename though.
However, when I attempt to follow the steps, I don't see a valid architectures section at all. I see
So I changed OSX Architecture from default to Native Build Machine and tried that, but still didn't work.
I also tried following the instructions of the readme to download and install faust into the faust directory, also didn't work.