"HISE path not set" error in Win batch compile script
-
@gorangrooves said in "HISE path not set" error in Win batch compile script:
hope that I can get away with just making the folder paths without white space.
Did you try escaping the spaces?
-
@d-healey let me try
-
@d-healey No, that doesn't work either. The CMD uses ^ to escape, but is not being read by anything else, so that didn't work.
What can of worms did I open?... -
@gorangrooves Can you send me the project?
-
@d-healey Yes. I'll pack it up and dm you.
-
@gorangrooves Ok, I'll take a look tomorrow
-
@d-healey Alright. Removing white spaces from the folder paths fixed the issues. I left the project name unchanged. The app compiled with only the app compiling directive in the script. I will re-introduce the VST3 portion of the script and see if it all works as it should.
-
@d-healey YES! That worked. Now to add regular vst and AAX.
-
@gorangrooves Excellent, no need for me to do anything then :)
-
@d-healey Success. Managed to compile AAX and VST2 just as well. Thank you, Dave, and thank you, Christoph!