Develop branch build status
-
@UrsBollhalder said in Develop branch build status:
Directly from HISE
Yes, I might have tweaked something in the .jucer file, can't remember, but didn't change anything in xcode.
what is the process for vst3 export?
Check the vst3 box in project preference before export.
-
@d-healey said in Develop branch build status:
Check the vst3 box in project preference before export.
Do I need a special sdk in the HISE folder for that?
-
@UrsBollhalder It's included with JUCE so you don't need to do anything.
-
@d-healey I get these:
Any idea what the problem could be? Why is it building for arm-64?
-
@UrsBollhalder Looks to be IPP related, I don't have IPP installed. Try exporting with IPP disabled.
-
@d-healey It was disabled actually when this happended... Now I checked IPP again, but same result...
-
@UrsBollhalder said in Develop branch build status:
It was disabled actually when this happended...
Open the .jucer file and see if there is anything suspicious there
-
@d-healey You mean the AutogenerateProject.jucer, I suppose?
-
@UrsBollhalder Yeah
-
@d-healey In there it builds for arm processors... I know unchecked those, saved and opened it up in Xcode. Do you from here on build (Command-B), or build for profiling, or for running?
-
@UrsBollhalder Build for profiling for a release build.
-
@d-healey Ok... Because now, when hitting command-B, it just compiled a debug version again... I'll try build for profiling!
Did you get a working arm-build btw? Because that would be the goal of this adventure.... -
@d-healey Ah... I got a build. But know openGL left the building without saying goodbye... And why is there no place in the audio settings menu where I can switch that bugger on now??
How do you guys do it? I mean mentally? Bleeding eyeballs again here...🤪
EDIT:
HISE_USE_OPENGL_FOR_PLUGIN=1 was my friend...
I would want it to compile with openGL set to true by default... but at least I got it working again... -
@UrsBollhalder said in Develop branch build status:
Did you get a working arm-build btw?
A couple of years ago I did - search the forum and you'll find my struggles :p
I would want it to compile with openGL set to true by default...
Project preferences extra definitions.
-
@d-healey ffs. Sticking on Mojave for a while lol Who's with me?!
-
@DanH macOS is no stroll in the park... yep
-
It looks like the Custom Settings floating tile doesn't follow Component Colors in the Property Editor. Using Develop and New Layout branch. MacOS 11.6
Does anyone know a workaround?
I would just use the new settings API, but OpenGL isn't available in there yet. @Christoph-Hart Will this eventually be available?Also just noticed that clicking the Rebuild Interface button on the Canvas doesn't redraw my panels, but hitting F5 does?
-
-
@d-healey :folded_hands:
-
Hi, guys! Can you, please, advise me what is the most stable and good working combination of XCode and Hise version? Need to be able to export vst's for native M1 too. I have macbook pro on M1 chip, Big Sur (11.4). Thank you!