First time building the HISE standalone. ipp.h not found?
-
I tried my best to follow instructions from the tutorial page and Healey's Youtube tutorial. However, I got error code C1083 "Cannot open include file: "ipp.h". No such file or directory. Apparently, that was missing from 12 different places. What did I miss here?
File: hi_streaming.h | Line 69
-
Build without IPP first. Which branch are you building?
-
Ok, disabled IPP and managed to get HISE up and running. I don't know what "branch" you are referring to?
-
@tabulius Branch is the version of the HISE source code you are building from. There are a few branches. I recommend you build the master or develop branch - https://github.com/christophhart/HISE/branches
-
Oh ok. In your tutorial and following the HISE audio's download link "Download the latest version". There was only one zip file version 2.1.0 to download. No indication of "branches" to be picked. Very confusing.
-
@tabulius That tutorial was made several years ago, at that time I recommended downloading the latest release zip file, but since there hasn't been a new release in that form since 2019 I currently don't recommend that. If you want the latest features you'll need to build from one of the branches. I recommend the develop branch.
-
Makes sense. I tried again with the newer master, but ipp.h gave 20 errors. If there isn't a solution, I'll just disable IPP for now.
-
@tabulius Unless you're building a project that requires FFT routines then you don't need it.