HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. DJJD12345
    D
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 0

    DJJD12345

    @DJJD12345

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    DJJD12345 Unfollow Follow

    Latest posts made by DJJD12345

    • RE: xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export

      @ustk

      Why does Hise use xcpretty??

      posted in Bug Reports
      D
      DJJD12345
    • RE: xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export

      @ustk

      Yes, I'm using Hise 4.1.0, the latest git hash currently available.

      posted in Bug Reports
      D
      DJJD12345
    • RE: xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export

      @DJJD12345

      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)
      
      posted in Bug Reports
      D
      DJJD12345
    • xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export

      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. ```

      posted in Bug Reports
      D
      DJJD12345