Use stable build or build from source?
-
What is the best way to use HISE? Should I use https://github.com/christophhart/HISE/releases/tag/2.0.0? Or should I build from the
scriptnode
orscriptnode_codegen_rewrite
branches? I tried a few different commits but I couldn't seem to find one in either of those branches that built cleanly on MacOS 11.2.1. -
After browsing the forum some more, it looks like people often have issues building on Mac? Are most HISE users on Windows?
-
@ajw0100 I'm a mac user and I have no problem building the "scriptnode" version
-
Stick to Scriptnode builds, Release is way out of date and Codegen Rewrite has a bunch of boilerplate code so it likely doesn't perform or build as well.
-
While we're on the topic can anyone shed some light on the correct path for Intel IPP. I have a feeling it's wrong on my system
Mine is currently C:\Program Files(x86)\Intel\oneAPI
-
@Tod-Slaughter Use the paths that are in the HISE .jucer file.
-
@d-healey said in Use stable build or build from source?:
@Tod-Slaughter Use the paths that are in the HISE .jucer file.
Thanks :)
-
@ulrik Are you on 11.2.1? Here is my build log with the errors I am getting: https://gist.github.com/ajw0100/5008f3c742e017292a77e8f19ee745e2. I am building off the latest scriptnode commit: 9813dfdcfceff2bdd605996b90c51e51b71105d1.
-
@ajw0100 No sorry, I'm only on 10.14.6
I use the latest scriptnode -
@d-healey solved it. I was using Xcode 12.4 I needed Xcode 10.3. https://github.com/christophhart/HISE/issues/173