IPP Mismatch on Windows
-
I've been struggling with getting my HISE plugin to build on Windows. I've tried installing IPP a few different ways but keep getting the same error. Anyone seen this problem before and know of a fix?
ERROR: IPP setting mismatch You cannot compile a plugin with IPP if you have not compiled HISE with IPP. > Turn off the `UseIpp` setting in the Compiler settings of HISE and retry.ERROR: Export ErrorFor the record I'm building HISE in an automated workflow on GitHub Actions - so any changes I need to make to Projucer / HISE config will be through scripts and not through the UI
-
@eschirle that message is saying you haven't built HISE with IPP
-
@David-Healey Okay, that makes sense. I was trying to build with IPP but I don't see anything for IPP in the build steps in the auto_build folder. What else do I need to build with IPP after installing and updating the standalone projucer project?
My Hise Standalone.jucer file has this:
<VS2026 targetFolder="Builds/VisualStudio2026" smallIcon="ho3qQy" bigIcon="ho3qQy" useIPP="Sequential" IPPLibrary="" extraDefs="HISE_SCRIPT_SERVER_TIMEOUT=20000 HISE_USE_VS2022=0 PERFETTO=0 HISE_INCLUDE_PROFILING_TOOLKIT=1" extraCompilerFlags="/bigobj /cgthreads8 /wd"4100" /wd"4661" /wd"4456" /wd"4244" /wd"4457" /wd"4458" /wd"4127" /vmg " IPP1ALibrary="Static_Library"> -
@eschirle Check out the building HISE section of my free bootcamp course, it covers all the details https://audiodevschool.com/courses/hise-bootcamp/