HISE Build Fail (Scriptnode 22nd Oct Standalone) (SOLVED)
-
This is what mine looks like, you need to check under the Xcode section, not the Release or Debug part.
The universal binary should work fine on your version of MacOS.
Ulrik is correct about the IPP, this is disabled by default in the hi_core section (I just downloaded the latest from github to check) so it's strange that it's showing as enabled in the video.
-
Also, where did you get that version of Projucer? The one that's in the scriptnode folder is 5.4.3.
-
@d-healey Ah yes, thats already in the Xcode section.
It is weird about the IPP 'enabled' part. I did have to change it to enabled myself manually a couple of times but it opens up with it already enabled every time now.
I've just checked the location in the hi-core section and it says its coming from the correct folder.
-
Try opening the jucer file in the Projucer that comes with the HISE source code.
-
@d-healey I've tried a few ways around now and still having the same errors.
There's the 'Projucer' file in tools that I've opened direct, also the Hise standalone jucer file.
First time I tried I just double clicked the 'HISE Standalone.jucer' file in the new source code (which must be projucer 5.4.3) but that didn't open anything at all originally. Just double clicked but nothing opens.
So then I tried right clicking and opening the same file with 5.2.0. Then it opened but it said I needed to update to 5.4.5.
I've tried multiple times with all 4 now and also tried changing the 32/64 bit but non seem to work :(
-
Open the Projucer from the tools folder directly. Then load in the
.jucer file
by File >> Open. (I'm opening the GNU/Linux version in the below video but the Mac version should be the same). -
@d-healey I thought we had it then!! It got all the way to the end this time and then failed but with a bunch of new errors now :(
It did load up with the IPP disabled this time though.
-
Do you have
USE_IPP=1
in the extra preprocessor definitions? -
@d-healey said in HISE Build Fail (Scriptnode 22nd Oct Standalone):
USE_IPP=1
That's the one!!! It was blank before. I just added that in and it finally worked!!! Amazing mate. Thank you.
Damn, that was much harder than it should have been
Happy days! Thanks all for your help today!! I'll remember this one for next time I build just in case!
-
@SteveRiggs I'm really glad it worked out alright! Cheers!
-
@ulrik Cheers dude :)