Cant build with IPP, but I could the last 2 yrs.
-
@BWSounds did you solve this? Having the same issue
-
@DanH I think I've updated the IPP integration to the recent version (it's now using something called OneAPI), but this might not work with older IPP versions. Try updating IPP and see if it helps.
Unfortunately you can't download older IPP versions, so I have to stay at the latest versions with HISE.
Oh and if you reinstall IPP make sure to enable the VisualStudio integration for all VS versions you have on your system, this is required for it to compile.
-
@Christoph-Hart ah ok, will give it a bash, thanks
-
@DanH I show the oneAPI install in this video
-
@d-healey thanks :)
-
@d-healey alrighty, followed the vid step by step, cleaned the Hise builds folder, tried to build Release and it can't find the ipp.h file now... Any ideas?
I never uninstalled the old ipp - I don't know if that makes any difference.
1>c:\users\admin\desktop\hise-develop\hi_streaming\hi_streaming.h(77): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ..\..\JuceLibraryCode\include_hi_streaming.cpp)
-
@DanH Did you select the oneAPI thingy in projucer?
-
@d-healey 'Use IPP Library (oneAPI)' ?
Yes, I followed every step.
-
@DanH Maybe you need to remove the old one then. Since you installed IPP after Visual Studio there is probably some extra step required to link them together.
-
@d-healey well there's the step at the end of installing ipp via OneAPI that asks which version of VS you want to use it with and I checked the only option (2017)... but yeah, possibly something else
I also see no option to remove the old one!
-
@d-healey do you not install ipp after VS in your video as well?!
-
@DanH said in Cant build with IPP, but I could the last 2 yrs.:
@d-healey do you not install ipp after VS in your video as well?!
Oh yeah you're right, it's been ages since I looked at it :)
-
@DanH I have a new HD with a brand new system, and also followed @d-healey 's video to be sure I was doing it right (never hurts to listen to the masters ). But I getting the same error. Indeed it used to work in the past.
I'm currently over-busy so I didn' t find time yet to try things out. I'm using VS2017 so maybe I'll give VS2022 a shot... I don't know if that will help...
-
-
@Matt_SF
updating to VS2022 ended up being my solution. Finally was successful about 3 days ago with the latest commit. -
@BWSounds yeah I might just do the same, might as well!
-