xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
downloaded it just like in your course
Break this part down for me. What are the exact steps you followed? Also did you remove old versions you already had on your system before?
-
@d-healey
Downloaded it as you described in your video on how to download Hise -
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Downloaded it as you described in your video on how to download Hise
There is clearly a mismatch between what I show in the video and what you did. So you need to tell me exactly what you did, step by step. And you need to tell me if you removed all previous versions you'd downloaded before you followed the video.
-
@d-healey
- went to the https://github.com/christophhart/HISE and got hise 4.1.0 in the dev branch
- Got the hise source code as described in your course
- compiled hise with faust as described in your course
- have the same problems as already described
-
@DJJD12345 did you use git to checkout the develop branch?
-
@d-healey
Yes, but Gise won't tell me the git hash version when clicking about Hise. -
@DJJD12345 what is the output of git log?
-
@d-healey
What you mean git log -
@DJJD12345 in the terminal run the command git log. This will give a list of the commits and the one at the top will show the most recent one you have.
You can also run git branch to see which branch you are using.
-
@d-healey
Termail said this:git log fatal: not a git repository (or any of the parent directories): .git -
@d-healey
For git branch the terminal said this:git branch fatal: not a git repository (or any of the parent directories): .git -
@d-healey
But everything is installed as I previously described. And the terminal can't tell me git log or git branch. -
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Termail said this:
How did you download the HISE source code?