Build Failed on Mac: last develop commit (3e1718f)
-
@Christoph-Hart
Here is the error report:
-
@Christoph-Hart
Also commit a7fa92d -
@Oli-Ullmann Yep, those commits failed on CI too: https://github.com/christophhart/HISE/actions/runs/20005369295
The last passing commit is cf3fc78bef00eca59dcff62aed8a1b10a52837dd. Compile from that.
I always check the pass/fail status on GitHub before compiling. Failing commits are common, and Christoph usually fixes the fault in a subsequent commit.
-
@Oli-Ullmann Happened to me once, but reinstalling the Hise source code by forking it with the link in Xcode.
-
@Oli-Ullmann If you are using Faust to compile Hise use Faust 2.81.10
-
@dannytaurus
Yes, checking pass/fail status on GitHub is a good ideal! :-) -
@DJJD12345 These compile failures don't require reinstalling, nor are they related to Faust. They're simply failing commits from Christoph.
It's always a good idea to check the pass/fail status of the latest commit on GitHub before fetching and compiling it.
-
@dannytaurus Faust just has smoother compiling
-
@DJJD12345 Faust is an optional external dependency. It's not required unless you're actually using Faust code in your project.
-
D dannytaurus referenced this topic
-
getting this again in today's commit

-
-
yeah I trashed some stuff with the latest rewrite I‘ll
sort it out later today. -
Have you solved the problem?)
-
it's fixed now.
-
@Christoph-Hart no its not I get the same error on mac using hise source code commit 6ba56cc

-
@DJJD12345 Why are you using a detached commit?

Try
git checkout developclean the build, and recompile. Do it without faust first. -
@David-Healey already did that, and the error pops up again so cleaning the build folder again removes the error but the errors come back when you compile again
-
@DJJD12345 said in Build Failed on Mac: last develop commit (3e1718f):
cleaning the build folder again removes the error
What do you mean by this?
-
@David-Healey I have to do it twice to clean the build folder and remove the error
-
@DJJD12345 said in Build Failed on Mac: last develop commit (3e1718f):
I have to do it twice to clean the build folder and remove the error
What do you mean by "remove the error"? Do you mean that you are able to compile successfully?

