HISE Logo Forum
    • Categories
    • Register
    • Login

    Develop branch build status

    Scheduled Pinned Locked Moved General Questions
    compilebuilddeveloplatest
    300 Posts 21 Posters 42.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • d.healeyD
      d.healey @Dan Korneff
      last edited by d.healey

      @dustbro Which desktop environment are you using? I just realised you meant the binary icon. No idea, I just leave it as is. I change the icon in my menu shortcut though.

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      1 Reply Last reply Reply Quote 1
      • d.healeyD
        d.healey
        last edited by

        @dustbro This might help - https://www.maketecheasier.com/change-application-icon-from-terminal-linux/

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        Dan KorneffD 1 Reply Last reply Reply Quote 1
        • Dan KorneffD
          Dan Korneff @d.healey
          last edited by

          @d-healey Beers on me the next time I'm in town.

          Dan Korneff - Producer / Mixer / Audio Nerd

          1 Reply Last reply Reply Quote 0
          • Dan KorneffD
            Dan Korneff
            last edited by Dan Korneff

            Trying to get this going on my M1 Mac Mini.
            BigSur 11.6
            Xcode 12.4

            Hit some errors when compiling:

            /Users/dan/Documents/GitHub/HISE/projects/standalone/JuceLibraryCode/include_hi_dsp_library_02.cpp:95:22: Aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.14 or newer
            
            /Users/dan/Documents/GitHub/HISE/projects/standalone/JuceLibraryCode/include_hi_dsp_library_02.cpp:95:22: Aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on macOS 10.14 or newer
            
            /Users/dan/Documents/GitHub/HISE/projects/standalone/JuceLibraryCode/include_hi_dsp_library_02.cpp:201:13: Aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on macOS 10.14 or newer
            

            Added this complier flag recommended on JUCE forums:

            -fno-aligned-allocation
            

            And changed Deployment Target to 10.14

            now I get a much more:

            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:70:32: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:70:42: No member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:105:15: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:105:25: No member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:106:15: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:106:25: No member named 'WorkbenchManager' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:108:14: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:108:24: No member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:125:24: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:125:34: No member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:133:18: Unknown type name 'Ptr'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:149:20: Unknown type name 'Ptr'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:113:25: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:113:35: No type named 'WorkbenchManager' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:114:33: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:114:43: No member named 'WorkbenchComponent' in namespace 'scriptnode::analyse::ui'
            /Users/dan/Documents/GitHub/HISE/hi_core/hi_core.h:121:25: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?
            

            then says "Too many errors emitted, stopping now"

            Dan Korneff - Producer / Mixer / Audio Nerd

            d.healeyD 1 Reply Last reply Reply Quote 0
            • d.healeyD
              d.healey @Dan Korneff
              last edited by

              @dustbro said in Develop branch build status:

              And changed Deployment Target to 10.11

              Check the first error you posted

              Libre Wave - Freedom respecting instruments and effects
              My Patreon - HISE tutorials
              YouTube Channel - Public HISE tutorials

              Dan KorneffD 1 Reply Last reply Reply Quote 0
              • Dan KorneffD
                Dan Korneff @d.healey
                last edited by

                @d-healey oops... typo. It's set to 10.14

                Dan Korneff - Producer / Mixer / Audio Nerd

                d.healeyD 1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey @Dan Korneff
                  last edited by

                  @dustbro Did you clean the build folder after changing the deployment target?

                  Libre Wave - Freedom respecting instruments and effects
                  My Patreon - HISE tutorials
                  YouTube Channel - Public HISE tutorials

                  Dan KorneffD 1 Reply Last reply Reply Quote 0
                  • Dan KorneffD
                    Dan Korneff @d.healey
                    last edited by

                    @d-healey I did

                    Dan Korneff - Producer / Mixer / Audio Nerd

                    d.healeyD 1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey @Dan Korneff
                      last edited by

                      @dustbro Sorry, I'm out of ideas.

                      Libre Wave - Freedom respecting instruments and effects
                      My Patreon - HISE tutorials
                      YouTube Channel - Public HISE tutorials

                      1 Reply Last reply Reply Quote 1
                      • Christoph HartC
                        Christoph Hart
                        last edited by

                        Are you compiling for Rosetta or native M1? It's a dropdown in Xcode and you have to use HISE under Rosetta.

                        Dan KorneffD 2 Replies Last reply Reply Quote 0
                        • Dan KorneffD
                          Dan Korneff @Christoph Hart
                          last edited by Dan Korneff

                          @Christoph-Hart Setting to Rosetta doesn't seem to help.
                          This is the correct setting, right?
                          yATbWRf.png

                          Dan Korneff - Producer / Mixer / Audio Nerd

                          1 Reply Last reply Reply Quote 0
                          • Dan KorneffD
                            Dan Korneff @Christoph Hart
                            last edited by

                            @Christoph-Hart Had to downgrade xcode to 12, then it compiled.

                            Dan Korneff - Producer / Mixer / Audio Nerd

                            1 Reply Last reply Reply Quote 0
                            • Christoph HartC
                              Christoph Hart
                              last edited by

                              Ah good to know, I‘ll test it on my old systems.

                              orangeO 1 Reply Last reply Reply Quote 2
                              • orangeO
                                orange @Christoph Hart
                                last edited by

                                @Christoph-Hart said in Develop branch build status:

                                Ah good to know, I‘ll test it on my old systems.

                                In order to compile for M1 in intel macs, the minimum system requirment is XCode 12.2.

                                And on intel macs, XCode 12.2 is not working with Hise. If you can fix this, we can build for M1 in intel macs.

                                develop Branch / XCode 13.1
                                macOS Monterey / M1 Max

                                d.healeyD 1 Reply Last reply Reply Quote 2
                                • d.healeyD
                                  d.healey @orange
                                  last edited by

                                  @orange said in Develop branch build status:

                                  XCode 12.2 is not working with Hise

                                  12.5 working here. Just updating to 13 now, I'll let you know if it works.

                                  Libre Wave - Freedom respecting instruments and effects
                                  My Patreon - HISE tutorials
                                  YouTube Channel - Public HISE tutorials

                                  Dan KorneffD orangeO 2 Replies Last reply Reply Quote 0
                                  • Dan KorneffD
                                    Dan Korneff @d.healey
                                    last edited by

                                    @d-healey said in Develop branch build status:

                                    Just updating to 13 now

                                    I couldn't get 13 to finish installing on my M1. It hug around 90%. Seems to be a common issue online. Let me know if it actually updates on your rig

                                    Dan Korneff - Producer / Mixer / Audio Nerd

                                    1 Reply Last reply Reply Quote 1
                                    • orangeO
                                      orange @d.healey
                                      last edited by

                                      @d-healey said in Develop branch build status:

                                      12.5 working here. Just updating to 13 now, I'll let you know if it works.

                                      Which Mac version are you using? Which year?

                                      develop Branch / XCode 13.1
                                      macOS Monterey / M1 Max

                                      d.healeyD 1 Reply Last reply Reply Quote 0
                                      • d.healeyD
                                        d.healey @orange
                                        last edited by

                                        @orange 2018 Mac Mini, Big Sur.

                                        Libre Wave - Freedom respecting instruments and effects
                                        My Patreon - HISE tutorials
                                        YouTube Channel - Public HISE tutorials

                                        orangeO 1 Reply Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey
                                          last edited by d.healey

                                          I couldn't get 13 to finish installing

                                          Yep it didn't work here. I'm still on 12.5, and HISE isn't compiling any more :p I'm getting the same errors you reported.

                                          Libre Wave - Freedom respecting instruments and effects
                                          My Patreon - HISE tutorials
                                          YouTube Channel - Public HISE tutorials

                                          Dan KorneffD 1 Reply Last reply Reply Quote 0
                                          • L
                                            LinuxVst
                                            last edited by LinuxVst

                                            Hi Guy's
                                            i Successfully Compiled the Latest Develop and the latest New-layout uploaded October 2nd
                                            on a Mac Pro 5.1 "Big Sur 11.2.3" (Intel) used Xcode 12.5 & changed deployment target to 10.14

                                            1:
                                            Hise Compilation Successful with Develop Branch
                                            i exported one plugin with convolution reverb
                                            i was able to Compile the Stand Alone version of my plugin without IPP
                                            but it is not compiling with IPP enabled!

                                            2:
                                            Hise Compilation Successful with new-layout Branch
                                            i had to remove the stk-wrapper module in the projucer file
                                            tried to export the same plugin Without IPP
                                            does not compile my plugin with or without IPP enabled
                                            it shows errors at the end

                                            Undefined symbols for architecture x86_64
                                            Symbol: typeinfo for stk::Stk
                                            Referenced from: typeinfo for stk::Effect in lto.o
                                            ld: symbol(s) not found for architecture x86_64
                                            clang: error: linker command failed with exit code 1 (use -v to see invocation)

                                            Previously i Compiled Develop Branch with Xcode 12 deployment target to 10.14 on the same Mac compiled the same Convolution Reverb plugin with IPP Enabled and Everything Worked
                                            but Starting from Xcode 12.2 i can not Compile the Plugins with IPP Enabled

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            17

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts