Compiling Error (MacOS)
-
Hello everyone, I am a complete beginner when it comes to making VST's and all that surrounds it.
I am just getting started with HISE and JUCE, however I need a bit of help compiling HISE so I can start building my first plugin.
Whenever I try and "Build for Running" on Xcode, it comes up with these 2 errors and I'm not quite sure how to fix it.
Any help would be much appreciated!
-
@brett_thibeau so first you need to select Build For Profiling... (I think).
-
@Lindon just tried that, seems to have the same errors.
-
@brett_thibeau did you download and use the development branch of HISE?
Do you have more than one copy of HISE on your system?
Do you have IPP turned off? in ProJucer
Are you targeting the correct silicon for your machine?
-
@Lindon I just recently started gettin errors when trying to compile any dsp networks also. I've tried to rebuild HISE again from scratch and pointed the project settings to what was working before but I still get 'build failed'. I recently upgraded my OS Sequoia 15.2, just in case that matters for a reason unknown to me.
-
I redownloaded the latest release of HISE
I don't have more than one copy on my system
Not sure what IPP means or how to turn it off
Also not sure if I am targeting the correct silicon, as I mentioned I am a complete beginner. Any help with these errors would be greatly appreciated.
-
@brett_thibeau said in Compiling Error (MacOS):
I redownloaded the latest release of HISE
Use the develop branch.
-
@brett_thibeau I don't quite understand what that means, I have been downloading the code form GitHub. Am I missing a link or something?
-
@brett_thibeau Watch this video at the timestamp (6:00) https://youtu.be/D3kthNOQ9_s?t=363
-
This post is deleted! -
@d-healey thank you I got that downloaded, now it seems that one error has gone away, however there is this one remaining:
-
@brett_thibeau Have you installed xcpretty?
-
@d-healey I believe so but I could've downloaded it wrong. Do I just download it from GitHub and im good to go?
-
@brett_thibeau Are you following the instructions on github?
https://github.com/christophhart/HISE?tab=readme-ov-file#osx
-
@d-healey ok super weird, I just installed it in terminal with that command however it is now showing the both errors again from the beginning.
-
@brett_thibeau Clean the build - also you should build for profiling
-
@d-healey what do you mean by clean the build? Sorry like I said I am a complete beginner.
I just tried building for profiling and it still said build failed.
-
@brett_thibeau In the menu with the build options (Project menu I think) there should be an option called clean build folder, or similar. Run that before trying to build.
-
@d-healey ok just did that, one error disappeared for a second and then when I built for profiling they both came back.
-
@brett_thibeau What version of xcode, what version of OSX?