xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@DJJD12345 cloning the latest get hash with the weblink
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
fatal: destination path 'HISE' already exists and is not an empty directory.
says when I execute the commandRemove the existing HISE folder before cloning.
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
@DJJD12345 cloning the latest get hash with the weblink
This won't work
-
@David-Healey I did remove the folder
-
@DJJD12345 also the new hise source code doen't include juce or the juce files
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
I did remove the folder
- Open the terminal
cdto the location where you want to download the HISE source code- type
lsand hit enter - show me a screenshot
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
also the new hise source code doen't include juce or the juce files
Correct, it's now a submodule which is why the new command to clone it needs to be used.
-
I just downgraded from Tahoe back to Sequoia .
Hise was giving me all sorts of problems on Tahoe. It works perfectly now on Sequoia.
-
@xxx yeap but I can't cuz the way my mac is setup
-
@David-Healey why does the latest hise source code or ones fron this month not include juce app
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
he latest hise source code or ones fron this month not include juce app
See this thread: https://forum.hise.audio/topic/14184/juce-submodule-psa
-
cd /Users/djjdwatson/Documents/HISE djjdwatson@DJJDs-MacBook-Air HISE % git submodule update --init --recursive Submodule 'JUCE' (https://github.com/christophhart/JUCE_customized.git) registered for path 'JUCE' fatal: destination path '/Users/djjdwatson/Documents/HISE/JUCE' already exists and is not an empty directory. fatal: clone of 'https://github.com/christophhart/JUCE_customized.git' into submodule path '/Users/djjdwatson/Documents/HISE/JUCE' failed Failed to clone 'JUCE'. Retry scheduled fatal: destination path '/Users/djjdwatson/Documents/HISE/JUCE' already exists and is not an empty directory. fatal: clone of 'https://github.com/christophhart/JUCE_customized.git' into submodule path '/Users/djjdwatson/Documents/HISE/JUCE' failed Failed to clone 'JUCE' a second time, aborting djjdwatson@DJJDs-MacBook-Air HISE % -
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
cd /Users/djjdwatson/Documents/HISE
Remove the
HISEfolder. Go to the Documents folder and run the command I gave:git clone --branch develop --recurse-submodules https://github.com/christophhart/HISE.git