@d-healey
On the video in your course, you have the same Hise version installed as me for Mac.
@d-healey
On the video in your course, you have the same Hise version installed as me for Mac.
@d-healey
give link cuz I may not have the right one. The one I use is https://github.com/christophhart/HISE
@d-healey
the one from october 28, 2024, git hash bfbfe2e
Every time I try to do the setup wizard, none of the boxes are green, but everything is installed correctly.
Why does Hise use xcpretty??
Yes, I'm using Hise 4.1.0, the latest git hash currently available.
I repeated the process, and the terminal displayed this message instead.
The following build commands failed:
CompileC /Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/Builds/MacOSX/build/Aeris.build/Release/Aeris\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_tools_02.o /Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/JuceLibraryCode/include_hi_tools_02.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Aeris - Shared Code' from project 'Aeris')
(1 failure)
When working on macOS Tahoe 26.2 M1 with Hise setup for compiling with Faust debug, it brings out this string in the terminal when exporting as an FX plugin AU and VST3.
Here is the XML file. Aeris.xml AerisDesktop.xml and the project files project_info.xml Autosave_1.hip
This is what the terminal outputs when exporting as an FX VST3 and AU.
/Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/batchCompileOSX ; exit;
djjdwatson@DJJDs-MacBook-Air ~ % /Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/batchCompileOSX ; exit;
Re-saving file: /Users/djjdwatson/Documents/HISE Projects/Aeris/Binaries/AutogeneratedProject.jucer
Finished saving: Xcode (macOS)
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling FX plugin Aeris ...
/Users/djjdwatson/Documents/HISE Projects/Aeris/Binaries/batchCompileOSX: line 7: xcpretty: command not found
Says xcpretty not found but installed with sudo gem install xcpretty and gem install xcpretty and brew install xcpretty. ```