I updated HISE but now it will not compile
-
I am not sure what to do. I updated and followed all procedures from the github and now it will not work saying I am missing dependencies and I do not know how to make it work. Can someone help me out? Thanks in advance.
-
@gryphonsegg said in I updated HISE but now it will not compile:
I updated and followed all procedures from the github
Describe the steps
-
exactly this :
Clone this repository. It also includes the (slightly modified) JUCE source code, so it might take a while. Extract the contents of tools/SDK/sdk.zip to tools/SDK. Your tools folder should now contain folders named ASIOSDK2.3 and VST3 SDK. Open the Projucer (there are compiled versions for every supported OS in the tools/projucer subdirectory) and load the HISE project (either projects/standalone/HISE Standalone.jucer or project/plugin/HISE.jucer) Click on "Save Project and open in IDE" to load the project in Visual Studio 2022. Hit compile and wait...
but it fails every time in VS 2022
-
@gryphonsegg said in I updated HISE but now it will not compile:
but it fails every time in VS 2022
How many copies of the HISE source code do you have?
Did you check out the develop branch?
Are you using IPP?
What errors do you see in VS? -
I don't know what IPP is, all this worked for me before through a few different versions but it doesn't now. If I need to use IPP or not please tell me how. I downloaded the file, unzipped it to my F drive and went into the tools folder to the SDK folder and unzipped the file there. Then back to the projects folder and now I cannot even find the Jucer files that will open . As if I cannot use projucer. I even started over. Sorry, getting overwhelmed.
-
How many copies of the HISE source code do you have?
Did you check out the develop branch?
What errors do you see in VS?Have you followed this video?
https://youtu.be/D3kthNOQ9_s -
ok I found projucer and that is fine but now that i have it pen and i have dragged and dropped the standalone file onto it, is there anything else i need to do before saving it and opening it in VS?
-
and yes I had installed IPP a long time ago
-
@gryphonsegg I'm asking specific questions so I can help you, please answer them.
How many copies of the HISE source code do you have?
Did you check out the develop branch?
What errors do you see in VS? -
@gryphonsegg ok I went back through everything and it works this time. I think I might have had a copy of the cone on another drive as well . Success in building this time. Now to test the compiling and exporting from Hise. Thank you for putting up with me again.
-
one thing I noticved though, I go to export a plugin to test it and it says HISE path not set. I had it set beewfore I thoiught but now I do not know how to change it . Can you tell me?
-
@gryphonsegg Project preferences
-
OK great. been too long since I have worked with it. I had a stroke in January. No lasting effects but my mind is not perfect. Thank you for everything.