Hise will not export
-
@d-healey this says its looking for visual studio on C but I have it on E. how is that? can I change where it is looking?
-
@gryphonsegg Aha that solves the mystery. HISE is using the default install path which is C: drive. You'll need to modify your copy of the HISE source code, or create a symlink on the C drive, or move VS to the C drive. Or wait for someone else to offer a solution I haven't though of
-
@gryphonsegg Im using the community version as far as I know. how would I do any of those things to fix it?
-
@gryphonsegg i am uninstalling VS and moving it to the C drive
-
@gryphonsegg I will report back as soon as I know more. I really appreciate you guys helping so much. It means a lot and I really just want to get this going.
-
@gryphonsegg yes that's definitely the issue, I didn't know you could install MSVC anywhere else than the default path.
-
@Christoph-Hart if I did want to change the Hise source code how would I do that?
-
@gryphonsegg You change it and recompile HISE but I would rather add a link file on the C: to your E: installation (and if you want to keep your sanity for the next steps, install MSVC on the system drive, there will be lots of edge case issues like this).
-
@Christoph-Hart i just reinstalled it to the c drive but, now I am getting all kids of ipp.h fatal errors. What now?
-
-
@d-healey what about these errors though?
-
@gryphonsegg I decided to go back and recompile the entire program again and now it fails every time, saying no IPP directory from within VS studio. I have no ide what is happening. I didnt change anything
-
@gryphonsegg You need to reinstall IPP probably so that it can add the integration into VS.
-
@Christoph-Hart trying that now. Thanks
-
@Christoph-Hart that did not fix that issue.
-
@Christoph-Hart I am getting this kind of error even after doing everything again. WHat could be wrong now?
1>F:\HISE\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_streaming.cpp)
1>F:\HISE\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_snex_62.cpp)
1>F:\HISE\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_tools.cpp) -
@d-healey I reinstalled the IPP and everything after moving visual studio I cannot get it to not fail on building HISE yet again. Can you help again?
-
@gryphonsegg i appears that the sdks will not install to my c drive. It keeps only lettin gme install to my e drive and it is greyed out so that I cannot write my own path to install it. How can I change this? Someone? anyone?
-
When you installed IPP did it ask you if you wanted to integrate it with Visual Studio 2022?
-
@d-healey no I dont think so. I am getting all kinds of screwed up things now. I feel pretty hopeless. we got it so close and now all this.