xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@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?
-
This post is deleted! -
@d-healey
Downloading the Hise source code from the dev branch of Hise 4.1.0 via GitHub -
@DJJD12345 Use git instead as I show in the video.
-
@d-healey
Did that, and it still shows the same thing in the terminal. -
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Did that, and it still shows the same thing in the terminal.
Check this list and tell me if this is what you did.
- Removed all previous copies of HISE and the HISE source code from your system
- Used
git cloneto download the HISE source code - From the terminal used
cdto enter the HISE source code directory - Used
git checkout developto switch to the develop branch - Compiled HISE
-
@d-healey
Yep, that how I did it -
@ustk said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
@DJJD12345 Are you using the develop branch? Hise uses xcbeautify for a little while now...
He said Hise uses xcbeautify and xcpretty for a little while. Why?
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Yep, that how I did it
Excellent. So now when you run
git login that folder what do you see?